openbsd-ports/www/hiawatha/patches/patch-etc_hiawatha_httpd_conf_in
ajacoutot 72635382f5 - bugfix update to hiawatha-6.10
- change HOMEPAGE
- resign from MAINTAINERship
2008-10-30 11:43:30 +00:00

25 lines
758 B
Plaintext

$OpenBSD: patch-etc_hiawatha_httpd_conf_in,v 1.4 2008/10/30 11:43:30 ajacoutot Exp $
--- etc/hiawatha/httpd.conf.in.orig Fri Oct 3 08:07:40 2008
+++ etc/hiawatha/httpd.conf.in Thu Oct 30 12:22:44 2008
@@ -4,7 +4,7 @@
# GENERAL SETTINGS
#
-#ServerId = www-data
+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-cgi:php
#CGIhandler = /usr/bin/perl:pl
-#CGIhandler = /usr/bin/python:py
+#CGIhandler = ${LOCALBASE}/bin/python:py
#CGIextension = cgi
#
#FastCGIserver {