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

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Fri Apr 13 09:50:59 UTC 2007


  User: finnarne-guest
  Date: 07/04/13 09:50:59

  Added:       etc      apache.conf
  Log:
  Configure apache on the fly
  
  Revision  Changes    Path
  1.1                  slbackup-php/etc/apache.conf
  
  Index: apache.conf
  ===================================================================
  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>
  
  <Directory "/usr/share/slbackup-php/web">
      DirectoryIndex index.php index.html
      Options Indexes FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from all
  </Directory>
  
  
  



More information about the slbackup-commit mailing list