aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache13/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache13/files/patch-ak')
-rw-r--r--www/apache13/files/patch-ak50
1 files changed, 50 insertions, 0 deletions
diff --git a/www/apache13/files/patch-ak b/www/apache13/files/patch-ak
new file mode 100644
index 000000000000..6dfaab049632
--- /dev/null
+++ b/www/apache13/files/patch-ak
@@ -0,0 +1,50 @@
+*** src/support/apachectl.orig Thu Oct 16 22:58:26 1997
+--- src/support/apachectl Thu Oct 23 03:35:09 1997
+***************
+*** 21,30 ****
+ # -------------------- --------------------
+ #
+ # the path to your PID file
+! PIDFILE=/usr/local/etc/httpd/logs/httpd.pid
+ #
+ # the path to your httpd binary
+! HTTPD=/usr/local/etc/httpd/src/httpd
+ #
+ # a command that outputs a formatted text version of the HTML at the
+ # url given on the command line. Designed for lynx, however other
+--- 21,30 ----
+ # -------------------- --------------------
+ #
+ # the path to your PID file
+! PIDFILE=/var/run/httpd.pid
+ #
+ # the path to your httpd binary
+! HTTPD=/usr/local/sbin/httpd
+ #
+ # a command that outputs a formatted text version of the HTML at the
+ # url given on the command line. Designed for lynx, however other
+***************
+*** 33,42 ****
+ #
+ # the URL to your server's mod_status status page. If you do not
+ # have one, then status and fullstatus will not work.
+! STATUSURL="http://localhost/server-status"
+ #
+ # -------------------- --------------------
+ # |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
+
+ ERROR=0
+ ARGV="$@"
+--- 33,44 ----
+ #
+ # the URL to your server's mod_status status page. If you do not
+ # have one, then status and fullstatus will not work.
+! STATUSURL="http://localhost/status"
+ #
+ # -------------------- --------------------
+ # |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
++
++ eval `limits -e -C daemon`
+
+ ERROR=0
+ ARGV="$@"