You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
499 B

NameVirtualHost 192.168.123.168:80
<VirtualHost 192.168.123.168:80>
ServerName humanidades.local
DocumentRoot /path/to/projects/g3w2/trunk/src/siu/www
# RewriteLog /tmp/rewrite.log
# RewriteLogLevel 0
# ErrorLog ${APACHE_LOG_DIR}/error.log
# CustomLog ${APACHE_LOG_DIR}/access.log combined
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
# LogLevel warn
include /path/to/projects/g3w2/trunk/instalacion/rewrite.conf
SetEnv ACC_ID des01
</VirtualHost>