search for: path_to_my_app

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

2007 Mar 29
0
Resolved problem with Apache Load Balancer Manager
...alancer RewriteRule ^/(.*)$ balancer://mongrel_cluster%{REQUEST_URI} [P,QSA,L] I also added: <Location /balancer-manager> SetHandler balancer-manager Allow from localhost </Location> To my virtualhost for my rails app. Full Config: <VirtualHost *:80> DocumentRoot PATH_TO_MY_APP/public <Directory "PATH_TO_MY_APP/public"> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> RewriteEngine On # Uncomment for rewrite debugging #RewriteLog logs/myapp_rewrite_log #RewriteLogLevel 9 # Check...