search for: fcgid_modul

Displaying 7 results from an estimated 7 matches for "fcgid_modul".

Did you mean: fcgid_module
2007 May 17
3
Ubuntu rails server
...rectory /var/www/test/public/> Options ExecCGI FollowSymLinks AllowOverride All Order allow,deny Allow from all AddHandler fcgid-script .fcgi </Directory> </VirtualHost> in fcgid.load LoadModule fcgid_module /usr/lib/apache2/modules/mod_fcgid.so in fcgid.conf <IfModule mod_fcgid.c> AddHandler fcgid-script .fcgi DefaultInitEnv RAILS_ENV production SocketPath /var/lib/apache2/fcgid/sock IdleTimeout 60 ProcessLifeTime 6000 MaxProcessCount 32 DefaultMaxClassProcessCount 2 IPCConnect...
2006 Mar 12
4
Apache not running Fcgid
I''m having the same problems as this fellow, Mr. Cheetham, in getting my rails app up and running on apache2+fcgid. Webrick runs, but dispatch.fcgi never actually runs, and apache spits out a grusome "Premature end of script headers: dispatch.cgi" error message in the log. Mr. Cheetham describes his problem at http://www.archivesat.com/Typo_blogging_engine/thread164398.htm I
2006 Nov 09
0
Apache configuration
...cation 1. chgrp -R apache cookbook/ 2. chmod -R g+r cookbook/ 3. chmod -R g+w cookbook/log/ 4. chmod -R g+w cookbook/tmp/ 5. find /var/www/rails/cookbook/ -type d -exec chmod g+x {} \; Configure Apache 1. vi /etc/httpd/conf.d/fcgid.conf Insert the following: LoadModule fcgid_module /usr/lib/httpd/modules/mod_fcgid.so <IfModule mod_fcgid.c> SocketPath /tmp/fcgid_sock/ AddHandler fcgid-script .fcgi </IfModule> 1. vi /etc/httpd/conf.d/hosts.conf (Personally, I put all my custom Apache configuration in this file to keep thing...
2007 May 08
1
Can't get Ruby on Rails with Apache and FastCGI
Hi! Environment ========= Solaris 10 Apache 2.2.0 with fcgid_module Ruby 1.8.4 Rails 1.2.3 I am trying to get FastCGI working. Initially I used "dispatch.cgi" successfully but when I switched to "dispatch.fcgi" I get ==================================================== Application error Rails application failed to start properly =============...
2006 Jun 22
9
Again on Apache 2
...t I want to achieve. I have a personal website (www.troccoli.it) which contains HTML only. I want to have another website (spagnolo.troccoli.it) where I use Rails. Both URL are resolved to the same IP: my Linux box. I have managed to change httpd.conf to use mod_fcgid as follows ... LoadModule fcgid_module modules/mod_fcgid.so IPCCommTimeout 40 IPCConnectTimeout 10 ... I have also changed httpd-vhosts.conf (which is include in httpd.conf) as follows: ... NameVirtualHost * # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section i...
2006 May 17
3
Rails "Application Error" with apache and mod_fcgid
...mod_fcgid-1.07-r1 ruby-fcgi-0.8.6 mysql-4.1.19 mysql-ruby-2.7 DBD-mysql-2.9007 rails-1.1.2 actionmailer-1.2.1 actionpack-1.12.1 actionwebservice-1.1.2 activerecord-1.14.2 activesupport-1.3.1 rake-0.7.1 </fieldset> My apache httpd.conf file has these lines added: <fieldset> LoadModule fcgid_module modules/mod_fcgid.so AddHandler fcgid-script .fcgi </fieldset> My vhosts.conf file has: <fieldset> &lt;virtualHost *:80&gt; DocumentRoot /var/www ServerName myServer.com ErrorLog /var/www/apache.log &lt;Directory "/var/www"&gt; Order...
2006 Aug 06
19
Rails *that* slow?
I''m working on my first little rails-application. It''s a rewrite of a gallery-script i once made (in PHP): http://notdotnet.net However - my rails-version is waaay to slow :( http://r.notdotnet.net/ I don''t do any heavy image-processing, I don''t have any killer-algorithms with a time complexity on O(n^n), and I don''t use any major hacks. The only