30 lines
917 B
Plaintext
30 lines
917 B
Plaintext
$OpenBSD: patch-config_hiawatha_conf_in,v 1.3 2015/05/02 15:42:02 ajacoutot Exp $
|
|
--- config/hiawatha.conf.in.orig Sat Jan 17 10:53:00 2015
|
|
+++ config/hiawatha.conf.in Sat May 2 17:36:56 2015
|
|
@@ -12,6 +12,7 @@
|
|
# GENERAL SETTINGS
|
|
#
|
|
#ServerId = www-data
|
|
+ServerId = _hiawatha:_hiawatha
|
|
ConnectionsTotal = 1000
|
|
ConnectionsPerIP = 25
|
|
SystemLogfile = @LOG_DIR@/system.log
|
|
@@ -50,12 +51,13 @@ Binding {
|
|
# COMMON GATEWAY INTERFACE (CGI) SETTINGS
|
|
# These settings can be used to run CGI applications.
|
|
#
|
|
-#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
|