[Pkg-nagios-changes] [SCM] debian packaging of icinga(-core) branch, master, updated. 1.0.2-2-20-gb30696e
Alexander Wirt
formorer at debian.org
Mon Oct 25 10:00:46 UTC 2010
The following commit has been merged in the master branch:
commit f55dea65d11f6de8884ed13a5682e58da7b20b51
Author: Alexander Wirt <formorer at debian.org>
Date: Mon Oct 25 08:37:29 2010 +0200
Add apache vhost config example
diff --git a/debian/changelog b/debian/changelog
index d9b517a..9e28691 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
icinga (1.2.1-1) unstable; urgency=low
* New upstream release
+ * Add apache vhost example (Closes: #599555)
-- Alexander Wirt <formorer at debian.org> Mon, 25 Oct 2010 08:26:07 +0200
diff --git a/debian/examples/apache_virtualhost.conf b/debian/examples/apache_virtualhost.conf
new file mode 100644
index 0000000..32a85e9
--- /dev/null
+++ b/debian/examples/apache_virtualhost.conf
@@ -0,0 +1,25 @@
+#If you want to run icinga on your own subdomain, you can use this
+#example as a starting point
+
+<VirtualHost *:80>
+
+ ServerName icinga.mydomain.com
+
+ DocumentRoot /usr/share/icinga/htdocs
+
+ ScriptAlias /cgi-bin/icinga /usr/lib/cgi-bin/icinga
+
+ # Where the stylesheets (config files) reside
+ Alias /stylesheets /etc/icinga/stylesheets
+
+ <Directory /usr/share/icinga/htdocs>
+ Options FollowSymLinks
+ Order allow,deny
+ Allow from all
+ </Directory>
+
+ ErrorLog ${APACHE_LOG_DIR}/icinga.error.log
+ CustomLog ${APACHE_LOG_DIR}/icinga.access.log combined
+
+</VirtualHost>
+
diff --git a/debian/icinga-core.examples b/debian/icinga-core.examples
new file mode 100644
index 0000000..e91a363
--- /dev/null
+++ b/debian/icinga-core.examples
@@ -0,0 +1 @@
+debian/examples/apache_vhost.conf
--
debian packaging of icinga(-core)
More information about the Pkg-nagios-changes
mailing list