Skip to content

Instantly share code, notes, and snippets.

@fabiofabbrucci
Created January 19, 2012 15:20
Show Gist options
  • Save fabiofabbrucci/1640565 to your computer and use it in GitHub Desktop.
Save fabiofabbrucci/1640565 to your computer and use it in GitHub Desktop.
Vhost of ABMundi V1
<VirtualHost *:80>
ServerAdmin fabio.fabbrucci@gmail.com
ServerName abmundi
DocumentRoot /var/www/ABMundi/web/
DirectoryIndex index.php index.html
<Directory /var/www/ABMundi/web/>
Options All Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
AllowOverride all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/abmundi.error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel notice
CustomLog ${APACHE_LOG_DIR}/abmundi.access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment