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

pwinnertz-guest at alioth.debian.org pwinnertz-guest at alioth.debian.org
Tue Apr 17 20:53:34 UTC 2007


  User: pwinnertz-guest
  Date: 07/04/17 20:53:34

  Modified:    etc      apache.conf
  Log:
  Make slbackup also accessable without ssl
  
  Revision  Changes    Path
  1.4       +11 -11    slbackup-php/etc/apache.conf
  
  Index: apache.conf
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/etc/apache.conf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apache.conf	17 Apr 2007 20:34:46 -0000	1.3
  +++ apache.conf	17 Apr 2007 20:53:34 -0000	1.4
  @@ -1,19 +1,19 @@
  -<IfModule mod_ssl.c>
  -  <IfModule mod_rewrite.c>
  +<IfModule mod_rewrite.c>
  +  <IfModule mod_ssl.c>
       <Location /slbackup-php>
         RewriteEngine on
         RewriteCond %{HTTPS} !^on$ [NC]
         RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}  [L]
       </Location>
     </IfModule>
  -
  -  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>
   </IfModule>
   
  +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>
  +
  
  
  



More information about the slbackup-commit mailing list