openbsd-ports/www/hiawatha/patches/patch-etc_hiawatha_httpd_conf_in
2009-07-23 05:54:15 +00:00

27 lines
814 B
Plaintext

$OpenBSD: patch-etc_hiawatha_httpd_conf_in,v 1.6 2009/07/23 05:54:15 ajacoutot Exp $
--- etc/hiawatha/httpd.conf.in.orig Thu Jul 23 07:45:55 2009
+++ etc/hiawatha/httpd.conf.in Thu Jul 23 07:48:11 2009
@@ -4,7 +4,7 @@
# GENERAL SETTINGS
#
-#ServerId = www-data
+ServerId = _hiawatha:_hiawatha
ConnectionsTotal = 150
ConnectionsPerIP = 10
SystemLogfile = @logdir@/system.log
@@ -45,10 +45,10 @@ Binding {
# tool to start PHP as a FastCGI daemon.
#
#CGIhandler = /usr/bin/ssi-cgi:shtml
-#CGIhandler = /usr/bin/php-cgi:php
+#CGIhandler = ${LOCALBASE}/bin/php-fastcgi:php
#CGIhandler = /usr/bin/perl:pl
-#CGIhandler = /usr/bin/python:py
-#CGIhandler = /usr/bin/ruby:rb
+#CGIhandler = #CGIhandler = ${LOCALBASE}/bin/python:py
+#CGIhandler = ${LOCALBASE}/bin/ruby:rb
#CGIextension = cgi
#
#FastCGIserver {