Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- www:/etc/apache2/sites-enabled# vi wisenyourie.haxer.be.conf
- <VirtualHost *:80>
- ServerAdmin webmaster@localhost
- ServerName wisenyourie.haxer.be
- ServerAlias www.wisenyourie.haxer.be
- DocumentRoot /home/adnez/subdomains/wisenyourie.haxer.be
- <Directory />
- Options FollowSymLinks
- AllowOverride All
- </Directory>
- <Directory /home/adnez/subdomains/wisenyourie.haxer.be>
- Options Indexes FollowSymLinks MultiViews
- AllowOverride All
- Order allow,deny
- allow from all
- </Directory>
- ErrorLog /var/log/apache2/wisenyourie.haxer.be.error.log
- # Possible values include: debug, info, notice, warn, error, crit,
- # alert, emerg.
- LogLevel warn
- CustomLog /var/log/apache2/wisenyourie.haxer.be.access.log combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment