search for: rftrack_access_log

Displaying 1 result from an estimated 1 matches for "rftrack_access_log".

2006 Aug 07
0
some questions about mongrel
...er). here is my basic apache/proxy setup, which is the same for each app. <VirtualHost *:80> ServerAdmin root at localhost ServerName rftrack.[protected].com ServerAlias rftrack DocumentRoot /srv/www/railsapps/rftrack/public CustomLog /var/log/apache2/rftrack_access_log common ErrorLog /var/log/apache2/rftrack_error_log AddDefaultCharset utf-8 <Directory /srv/www/railsapps/rftrack/public> Options -Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory>...