Skip to content

Instantly share code, notes, and snippets.

@gramos
Last active December 20, 2015 18:29
Show Gist options
  • Save gramos/6176151 to your computer and use it in GitHub Desktop.
Save gramos/6176151 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAlias subdom.dominio.com www.subdom.dominio.com
ServerAdmin webmaster@subdom.dominio.com
DocumentRoot /home/x081vm19/public_html/subdom
ServerName www.subdom.dominio.com
CustomLog domlogs/subdom.dominio.com-access_log combined
LogFormat "%{%s}t %B ." bytes_count
CustomLog domlogs/x081vm19-bytes_log bytes_count
#ScriptAlias /cgi-bin/ /home/x081vm19/public_html/subdom/cgi-bin/
#LogSQLTransferLogTable x081vm19
#LogSQLTransferLogFormat AbHhMmRSsTtUuvio
RailsEnv development
<Directory /home/x081vm19/public_html/subdom>
Allow from all
Options MultiViews Indexes FollowSymLinks
</Directory>
SuexecUserGroup x081vm19 x081vm19
suPHP_ConfigPath /home/x081vm19/etc/
RewriteEngine On
RewriteRule
--aca hay una serie de reglas. Estaban desde antes de todo y redireccionan al servicio de mail, etc.
RewriteOptions inherit
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment