[slbackup-commit] CVS update: slbackup-php/etc apache.conf

werner at alioth.debian.org werner at alioth.debian.org
Mon Apr 16 20:27:26 UTC 2007


  User: werner  
  Date: 07/04/16 20:27:26

  Modified:    etc      apache.conf
  Log:
  polish
  
  Revision  Changes    Path
  1.2       +12 -11    slbackup-php/etc/apache.conf
  
  Index: apache.conf
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/etc/apache.conf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apache.conf	13 Apr 2007 09:50:59 -0000	1.1
  +++ apache.conf	16 Apr 2007 20:27:26 -0000	1.2
  @@ -1,18 +1,19 @@
  -Alias /slbackup-php "/usr/share/slbackup-php/web"
  - <IfModule mod_rewrite.c>
  -	 <IfModule mod_ssl.c>
  -		 <Location /lwat>
  -			 RewriteEngine on
  -			 RewriteCond %{HTTPS} !^on$ [NC]
  -			 RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}  [L]
  -		 </Location>
  -	 </IfModule>
  - </IfModule>
  +<IfModule mod_rewrite.c>
  +<IfModule mod_ssl.c>
  +    <Location /lwat>
  +        RewriteEngine on
  +        RewriteCond %{HTTPS} !^on$ [NC]
  +        RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}  [L]
  +    </Location>
  +</IfModule>
  +</IfModule>
   
  +Alias /slbackup-php "/usr/share/slbackup-php/web"
   <Directory "/usr/share/slbackup-php/web">
  -    DirectoryIndex index.php index.html
  +    DirectoryIndex index.php
       Options Indexes FollowSymLinks
       AllowOverride None
       Order allow,deny
       Allow from all
   </Directory>
  +
  
  
  



More information about the slbackup-commit mailing list