]> git.pld-linux.org Git - packages/boa.git/blobdiff - boa-PLD.patch
- added triggerpostun
[packages/boa.git] / boa-PLD.patch
index 7f34197ebf3be2d5807e7873f599e53cfb41db87..bbe8886720ac70cead9203b2b95000be3def1bc6 100644 (file)
@@ -1,6 +1,5 @@
-diff -bruN boa-0.94.8.2/boa.conf boa-0.94.8.2.pld/boa.conf
---- boa-0.94.8.2/boa.conf      Sun Jan 30 02:39:48 2000
-+++ boa-0.94.8.2.pld/boa.conf  Sun Sep 10 04:35:38 2000
+--- examples/boa.conf  Sun Feb  2 05:02:22 2003
++++ boa.conf   Mon Jul 14 17:50:16 2003
 @@ -45,8 +45,8 @@
  #  User: The name or UID the server should run as.
  # Group: The group name or GID the server should run as.
@@ -12,70 +11,34 @@ diff -bruN boa-0.94.8.2/boa.conf boa-0.94.8.2.pld/boa.conf
  
  # ServerAdmin: The email address where server problems should be sent.
  # Note: this is not currently used, except as an environment variable
-@@ -59,7 +59,7 @@
- # Set to /dev/null if you don't want errors logged.
- # If unset, defaults to /dev/stderr
--ErrorLog /var/log/boa/error_log
-+ErrorLog /var/log/httpd/error_log
- # Please NOTE: Sending the logs to a pipe ('|'), as shown below,
- #  is somewhat experimental and might fail under heavy load.
- # "Usual libc implementations of printf will stall the whole
-@@ -71,7 +71,7 @@
- # Comment out or set to /dev/null (less effective) to disable 
- # Access logging.
--AccessLog /var/log/boa/access_log
-+AccessLog /var/log/httpd/access_log
- # Please NOTE: Sending the logs to a pipe ('|'), as shown below,
- #  is somewhat experimental and might fail under heavy load.
- # "Usual libc implementations of printf will stall the whole
-@@ -108,7 +108,7 @@
+@@ -155,7 +155,7 @@
  # DocumentRoot: The root directory of the HTML documents.
  # Comment out to disable server non user files.
  
 -DocumentRoot /var/www
-+DocumentRoot /home/httpd/html
++DocumentRoot /srv/www
  
  # UserDir: The name of the directory which is appended onto a user's home
- # directory if a ~user request is recieved.
-@@ -127,7 +127,7 @@
+ # directory if a ~user request is received.
+@@ -174,7 +174,7 @@
  # DirectoryIndex are commented out, accessing a directory will give
  # an error (though accessing files in the directory are still ok).
  
 -DirectoryMaker /usr/lib/boa/boa_indexer
-+DirectoryMaker /usr/sbin/boa/boa_indexer
++DirectoryMaker /usr/sbin/boa_indexer
  
  # DirectoryCache: If DirectoryIndex doesn't exist, and DirectoryMaker
  # has been commented out, the the on-the-fly indexing of Boa can be used
-@@ -182,5 +182,5 @@
+@@ -232,10 +232,10 @@
+ # Aliases: Aliases one path to another.
+ # Example: Alias /path1/bar /path2/foo
+-Alias /doc /usr/doc
++Alias /doc /usr/share/doc
  # ScriptAlias: Maps a virtual path to a directory for serving scripts
  # Example: ScriptAlias /htbin/ /www/htbin/
  
 -ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
-+ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/
-diff -bruN boa-0.94.8.2/src/Makefile.in boa-0.94.8.2.pld/src/Makefile.in
---- boa-0.94.8.2/src/Makefile.in       Sat Feb 12 22:52:45 2000
-+++ boa-0.94.8.2.pld/src/Makefile.in   Sun Sep 10 04:37:16 2000
-@@ -13,7 +13,7 @@
- # Add -pg to CFLAGS and LDFLAGS to get profiling output with gcc/gprof
- LDFLAGS = @LIBS@ -g 
--CFLAGS = -O -Wall -g
-+CFLAGS = $(RPM_OPT_FLAGS) -DINET6
- # Change these if necessary
-diff -bruN boa-0.94.8.2/src/defines.h boa-0.94.8.2.pld/src/defines.h
---- boa-0.94.8.2/src/defines.h Mon May  1 22:33:25 2000
-+++ boa-0.94.8.2.pld/src/defines.h     Sun Sep 10 04:38:02 2000
-@@ -27,7 +27,7 @@
- /***** Change this, or use -c on the command line to specify it *****/
- #ifndef SERVER_ROOT
--#define SERVER_ROOT "/etc/boa"
-+#define SERVER_ROOT "/etc/httpd"
- #endif
++ScriptAlias /cgi-bin/ /srv/www/cgi-bin/
  
- /***** Various stuff that you may want to tweak, but probably shouldn't *****/
This page took 0.079164 seconds and 4 git commands to generate.