2013-04-14 16:21:15 -04:00
|
|
|
$OpenBSD: patch-config_hiawatha_conf_in,v 1.2 2013/04/14 20:21:15 sthen Exp $
|
|
|
|
--- config/hiawatha.conf.in.orig Sat Mar 30 22:41:13 2013
|
|
|
|
+++ config/hiawatha.conf.in Sun Apr 14 21:06:01 2013
|
2007-03-26 02:57:56 -04:00
|
|
|
@@ -4,7 +4,7 @@
|
2006-12-31 05:32:42 -05:00
|
|
|
|
2007-03-26 02:57:56 -04:00
|
|
|
# GENERAL SETTINGS
|
|
|
|
#
|
2008-05-29 03:53:03 -04:00
|
|
|
-#ServerId = www-data
|
2006-12-31 05:32:42 -05:00
|
|
|
+ServerId = _hiawatha:_hiawatha
|
2013-04-14 16:21:15 -04:00
|
|
|
ConnectionsTotal = 250
|
|
|
|
ConnectionsPerIP = 25
|
2012-12-12 04:39:52 -05:00
|
|
|
SystemLogfile = @LOG_DIR@/system.log
|
2013-04-14 16:21:15 -04:00
|
|
|
@@ -43,12 +43,13 @@ Binding {
|
|
|
|
# COMMON GATEWAY INTERFACE (CGI) SETTINGS
|
|
|
|
# These settings can be used to run CGI applications.
|
2007-03-26 02:57:56 -04:00
|
|
|
#
|
2012-12-12 04:39:52 -05:00
|
|
|
-#CGIhandler = /usr/bin/perl:pl
|
2009-09-22 05:29:25 -04:00
|
|
|
-#CGIhandler = /usr/bin/php-cgi:php
|
2006-12-31 05:32:42 -05:00
|
|
|
-#CGIhandler = /usr/bin/python:py
|
2009-07-23 01:54:15 -04:00
|
|
|
-#CGIhandler = /usr/bin/ruby:rb
|
2009-09-22 05:29:25 -04:00
|
|
|
+#CGIhandler = ${LOCALBASE}/bin/php-fastcgi:php
|
|
|
|
+#CGIhandler = ${LOCALBASE}/bin/python:py
|
2009-07-23 01:54:15 -04:00
|
|
|
+#CGIhandler = ${LOCALBASE}/bin/ruby:rb
|
2009-09-22 05:29:25 -04:00
|
|
|
#CGIhandler = /usr/bin/ssi-cgi:shtml
|
2007-03-26 02:57:56 -04:00
|
|
|
#CGIextension = cgi
|
2009-09-22 05:29:25 -04:00
|
|
|
+#
|
|
|
|
+#CGIwrapper = ${LOCALBASE}/sbin/cgi-wrapper
|
2007-03-26 02:57:56 -04:00
|
|
|
#
|
2008-10-30 07:43:30 -04:00
|
|
|
#FastCGIserver {
|
2009-09-22 05:29:25 -04:00
|
|
|
# FastCGIid = PHP5
|