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

werner at alioth.debian.org werner at alioth.debian.org
Tue Apr 17 20:34:46 UTC 2007


  User: werner  
  Date: 07/04/17 20:34:46

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



More information about the slbackup-commit mailing list