Skip to content

Instantly share code, notes, and snippets.

@Gazer
Created November 21, 2008 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gazer/27519 to your computer and use it in GitHub Desktop.
Save Gazer/27519 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
<Directory "/xxx/yyy/zzz/falta-uno/current/public">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ServerAdmin mimail@midominio.com
DocumentRoot /xxx/yyy/zzz/falta-uno/current/public
ServerName falta-uno.com.ar
ServerAlias www.falta-uno.com.ar
ErrorLog logs/falta-uno.com.ar-error_log
CustomLog logs/falta-uno.com.ar-access_log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment