(fix a minor memory issue and a possible webserver crash ; some binaries have been renamed ie. cgi_wrapper => cgi-wrapper)
25 lines
751 B
Plaintext
25 lines
751 B
Plaintext
$OpenBSD: patch-etc_hiawatha_httpd_conf_in,v 1.2 2007/03/26 06:57:56 ajacoutot Exp $
|
|
--- etc/hiawatha/httpd.conf.in.orig Sat Feb 17 19:25:56 2007
|
|
+++ etc/hiawatha/httpd.conf.in Sat Feb 17 19:29:43 2007
|
|
@@ -4,7 +4,7 @@
|
|
|
|
# GENERAL SETTINGS
|
|
#
|
|
-ServerId = 33:33
|
|
+ServerId = _hiawatha:_hiawatha
|
|
ConnectionsTotal = 150
|
|
ConnectionsPerIP = 10
|
|
SystemLogfile = @logdir@/system.log
|
|
@@ -45,9 +45,9 @@ 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/php-cgi:php
|
|
+#CGIhandler = !!LOCALBASE!!/bin/php:php
|
|
#CGIhandler = /usr/bin/perl:pl
|
|
-#CGIhandler = /usr/bin/python:py
|
|
+#CGIhandler = !!LOCALBASE!!/bin/python:py
|
|
#CGIextension = cgi
|
|
#
|
|
#TimeForCGI = 5
|