]> git.pld-linux.org Git - packages/boa.git/blame - boa-PLD.patch
PLD setting for boa
[packages/boa.git] / boa-PLD.patch
CommitLineData
944accd6
JR
1diff -ur boa-0.93.16.1/examples/boa.conf boa-0.93.16.1.new/examples/boa.conf
2--- boa-0.93.16.1/examples/boa.conf Sun Mar 28 15:09:59 1999
3+++ boa-0.93.16.1.new/examples/boa.conf Fri Jul 16 17:06:39 1999
4@@ -24,8 +24,8 @@
5 # User: The name or UID the server should run as.
6 # Group: The group name or GID the server should run as.
7
8-User nobody
9-Group nogroup
10+User http
11+Group http
12
13 # ServerAdmin: The email address where server problems should be sent.
14 # Note: this is not currently used.
15@@ -72,7 +72,7 @@
16
17 # DocumentRoot: The root directory of the HTML documents.
18
19-DocumentRoot /var/www
20+DocumentRoot /home/boa/htdocs
21
22 # ChRoot: Boa root '/' directory. This is useful to improve security of
23 # your system. Don't forget that ALL DIRECTORIES used by boa except logs
24@@ -93,12 +93,12 @@
25
26 DirectoryIndex index.html
27
28-DirectoryMaker /usr/local/sbin/boa_indexer
29+DirectoryMaker /usr/sbin/boa_indexer
30
31 # LocalCodepage: Local codepage. This is send to client in 'Content-Type:'
32 # header by default.
33
34-#LocalCodepage iso-8859-1
35+#LocalCodepage iso-8859-2
36
37 # Codepage: Load codepage conversion table from file. This table will be used
38 # on-the-fly conversion.
39@@ -161,7 +161,7 @@
40 # ScriptAlias: Maps a virtual path to a directory for serving scripts
41 # Example: ScriptAlias /htbin/ /www/htbin/
42
43-ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
44+ScriptAlias /cgi-bin/ /home/boa/cgi-bin/
45
46 # VirtualHost: Maps a virtual host to a directory.
47 # Example: VirtualHost cz.boa.org /html/htdocs/boa/
48diff -ur boa-0.93.16.1/src/defines.h boa-0.93.16.1.new/src/defines.h
49--- boa-0.93.16.1/src/defines.h Tue Jan 5 23:19:54 1999
50+++ boa-0.93.16.1.new/src/defines.h Fri Jul 16 17:07:27 1999
51@@ -26,7 +26,7 @@
52 /***** Change this, or use -c on the command line to specify it *****/
53
54 #ifndef SERVER_ROOT
55-#define SERVER_ROOT "/etc/boa"
56+#define SERVER_ROOT "/home/boa"
57 #endif
58
59 /***** Logs *****************************************************************/
60@@ -41,7 +41,7 @@
61 #define USE_NLS 1
62 #define USE_NLS_REFERER_REDIR 1
63 #define USE_CHARSET_HEADER 1
64-#define DEFAULT_CHARSET "iso-8859-1"
65+#define DEFAULT_CHARSET "iso-8859-2"
66
67 /****** Authorization ******************************************************/
68
69diff -ur boa-0.93.16.1/util/resolver.pl boa-0.93.16.1.new/util/resolver.pl
70--- boa-0.93.16.1/util/resolver.pl Sun Dec 20 00:46:33 1998
71+++ boa-0.93.16.1.new/util/resolver.pl Fri Jul 16 17:08:09 1999
72@@ -1,10 +1,10 @@
73-#!/usr/local/bin/perl
74+#!/usr/bin/perl
75
76 # IP address resolver for Boa
77
78 # If you want an "in place" change to the log file,
79 # change the first line to
80-#!/usr/local/bin/perl -i.bak
81+#!/usr/bin/perl -i.bak
82 # Otherwise, send the output of this program wherever you want:
83 # resolver.pl access_log >access_log_resolved
84
This page took 0.091468 seconds and 4 git commands to generate.