Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Fichero /etc/apache2/sites-available/ejemplo.conf
- #<VirtualHost *:???>
- <VirtualHost *:80>
- LogLevel debug
- errorlog /path/to/app/error.log
- LogFormat "%h %l %u %t /%r/" custom
- CustomLog /path/to/app/custom.log combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement