packages: rt/rt-apache.conf, rt/rt-apache_dir.conf, rt/rt-apache_vhost.conf...

paszczus paszczus at pld-linux.org
Wed Oct 26 14:44:56 CEST 2011


Author: paszczus                     Date: Wed Oct 26 12:44:56 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed path after broken upgrade

---- Files affected:
packages/rt:
   rt-apache.conf (1.7 -> 1.8) , rt-apache_dir.conf (1.2 -> 1.3) , rt-apache_vhost.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/rt/rt-apache.conf
diff -u packages/rt/rt-apache.conf:1.7 packages/rt/rt-apache.conf:1.8
--- packages/rt/rt-apache.conf:1.7	Wed Oct 26 14:28:40 2011
+++ packages/rt/rt-apache.conf	Wed Oct 26 14:44:51 2011
@@ -1,4 +1,4 @@
-<Directory "/usr/share/rt3/html">
+<Directory "/usr/share/rt/html">
 	AllowOverride all
 	#ExecCGI on                                                                                                                                                  
 	<IfModule mod_authz_host.c>
@@ -8,9 +8,9 @@
 </Directory>
 
 # XXX: you don't overwrite global documentroot. if you want virtualhost sample add VirtualHost...
-#DocumentRoot /usr/share/rt3/html/
+#DocumentRoot /usr/share/rt/html/
 
-    Alias /NoAuth/images/ /usr/share/rt3/html/NoAuth/images/
+    Alias /NoAuth/images/ /usr/share/rt/html/NoAuth/images/
     Alias /error/ "/home/services/httpd/error/"
     AddDefaultCharset UTF-8
 
@@ -22,7 +22,7 @@
     </Location>
 
     <Location />
-#        AuthUserFile /usr/share/rt3/html
+#        AuthUserFile /usr/share/rt/html
 #        AuthGroupFile /dev/null
 #        AuthName Strefa-admin
 #        AuthType Basic

================================================================
Index: packages/rt/rt-apache_dir.conf
diff -u packages/rt/rt-apache_dir.conf:1.2 packages/rt/rt-apache_dir.conf:1.3
--- packages/rt/rt-apache_dir.conf:1.2	Wed Oct 26 14:29:29 2011
+++ packages/rt/rt-apache_dir.conf	Wed Oct 26 14:44:51 2011
@@ -11,9 +11,9 @@
 RewriteCond %{REQUEST_URI}  ^/rt/
 RewriteRule ^(.*)/$         $1/index.html [PT,NS]
 
-Alias /rt "/usr/share/rt3/html"
+Alias /rt "/usr/share/rt/html"
 
-<Directory "/usr/share/rt3/html">
+<Directory "/usr/share/rt/html">
     AddDefaultCharset UTF-8
 
     PerlSetVar MasonArgsMethod CGI

================================================================
Index: packages/rt/rt-apache_vhost.conf
diff -u packages/rt/rt-apache_vhost.conf:1.2 packages/rt/rt-apache_vhost.conf:1.3
--- packages/rt/rt-apache_vhost.conf:1.2	Wed Oct 26 14:30:10 2011
+++ packages/rt/rt-apache_vhost.conf	Wed Oct 26 14:44:51 2011
@@ -3,7 +3,7 @@
 
 <VirtualHost your.ip.address>
     ServerName your.rt.server.hostname
-    DocumentRoot /usr/share/rt3/html
+    DocumentRoot /usr/share/rt/html
 
     AddDefaultCharset UTF-8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rt/rt-apache.conf?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rt/rt-apache_dir.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rt/rt-apache_vhost.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list