Line | |
---|
1 | <VirtualHost *:80> |
---|
2 | ServerName aplicaciones.lliurex.net |
---|
3 | |
---|
4 | ServerAdmin webmaster@localhost |
---|
5 | DocumentRoot /var/www/html |
---|
6 | |
---|
7 | Alias /analytics /usr/lib/analytics-server/analytics |
---|
8 | |
---|
9 | <Directory "/usr/lib/analytics-server/analytics"> |
---|
10 | |
---|
11 | <IfModule mod_rewrite.c> |
---|
12 | RewriteEngine On |
---|
13 | RewriteBase /analytics |
---|
14 | RewriteCond %{REQUEST_FILENAME} !-f |
---|
15 | RewriteRule . reports.php [L] |
---|
16 | </IfModule> |
---|
17 | |
---|
18 | Order allow,deny |
---|
19 | Allow from all |
---|
20 | Require all granted |
---|
21 | #Options -Indexes -FollowSymlinks |
---|
22 | AllowOverride None |
---|
23 | </Directory> |
---|
24 | |
---|
25 | |
---|
26 | |
---|
27 | ErrorLog ${APACHE_LOG_DIR}/analytics-error.log |
---|
28 | CustomLog ${APACHE_LOG_DIR}/analytics-access.log combined |
---|
29 | |
---|
30 | </VirtualHost> |
---|
31 | |
---|
32 | # vim: syntax=apache ts=4 sw=4 sts=4 sr noet |
---|
Note: See
TracBrowser
for help on using the repository browser.