equal
deleted
inserted
replaced
459 ServerName """ + server_name + """ |
459 ServerName """ + server_name + """ |
460 ServerAdmin webmaster@localhost |
460 ServerAdmin webmaster@localhost |
461 DocumentRoot """ + config.home.implode + """/webroot |
461 DocumentRoot """ + config.home.implode + """/webroot |
462 |
462 |
463 ErrorLog ${APACHE_LOG_DIR}/error.log |
463 ErrorLog ${APACHE_LOG_DIR}/error.log |
|
464 CustomLog ${APACHE_LOG_DIR}/access.log combined |
|
465 |
464 RewriteEngine on |
466 RewriteEngine on |
465 RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA] |
467 RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA] |
466 </VirtualHost> |
468 </VirtualHost> |
467 |
469 |
468 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet |
470 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet |