Skip to content
Snippets Groups Projects
Select Git revision
  • 3c89d31fb3d6494ab0fbf7c08f7315816233722b
  • master default protected
2 results

noemie.conf

Blame
  • David Beniamine's avatar
    3c89d31f
    History
    noemie.conf 337 B
    <VirtualHost *:8000>
        DocumentRoot /var/www/html
    
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
    
    
        <Directory "/var/www/html">
            Options -Indexes +FollowSymLinks +Includes
            AllowOverride All
            Order allow,deny
            Allow from All
        </Directory>
    </VirtualHost>