src/Pure/Tools/phabricator.scala
changeset 71439 760e19aa9b09
parent 71422 5d5be87330b5
child 71440 8b0b8b9ea653
equal deleted inserted replaced
71438:22158ebde77f 71439:760e19aa9b09
   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