Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:${AP_PORT}>
- DocumentRoot /home/ratt/Files/Web/lx-site
- ServerName lx.localhost
- # ServerAlias www.lx.localhost
- ErrorLog logs/lx.error.log
- CustomLog logs/lx.access.log combined
- <Directory "/home/ratt/Files/Web/lx-site">
- # Options Includes
- AllowOverride All
- Require all granted
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement