All pastes #2046163 Raw Edit

Someone

public text v1 · immutable
#2046163 ·published 2011-04-13 22:41 UTC
rendered paste body
<VirtualHost *:80>
        ServerAdmin info@s.com    
        ServerName  www.dev-s.com
        ServerAlias dev-s.com

	DirectoryIndex index.php index.html
    	DocumentRoot /home/[username]/public_html/s/public

	<Directory /home/[username]/public_html/s/public>
		Options Indexes FollowSymLinks
		AllowOverride All
	</Directory>

	ErrorLog /home/[username]/public_html/s/log/error.log

	RewriteLog /home/[username]/public_html/s/log/rewrite.log

	# Possible values include: debug, info, notice, warn, error, crit,
	# alert, emerg.
	LogLevel warn

	CustomLog /home/[username]/public_html/s/log/access.log combined

</VirtualHost>