123456789101112131415 |
- <VirtualHost *:80>
- ServerName omnimaga.org
- ServerAlias www.omnimaga.org
- DocumentRoot /var/www/omnimaga
- <Directory /var/www/omnimaga>
- Options +ExecCGI +Indexes +FollowSymLinks +MultiViews
- AllowOverride All
- RewriteEngine On
- Order allow,deny
- allow from all
- </Directory>
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
- ServerAdmin [email protected]
- </VirtualHost>
|