Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost fm.papawy.com:80>
- ServerAdmin [email protected]
- ServerName fm.papawy.com
- #DirectoryIndex index.php
- DocumentRoot /var/www/fm.papawy.com/site/
- <Directory />
- Options FollowSymLinks
- AllowOverride FileInfo
- ErrorDocument 404 /var/www/fm.papawy.com/errors/404.php
- </Directory>
- <Directory /var/www/fm.papawy.com/site>
- Options Indexes FollowSymLinks MultiViews
- AllowOverride None
- Order allow,deny
- allow from all
- </Directory>
- ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
- <Directory "/usr/lib/cgi-bin">
- AllowOverride None
- Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
- Order allow,deny
- Allow from all
- </Directory>
- # Logs
- ErrorLog /var/www/fm.papawy.com/logs/error.log
- CustomLog /var/www/fm.papawy.com/logs/access.log combined
- #ProxyPass / http://localhost:8000
- #ProxyPassReverse / http://localhost:8000
- #ProxyPreserveHost On
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment