summaryrefslogtreecommitdiff
path: root/www/monkey/files/patch-lang::en::mconf
diff options
context:
space:
mode:
Diffstat (limited to 'www/monkey/files/patch-lang::en::mconf')
-rw-r--r--www/monkey/files/patch-lang::en::mconf54
1 files changed, 0 insertions, 54 deletions
diff --git a/www/monkey/files/patch-lang::en::mconf b/www/monkey/files/patch-lang::en::mconf
deleted file mode 100644
index cf051e1c7c12..000000000000
--- a/www/monkey/files/patch-lang::en::mconf
+++ /dev/null
@@ -1,54 +0,0 @@
---- lang/en/mconf.orig Sat Oct 18 22:21:54 2003
-+++ lang/en/mconf Mon Oct 20 19:55:52 2003
-@@ -24,7 +24,7 @@
- # be able to be established as a connection door if the user posesses
- # privledges of Root.
-
--Port 2001
-+Port 80
-
- # ServerName :
- # ------------
-@@ -52,19 +52,19 @@
- # --------
- # File where the server guards the process number when starting.
-
--PidFile $logdir/monkey.pid
-+PidFile /var/run/monkey.pid
-
- # AccessLog:
- # ----------
- # Registration file of correct request.
-
--AccessLog $logdir/access.log
-+AccessLog $logdir/monkey-access.log
-
- # ErrorLog:
- # ---------
- # Registration file of incorrect request.
-
--ErrorLog $logdir/error.log
-+ErrorLog $logdir/monkey-error.log
-
- # UserDir:
- # --------
-@@ -120,7 +120,7 @@
- # started by a user that doesn't have root priviledges, this variable will
- # be omitted.
-
--User nobody
-+User www
-
- # AddScript
- # ------------
-@@ -137,8 +137,8 @@
- # "php", should be processed through by "/home/my_home/php/bin/php"
- #
-
--#AddScript application/x-httpd-php /home/my_home/php/bin/php php
--#AddScript application/x-httpd-php /home/my_home/php/bin/php php3
-+#AddScript application/x-httpd-php ${prefix}/bin/php php
-+#AddScript application/x-httpd-php ${prefix}/bin/php php3
-
- # VIRTUAL HOST :
- # --------------