Displaying 3 results from an estimated 3 matches for "weposs".
Did you mean:
repos
2007 Jun 01
1
LoadError on ''initializer'' when starting Mongrel
...ster::start -C /path/to/mongrel_cluster.yml
and it says
> Starting 2 Mongrel servers...
but in the log I see this error:
** Starting Rails with production environment...
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load --
/usr/local/www/weposs/current/config/../vendor/rails/railties/lib/initializer
(LoadError)
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require''
from /usr/local/www/weposs/current/config/boot.rb:16
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require...
2007 Jun 03
6
mongrel cluster w/ apache
...necessary to make this work?
the relevant parts of my apache config follow:
<Proxy balancer://mongrel_cluster>
BalancerMember http://127.0.0.1:8000
BalancerMember http://127.0.0.1:8001
</Proxy>
<VirtualHost *:555>
ServerName thealarmlights.net
DocumentRoot /usr/local/www/weposs/current/public
<Directory "/usr/local/www/weposs/current/public" >
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
RewriteEngine On
RewriteLog logs/weposs_rewrite_log
RewriteLogLevel 9
# Check for maintenance...
2007 Jun 03
3
mongrel cluster w/ apache
...ion necessary to make this work?
the relevant parts of my apache config follow:
<Proxy balancer://mongrel_cluster>
BalancerMember http://127.0.0.1:8000
BalancerMember http://127.0.0.1:8001
</Proxy>
<VirtualHost *:555>
ServerName thealarmlights.net
DocumentRoot /usr/local/www/weposs/current/public
<Directory "/usr/local/www/weposs/current/public" >
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
RewriteEngine On
RewriteLog logs/weposs_rewrite_log
RewriteLogLevel 9
# Check for maintenance file and r...