Skip to content

Instantly share code, notes, and snippets.

@lesthack
Created October 7, 2011 19:52
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 lesthack/1271213 to your computer and use it in GitHub Desktop.
Save lesthack/1271213 to your computer and use it in GitHub Desktop.
VirtualHost daluen
<VirtualHost *:80>
ServerName daluen.localhost.org #server local
ServerAdmin jhernandez@s3.com.mx #Mail del sysadmin
#Establecer la ruta del proyecto
DocumentRoot /home/lesthack/public_html/daluen
#Establecer la ruta del proyecto
<Directory /home/lesthack/public_html/daluen>
Options FollowSymLinks
AllowOverride All
</Directory>
</VirtualHost>
@lesthack
Copy link
Author

lesthack commented Oct 7, 2011

Editar archivo host

127.0.0.1 daluen.localhost.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment