##// END OF EJS Templates
svn: Escape environment variable syntax in comment to prevent mako from rendering it.
Martin Bornhold -
r569:71f6516f default
parent child Browse files
Show More
@@ -20,8 +20,8 b''
20 # <VirtualHost *:8080>
20 # <VirtualHost *:8080>
21 # ServerAdmin webmaster@localhost
21 # ServerAdmin webmaster@localhost
22 # DocumentRoot /var/www/html
22 # DocumentRoot /var/www/html
23 # ErrorLog ${APACHE_LOG_DIR}/error.log
23 # ErrorLog ${'${APACHE_LOG_DIR}'}/error.log
24 # CustomLog ${APACHE_LOG_DIR}/access.log combined
24 # CustomLog ${'${APACHE_LOG_DIR}'}/access.log combined
25 # Include /path/to/generated/mod_dav_svn.conf
25 # Include /path/to/generated/mod_dav_svn.conf
26 # </VirtualHost>
26 # </VirtualHost>
27
27
General Comments 0
You need to be logged in to leave comments. Login now