Commit a3fe3bf6 authored by bmortier's avatar bmortier
Browse files

Merge branch '5776-merge-the-lighttpd-from-the-debian-package' into '1.3-dev'

Resolve "merge the lighttpd from the debian package"

Closes #5776

See merge request fusiondirectory/fd!244

(cherry picked from commit d11c5f8e)

91f3b9a9 :ambulance: fix(lighttpd) merge the lighttpd from the debian package
Showing with 5 additions and 5 deletions
+5 -5
# lighttpd configuration for GOsa
# lighttpd configuration for FusionDirectory
# Set alias to http://<host>/gosa/
# Set alias to http://<host>/fusiondirectory/
alias.url += (
"/gosa/" => "/usr/share/gosa/html/"
"/fusiondirectory/" => "/usr/share/fusiondirectory/html/"
)
# Enable FastCGI and set it to handle .php URLs
# php-cgi is run with the GOsa-required options
# php-cgi is run with the FusionDirectory-required options
server.modules += ( "mod_fastcgi" )
$HTTP["url"] =~ "^/gosa/" {
$HTTP["url"] =~ "^/fusiondirectory/" {
fastcgi.server = ( ".php" =>
((
"bin-path" => "/usr/bin/php-cgi -d expose_php=Off -d magic_quotes_gpc=Off",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment