31 lines
931 B
Plaintext
31 lines
931 B
Plaintext
$OpenBSD: patch-config_hiawatha_conf_in,v 1.1 2012/12/12 09:39:53 jasper Exp $
|
|
--- config/hiawatha.conf.in.orig Wed Dec 12 09:12:05 2012
|
|
+++ config/hiawatha.conf.in Wed Dec 12 09:13:06 2012
|
|
@@ -4,7 +4,7 @@
|
|
|
|
# GENERAL SETTINGS
|
|
#
|
|
-#ServerId = www-data
|
|
+ServerId = _hiawatha:_hiawatha
|
|
ConnectionsTotal = 150
|
|
ConnectionsPerIP = 10
|
|
SystemLogfile = @LOG_DIR@/system.log
|
|
@@ -44,12 +44,13 @@ Binding {
|
|
# These settings can be used to run CGI applications. Use the 'php-fcgi'
|
|
# tool to start PHP as a FastCGI daemon.
|
|
#
|
|
-#CGIhandler = /usr/bin/perl:pl
|
|
-#CGIhandler = /usr/bin/php-cgi:php
|
|
-#CGIhandler = /usr/bin/python:py
|
|
-#CGIhandler = /usr/bin/ruby:rb
|
|
+#CGIhandler = ${LOCALBASE}/bin/php-fastcgi:php
|
|
+#CGIhandler = ${LOCALBASE}/bin/python:py
|
|
+#CGIhandler = ${LOCALBASE}/bin/ruby:rb
|
|
#CGIhandler = /usr/bin/ssi-cgi:shtml
|
|
#CGIextension = cgi
|
|
+#
|
|
+#CGIwrapper = ${LOCALBASE}/sbin/cgi-wrapper
|
|
#
|
|
#FastCGIserver {
|
|
# FastCGIid = PHP5
|