Commit d11c5f8e 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
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",
......
  • 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
  • bmortier @bmortier

    mentioned in commit 81fada85

    By bmortier on 2018-04-23T20:56:18 (imported from GitLab)

    ·

    mentioned in commit 81fada85

    By bmortier on 2018-04-23T20:56:18 (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