Papawy

Untitled

Jun 19th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <VirtualHost fm.papawy.com:80>
  2. ServerAdmin [email protected]
  3. ServerName fm.papawy.com
  4.  
  5.  
  6. #DirectoryIndex index.php
  7. DocumentRoot /var/www/fm.papawy.com/site/
  8.  
  9. <Directory />
  10. Options FollowSymLinks
  11. AllowOverride FileInfo
  12. ErrorDocument 404 /var/www/fm.papawy.com/errors/404.php
  13. </Directory>
  14.  
  15. <Directory /var/www/fm.papawy.com/site>
  16. Options Indexes FollowSymLinks MultiViews
  17. AllowOverride None
  18. Order allow,deny
  19. allow from all
  20. </Directory>
  21.  
  22. ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
  23. <Directory "/usr/lib/cgi-bin">
  24. AllowOverride None
  25. Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  26. Order allow,deny
  27. Allow from all
  28. </Directory>
  29.  
  30. # Logs
  31. ErrorLog /var/www/fm.papawy.com/logs/error.log
  32. CustomLog /var/www/fm.papawy.com/logs/access.log combined
  33.  
  34.  
  35. #ProxyPass / http://localhost:8000
  36. #ProxyPassReverse / http://localhost:8000
  37. #ProxyPreserveHost On
  38. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment