Advertisement
Guest User

salty state

a guest
May 12th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /etc/apache2/sites-enabled/blah.conf:
  2. # les: can't get it to work
  3. apache.configfile:
  4. - config:
  5. - VirtualHost:
  6. this: '*:80'
  7. ServerName:
  8. - example.org
  9. ErrorLog: /var/log/apache2/blah.error_log
  10. CustomLog: /var/log/apache2/blah.access_log common
  11. DocumentRoot: /opt/blah/public
  12. Directory:
  13. this: /opt/blah/public
  14. Order: Deny,Allow
  15. Deny from: none
  16. Allow from: all
  17. AllowOverride: All
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement