summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 051ba13)
raw | patch | inline | side by side (parent: 051ba13)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 May 2010 09:49:38 +0000 (09:49 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 May 2010 09:49:38 +0000 (09:49 +0000) |
- Changed name in files
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18176 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18176 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/debian/99gosa-lighttpd.conf | [deleted file] | patch | blob | history |
gosa-core/debian/gosa-lighttpd.conf | [new file with mode: 0644] | patch | blob |
gosa-core/debian/gosa.install | patch | blob | history | |
gosa-core/debian/gosa.postinst | patch | blob | history |
diff --git a/gosa-core/debian/99gosa-lighttpd.conf b/gosa-core/debian/99gosa-lighttpd.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-# lighttpd configuration for GOsa
-
-# Set alias to http://<host>/gosa/
-alias.url += (
- "/gosa/" => "/usr/share/gosa/html/"
-)
-
-# Enable FastCGI and set it to handle .php URLs
-# php-cgi is run with the GOsa-required options
-server.modules += ( "mod_fastcgi" )
-
-$HTTP["url"] =~ "^/gosa/" {
- fastcgi.server = ( ".php" =>
- ((
- "bin-path" => "/usr/bin/php-cgi -d expose_php=Off -d magic_quotes_gpc=On",
- "socket" => "/tmp/php.socket",
- "max-procs" => 2,
- "idle-timeout" => 20,
- "bin-environment" => (
- "PHP_FCGI_CHILDREN" => "4",
- "PHP_FCGI_MAX_REQUESTS" => "10000"
- ),
- "bin-copy-environment" => (
- "PATH", "SHELL", "USER"
- ),
- "broken-scriptfilename" => "enable"
- ))
- )
-}
diff --git a/gosa-core/debian/gosa-lighttpd.conf b/gosa-core/debian/gosa-lighttpd.conf
--- /dev/null
@@ -0,0 +1,29 @@
+# lighttpd configuration for GOsa
+
+# Set alias to http://<host>/gosa/
+alias.url += (
+ "/gosa/" => "/usr/share/gosa/html/"
+)
+
+# Enable FastCGI and set it to handle .php URLs
+# php-cgi is run with the GOsa-required options
+server.modules += ( "mod_fastcgi" )
+
+$HTTP["url"] =~ "^/gosa/" {
+ fastcgi.server = ( ".php" =>
+ ((
+ "bin-path" => "/usr/bin/php-cgi -d expose_php=Off -d magic_quotes_gpc=On",
+ "socket" => "/tmp/php.socket",
+ "max-procs" => 2,
+ "idle-timeout" => 20,
+ "bin-environment" => (
+ "PHP_FCGI_CHILDREN" => "4",
+ "PHP_FCGI_MAX_REQUESTS" => "10000"
+ ),
+ "bin-copy-environment" => (
+ "PATH", "SHELL", "USER"
+ ),
+ "broken-scriptfilename" => "enable"
+ ))
+ )
+}
index a1c2cedb209c1bea1f0215d13a2ff3df86e4737a..f3bc55e2ce63d8844c00ce80b7a100ae3aff1a61 100644 (file)
plugins /usr/share/gosa
setup /usr/share/gosa
debian/gosa-apache.conf /etc/gosa
-debian/99gosa-lighttpd.conf /etc/gosa
+debian/gosa-lighttpd.conf /etc/gosa
contrib/shells /etc/gosa
contrib/encodings /etc/gosa
contrib/openldap/slapd.conf /usr/share/doc/gosa/slapd.conf-example
index 1e6e61fb59e9a90ccdc29d02536d0e589ee35970..6286d073a1f75131f7790c1a460b55a89f423c1f 100644 (file)
echo "Making /gosa available in /etc/lighttpd/conf-enabled/"
# Add GOsa include file
- ln -s /etc/gosa/99gosa-lighttpd.conf /etc/lighttpd/conf-enabled/99gosa-lighttpd.conf
+ ln -s /etc/gosa/gosa-lighttpd.conf /etc/lighttpd/conf-enabled/99gosa-lighttpd.conf
fi
# Finally restart servers