]> git.pld-linux.org Git - packages/boa.git/blobdiff - boa-PLD.patch
- fixed ownership in /etc/*
[packages/boa.git] / boa-PLD.patch
index a23933beafb39327075830692f6c18cd10606119..bbe8886720ac70cead9203b2b95000be3def1bc6 100644 (file)
@@ -1,7 +1,6 @@
-diff -ur boa-0.93.16.1/examples/boa.conf boa-0.93.16.1.new/examples/boa.conf
---- boa-0.93.16.1/examples/boa.conf    Sun Mar 28 15:09:59 1999
-+++ boa-0.93.16.1.new/examples/boa.conf        Fri Jul 16 17:18:24 1999
-@@ -24,8 +24,8 @@
+--- 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.
  
@@ -11,107 +10,35 @@ diff -ur boa-0.93.16.1/examples/boa.conf boa-0.93.16.1.new/examples/boa.conf
 +Group http
  
  # ServerAdmin: The email address where server problems should be sent.
- # Note: this is not currently used.
-@@ -36,28 +36,28 @@
- # with /, it is considered relative to the server root.
- # Set to /dev/null if you don't want errors logged.
--ErrorLog /var/log/boa/error_log
-+ErrorLog /var/log/httpd/error_log
- # AccessLog: The location of the access log file. If this does not
- # start with /, it is considered relative to the server root.
- # 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
- # RefererLog: The location of the referer log file. If this does not
- # start with /, it is considered relative to the server root.
- # Comment out or set to /dev/null (less effective) to disable
- # referer logging.
--RefererLog /var/log/boa/referer_log
-+RefererLog /var/log/httpd/referer_log
- # AgentLog: The location of the agent log file. If this does not
- # start with /, it is considered relative to the server root.
- # Comment out or set to /dev/null (less effective) to disable
- # User-Agent logging.
--AgentLog /var/log/boa/agent_log
-+AgentLog /var/log/httpd/agent_log
- # VerboseCGILogs: this is just a logical switch.
- # Comment out to disable.
-@@ -72,7 +72,7 @@
+ # Note: this is not currently used, except as an environment variable
+@@ -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/htdocs
++DocumentRoot /srv/www
  
- # ChRoot: Boa root '/' directory. This is useful to improve security of
- # your system. Don't forget that ALL DIRECTORIES used by boa except logs
-@@ -93,12 +93,12 @@
+ # UserDir: The name of the directory which is appended onto a user's home
+ # 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).
  
- DirectoryIndex index.html
--DirectoryMaker /usr/local/sbin/boa_indexer
+-DirectoryMaker /usr/lib/boa/boa_indexer
 +DirectoryMaker /usr/sbin/boa_indexer
  
- # LocalCodepage: Local codepage. This is send to client in 'Content-Type:'
- # header by default.
+ # DirectoryCache: If DirectoryIndex doesn't exist, and DirectoryMaker
+ # has been commented out, the the on-the-fly indexing of Boa can be used
+@@ -232,10 +232,10 @@
+ # Aliases: Aliases one path to another.
+ # Example: Alias /path1/bar /path2/foo
  
--#LocalCodepage iso-8859-1
-+#LocalCodepage iso-8859-2
+-Alias /doc /usr/doc
++Alias /doc /usr/share/doc
  
- # Codepage: Load codepage conversion table from file. This table will be used
- # on-the-fly conversion.
-@@ -161,7 +161,7 @@
  # 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/
- # VirtualHost: Maps a virtual host to a directory.
- # Example: VirtualHost cz.boa.org /html/htdocs/boa/
-diff -ur boa-0.93.16.1/src/defines.h boa-0.93.16.1.new/src/defines.h
---- boa-0.93.16.1/src/defines.h        Tue Jan  5 23:19:54 1999
-+++ boa-0.93.16.1.new/src/defines.h    Fri Jul 16 17:07:27 1999
-@@ -26,7 +26,7 @@
- /***** Change this, or use -c on the command line to specify it *****/
- #ifndef SERVER_ROOT
--#define SERVER_ROOT "/etc/boa"
-+#define SERVER_ROOT "/home/httpd"
- #endif
- /***** Logs *****************************************************************/
-@@ -41,7 +41,7 @@
- #define USE_NLS                                                                       1
- #define USE_NLS_REFERER_REDIR         1
- #define USE_CHARSET_HEADER            1
--#define DEFAULT_CHARSET      "iso-8859-1"
-+#define DEFAULT_CHARSET      "iso-8859-2"
- /****** Authorization ******************************************************/
-diff -ur boa-0.93.16.1/util/resolver.pl boa-0.93.16.1.new/util/resolver.pl
---- boa-0.93.16.1/util/resolver.pl     Sun Dec 20 00:46:33 1998
-+++ boa-0.93.16.1.new/util/resolver.pl Fri Jul 16 17:08:09 1999
-@@ -1,10 +1,10 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- # IP address resolver for Boa
- # If you want an "in place" change to the log file,
- # change the first line to
--#!/usr/local/bin/perl -i.bak
-+#!/usr/bin/perl -i.bak
- # Otherwise, send the output of this program wherever you want:
- #  resolver.pl access_log >access_log_resolved
++ScriptAlias /cgi-bin/ /srv/www/cgi-bin/
  
This page took 0.075243 seconds and 4 git commands to generate.