Commit 91f3b9a9 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

:ambulance: fix(lighttpd) merge the lighttpd from the debian package


Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
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 += ( alias.url += (
"/gosa/" => "/usr/share/gosa/html/" "/fusiondirectory/" => "/usr/share/fusiondirectory/html/"
) )
# Enable FastCGI and set it to handle .php URLs # 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" ) server.modules += ( "mod_fastcgi" )
$HTTP["url"] =~ "^/gosa/" { $HTTP["url"] =~ "^/fusiondirectory/" {
fastcgi.server = ( ".php" => fastcgi.server = ( ".php" =>
(( ((
"bin-path" => "/usr/bin/php-cgi -d expose_php=Off -d magic_quotes_gpc=Off", "bin-path" => "/usr/bin/php-cgi -d expose_php=Off -d magic_quotes_gpc=Off",
......
  • bmortier @bmortier

    mentioned in commit a3fe3bf6

    By bmortier on 2018-04-23T20:39:06 (imported from GitLab)

    ·

    mentioned in commit a3fe3bf6

    By bmortier on 2018-04-23T20:39:06 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !245

    By bmortier on 2018-04-23T20:39:09 (imported from GitLab)

    ·

    mentioned in merge request !245

    By bmortier on 2018-04-23T20:39:09 (imported from GitLab)

    Toggle commit list
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