Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # sql.papawy.com
- #
- <VirtualHost *:80>
- ServerAdmin [email protected]
- ServerName parier.papawy.com
- ServerAlias parier.papawy.fr
- # Indexes + Directory Root
- #DirectoryIndex index.php
- DocumentRoot /var/www/parier.papawy.com/site/
- <Directory />
- Options FollowSymLinks
- AllowOverride FileInfo
- ErrorDocument 404 /var/www/parier.papawy.com/errors/404.php
- </Directory>
- <Directory /var/www/parier.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/parier.papawy.com/logs/error.log
- CustomLog /var/www/parier.papawy.com/logs/access.log combined
- RewriteEngine on
- RewriteCond %{SERVER_NAME} =parier.papawy.com [OR]
- RewriteCond %{SERVER_NAME} =parier.papawy.fr
- RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment