]> git.pld-linux.org Git - packages/boa.git/commitdiff
- logs to /var/log/boa instead of /var/log/httpd (confl with apache)
authorradek <radek@pld-linux.org>
Wed, 6 Oct 2004 17:47:21 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- default DocumentRoot in /srv (but we don't supply these directories!)
- config to /etc/boa.conf (/etc/httpd ownership problem)

Changed files:
    boa-PLD.patch -> 1.22
    boa-logrotate.patch -> 1.4
    boa.init -> 1.10

boa-PLD.patch
boa-logrotate.patch [deleted file]
boa.init

index 0b224e425f91d9e1b52f32bf6055c08b33cab786..bbe8886720ac70cead9203b2b95000be3def1bc6 100644 (file)
@@ -16,7 +16,7 @@
  # Comment out to disable server non user files.
  
 -DocumentRoot /var/www
-+DocumentRoot /home/services/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 received.
@@ -40,5 +40,5 @@
  # Example: ScriptAlias /htbin/ /www/htbin/
  
 -ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
-+ScriptAlias /cgi-bin/ /home/services/httpd/cgi-bin/
++ScriptAlias /cgi-bin/ /srv/www/cgi-bin/
  
diff --git a/boa-logrotate.patch b/boa-logrotate.patch
deleted file mode 100644 (file)
index e601aec..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---- contrib/rpm/boa.logrotate  Wed Jul  3 18:56:22 2002
-+++ contrib/rpm/boa.logrotate  Wed Jul  3 18:56:29 2002
-@@ -1,4 +1,4 @@
--/var/log/boa/*_log {
-+/var/log/httpd/*_log {
-   weekly
-   compress
-   copytruncate
index 96b15485e773d955893b9d8f04914872ea49f65e..ec684c81a6f89f8000c6af38142b4439a229aedd 100644 (file)
--- a/boa.init
+++ b/boa.init
@@ -6,7 +6,7 @@
 # description: Boa is a World Wide Web server.  It is used to serve \
 #              HTML files and CGI.
 # processname: boa
-# config:      /etc/httpd/boa.conf
+# config:      /etc/boa.conf
 
 
 # Source function library
This page took 0.079902 seconds and 4 git commands to generate.