search for: fastcgi_modul

Displaying 20 results from an estimated 27 matches for "fastcgi_modul".

Did you mean: fastcgi_module
2006 Feb 01
3
Configure Apache 2.0.55 and FastCGI
I''m installing a Rails App under Apache 2.0.55 with FastCGI. I have this config under httpd.conf ------------------------ LoadModule fastcgi_module modules/mod_fastcgi.dll ... Alias /fatturails/ "C:/Programmi/Apache Group/Apache2/htdocs/fatturails/public/" <Directory "C:/Programmi/Apache Group/Apache2/htdocs/fatturails/public"> AddHandler fastcgi-script .fcgi Options +ExecCGI AllowOverride All Allow from all...
2006 Jan 10
9
FastCGI cannot start; Rails doesn''t work
I have a problem deploying FastCGI for use with RoR. OS: FreeBSD 5.4 Apache: 2.0.55 FastCGI: 2.4.2 ###### I compiled a new mod_fastcgi.so and copied it to /usr/lib/apache/mod_fastcgi.so ###### My httpd.conf looks like this: LoadModule fastcgi_module /usr/lib/apache/mod_fastcgi.so <IfModule mod_fastcgi.c> AddHandler fastcgi-script .fcgi </IfModule> ###### The testscript i want to execute is the following: #!/usr/local/bin/ruby require ''cgi'' require ''rubygems'' require_gem ''fcg...
2006 Mar 26
3
help with rails and apache
...tutorial on http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel but i''m having some problems. when i add: <IfModule mod_fastcgi.c> FastCgiIpcDir /tmp/fcgi_ipc/ AddHandler fastcgi-script .fcgi </IfModule> under the line that says: LoadModule fastcgi_module libexec/mod_fastcgi.so apache fails to restart. i went on through the rest of the tutorial, but i can''t set up my rails apps to work right. i set up a directory for my rails app above my public_html directory, made an alias to it so that you can go to www.mydomain.com/rails/, changed...
2005 Aug 24
1
FastCGI timeout problem
...I tried also with and i had the same problem RailsFCGIHandler.process! ''/var/log/myapp_fcgi_crash.log'' require File.dirname(__FILE__) + "/../config/environment" require ''rubygems'' require_gem ''fcgi'' In httpd.conf i have: LoadModule fastcgi_module /usr/local/apache2/modules/mod_fastcgi.so LoadModule php4_module modules/libphp4.so AddHandler fastcgi-script .fcgi what am I missing? many many thanks! Adrian
2006 Apr 14
3
Rails deployment
Hi all, I''ve greated a rails application and i want to deploy it right now. I have to use a windows 2003 server.. So i installed i''ve used the following tutorial: http://wiki.rubyonrails.com/rails/pages/RailsOnWindows My application is running at : http://loc.iwsweb.nl But everytime i connect it opens a ruby process but at the end it won''t kill it. As you can see
2006 Oct 09
2
Ruby on rails and apache 2.2.3
HI all I''m new on ruby on rails I''m trying to setup the environment on my windows XP box to run ruby in rails I just followed a receipe I found on http://wiki.rubyonrails.org/rails/pages/Fast+CGI+and+Apache2+for+Windows+XP and http://www.aaronblondeau.com/cms/content/view/24/27/ I got this error message when I try to start my apache server Syntax error on line 115 of
2005 Jul 29
10
Rails Wiki down
Howdy - Someone''s probably already reported this, but anyhow, going here: http://wiki.rubyonrails.com/rails/show/RailsOnFedora results in: ==================== > Bad Gateway > The proxy server received an invalid response from an upstream server. > ==================== Yours, Tom
2006 Feb 16
4
Lost while trying to deploy rails app on apache
...ghty, bounced both servers, dug through the wiki and this list and eventually went to bed. I have no idea why things don''t work. Today I decided to take a different route and try the second setup. I placed the symlink into apache''s document root, built mod_fcgi, added LoadModule fastcgi_module libexec/httpd/mod_fastcgi.so AddModule mod_fastcgi.c <IfModule mod_fastcgi.c> FastCgiIpcDir /tmp/fcgi_ipc/ AddHandler fastcgi-script fcgi </IfModule> to the global apache config file and added <Directory "/Volumes/Data/WebContent/htdocs/path/to/symlink"&g...
2006 Jan 14
6
Error installing Rails/FastCGI/Apache2
Trying to install rails/fcgi/apache2. Following these instructions: http://xmlareas.com/ruby-rails-howto.html Using Fedora Core 4. I installed ruby and ruby-devel using apt-get. Everything under Adding FastCGI (optional) works fine up to the gem install fcgi part. Here is what happens: [root@paulbarry fcgi-2.4.0]# gem install fcgi -r -- -with-fcgi-lib=/usr/local/fcgi/lib
2006 Jul 10
0
Fastcgi on Apache / Windows causes trouble
Hello, after installing Apache2 / fastcgi serveral times on Linux I try to get it to work on windows. But when I try to load the fast-cgi-Module with LoadModule fastcgi_module modules/mod_fastcgi.so in the httpd.conf, Apache complains not to able to find the module. Even when I place it on c:\mod_fastcgi.so, Apache gives the same error message I tried it with http://dema.ruby.com.br/articles/2005/08/23/taming-fastcgi-apache2-on-windows but the problem always is, t...
2006 Jun 15
0
lighttpd and upload progress
...n line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_fastcgi.so into server: Symbol not found: _ap_standalone\n Referenced from: /usr/local/apache2/modules/mod_fastcgi.so\n Expected in: flat namespace\n Any ideas? Thanks, Ryan http.conf lines: LoadModule fastcgi_module modules/mod_fastcgi.so AddHandler fastcgi-script .fcgi -- View this message in context: http://www.nabble.com/lighttpd-and-upload-progress-t1789784.html#a4876239 Sent from the RubyOnRails Users forum at Nabble.com.
2006 Jun 15
0
upload progress bar
...n line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_fastcgi.so into server: Symbol not found: _ap_standalone\n Referenced from: /usr/local/apache2/modules/mod_fastcgi.so\n Expected in: flat namespace\n Any ideas? Thanks, Ryan http.conf lines: LoadModule fastcgi_module modules/mod_fastcgi.so AddHandler fastcgi-script .fcgi -- View this message in context: http://www.nabble.com/upload-progress-bar-t1790197.html#a4877283 Sent from the RubyOnRails Users forum at Nabble.com.
2006 May 13
2
Apache 1.3 Ruby on Rails (Slackware 10.2)
Hi, Im new to Ruby on Rails, it seems to be really powerfull. I am running Apache 1.3.x and I dont know how to set it up to work with Ruby on Rails. I think the problem is Fast CGI because I dont understand how to set that up. I can''t find anything regarding Fast-CGI in my apache config file. But I find this its some sort of cgi. LoadModule cgi_module libexec/apache/mod_cgi.so
2006 Feb 11
1
Fastcgi and mysql woes
...e error. I''m ok when I use webrick, but apache is not being nice. I can connect via sockets to mysql like "mysql -uroot -ppassword --socket=/opt/local/var/run/mysql5/mysqld.sock So I''m guessing its an Apache or Fastcgi problem. Here is my config inside apache: LoadModule fastcgi_module /opt/local/apache2/modules/mod_fastcgi.so <IfModule mod_fastcgi.c> AddHandler fastcgi-script .fcgi FastCgiIpcDir /tmp/fcgi_ipc/ FastCgiServer /tmp/railstest/public/dispatch.fcgi -initial-env RAILS_ENV=development -processes 2 -idle-timeout 60 </IfModule> Any ideas? scott -...
2005 Dec 18
0
OpenBSD 3.8, Apache 1.3, FastCGI, Chroot
...mike/rails/public/dispatch.fcgi" started (pid 3400) FastCGI: can''t start server "/var/www/users/mike/rails/public/dispatch.fcgi" (pid 3400), chdir() failed: No such file or directory +=============================+ my httpd.conf +=============================+ LoadModule fastcgi_module usr/lib/apache/modules/mod_fastcgi.so <IfModule mod_fastcgi.c> FastCgiIpcDir /var/www/tmp/fcgi_ipc FastCgiServer /var/www/users/mike/rails/public//dispatch.fcgi \ -initial-env RAILS_ENV=development \ -idle-timeout 60 </IfModule> LoadModule rewrite_module usr/lib/apache/...
2005 Dec 20
1
trouble with fastcgi and "undefined method `is_cgi?''"
...2/public/dispatch.fcgi:24 killed by this error There''s a bunch of error messages in /var/log/httpd/error.log, but as far as I can tell, all they really say is that dispatch.fcgi died prematurely. Here''s (what I think is) the relevant snippet from the httpd.conf: LoadModule fastcgi_module modules/mod_fastcgi.so <IfModule mod_fastcgi.c> FastCgiIpcDir /tmp/fcgi_ipc/ AddHandler fastcgi-script .fcgi </IfModule> <Directory "/var/www/html/test2"> AllowOverride All </Directory> Here''s the rewrite stuff from public/.htacce...
2006 Feb 01
5
Apache 2.2 don''t work with fastcgi
I''m trying to install mod_fastcgi for my rails app. I use Apache 2.2 and FastCGI 2.4.2 in windows xp. I have modified the httpd.conf adding LoadModule fastcgi_module modules/mod_fastcgi.dll (with mod_fastcgi.dll and mod_fastcgi.so in the modules directory). Whe i try to start Apache i have this error ---------------------------- apache: Syntax error on line 122 of C:/xampp/apache/conf/httpd.conf: Cannot load C:/xampp/apache/modules/mod_fastcgi.dll into server...
2006 Feb 14
5
problem with apache
...ngine On RewriteBase /testapp RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi?$1 [QSA,L] ErrorDocument 500 "<h2>Application error</h2>" in httpd.conf i had already these lines: LoadModule fastcgi_module libexec/mod_fastcgi.so AddModule mod_fastcgi.c and just added these at the end of the file (if i added these right after "LoadModule" line apache didn''t restart): <IfModule mod_fastcgi.c> FastCgiIpcDir /tmp/fcgi_ipc/ AddHandler fastcgi-script .fcgi </IfModule&...
2006 May 11
5
Problem running application in cpanel
Hi, I installed rails following the instruccions from http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel but when i try see the application i have a 500 Internal Server Error, this is only with apache because i can run with webrick Please i am desesperate -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 10
15
Apache/FastCGI still in development mode?
I''m running rails on RedHat ES3 managed by Plesk with Apache/FastCGI. I''ve followed the directions here: http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnPlesk And got everything working, but my application refuses to run in Production mode. It runs in development mode despite the fact that I''ve set: FastCgiServer