diff --git a/config/httpd/vhosts.d/nagios.conf b/config/httpd/vhosts.d/nagios.conf
new file mode 100644
index 000000000..4a8f1fe15
--- /dev/null
+++ b/config/httpd/vhosts.d/nagios.conf
@@ -0,0 +1,5 @@
+Listen 1007
+
+
+
+
diff --git a/config/rootfiles/packages/nagios b/config/rootfiles/packages/nagios
index 22ed885a6..694172d81 100644
--- a/config/rootfiles/packages/nagios
+++ b/config/rootfiles/packages/nagios
@@ -1,3 +1,4 @@
+etc/httpd/conf/vhosts.d/esniper.conf
#etc/nagios
etc/nagios/cgi.cfg
etc/nagios/nagios.cfg
diff --git a/lfs/nagios b/lfs/nagios
index 7911a9da6..bede58849 100644
--- a/lfs/nagios
+++ b/lfs/nagios
@@ -105,6 +105,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--with-nagios-user=nobody --with-nagios-group=nobody
cd $(DIR_SRC)/nagios-plugins* && make $(MAKETUNING)
cd $(DIR_SRC)/nagios-plugins* && make install
+ chown -R nobody:nobody /var/nagios
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/src/paks/nagios/install.sh b/src/paks/nagios/install.sh
index 99dfde1a3..4abeba6b9 100644
--- a/src/paks/nagios/install.sh
+++ b/src/paks/nagios/install.sh
@@ -24,16 +24,6 @@
. /opt/pakfire/lib/functions.sh
extract_files
restore_backup ${NAME}
-chown -R nobody:nobody /var/nagios
-cat > /etc/httpd/conf/vhosts.d/nagios.conf <
-
-include /etc/httpd/conf/conf.d/nagios.conf
-
-
-EOF
htpasswd -bmc /etc/nagios/htpasswd.users nagiosadmin nagios
/etc/init.d/apache restart
start_service --background ${NAME}