omnimaga.conf 415 B

123456789101112131415
  1. <VirtualHost *:80>
  2. ServerName omnimaga.org
  3. ServerAlias www.omnimaga.org
  4. DocumentRoot /var/www/omnimaga
  5. <Directory /var/www/omnimaga>
  6. Options +ExecCGI +Indexes +FollowSymLinks +MultiViews
  7. AllowOverride All
  8. RewriteEngine On
  9. Order allow,deny
  10. allow from all
  11. </Directory>
  12. ErrorLog ${APACHE_LOG_DIR}/error.log
  13. CustomLog ${APACHE_LOG_DIR}/access.log combined
  14. ServerAdmin [email protected]
  15. </VirtualHost>