search for: myapp_log

Displaying 3 results from an estimated 3 matches for "myapp_log".

2007 Jan 25
6
NOT FOUND error
...e /etc/rails/myapp.common # This is required to convince Rails (via mod_proxy_balancer) that we''re # actually using HTTPS. RequestHeader set X_FORWARDED_PROTO ''https'' ErrorLog /usr/local/apache2/logs/myapp_errors_log CustomLog /usr/local/apache2/logs/myapp_log combined </VirtualHost> <Proxy balancer://myapp_mongrel_cluster> BalancerMember http://127.0.0.1:8000 BalancerMember http://127.0.0.1:8001 </Proxy> ------ mosaic_cluster.yml: --- cwd: /var/www/apps/myapp/current port: "8000" environment: production #add...
2007 Mar 29
0
Resolved problem with Apache Load Balancer Manager
...t input_info #DeflateFilterNote Output output_info #DeflateFilterNote Ratio ratio_info #LogFormat ''"%r" %{output_info}n/%{input_info}n (%{ratio_info}n%%)'' deflate #CustomLog logs/myapp_deflate_log deflate ErrorLog logs/myapp_errors_log.log CustomLog logs/myapp_log.log combined <Proxy balancer://mongrel_cluster> BalancerMember http://127.0.0.1:3000 BalancerMember http://127.0.0.1:3001 BalancerMember http://127.0.0.1:3002 </Proxy> <Location /balancer-manager> SetHandler balancer-manager Allow from localhost </Locat...
2006 Jul 07
10
problem serving pdf files
I''m using the instructions from http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/to configure mongrel_cluster with apache mod_proxy_balancer. Everything works fine, except when I try to link to a pdf file to be opened in a new window, it displays the contents of the pdf as text instead of opening it as a pdf document through Acrobat.