Subversion Repositories VORC

Rev

Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 291
Line 7... Line 7...
7
</Directory>
7
</Directory>
Line 8... Line 8...
8
 
8
 
9
<VirtualHost *:80>
9
<VirtualHost *:80>
10
    DocumentRoot /var/www/html
10
    DocumentRoot /var/www/html
-
 
11
    CustomLog ${APACHE_LOG_DIR}/access.log combined
-
 
12
    
-
 
13
    RewriteEngine On
-
 
14
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}.pl -f
-
 
15
    RewriteRule !\.\w{2,4}$ %{REQUEST_URI}.pl [L,QSA]
11
    CustomLog ${APACHE_LOG_DIR}/access.log combined
16