search for: mod_scgi

Displaying 20 results from an estimated 28 matches for "mod_scgi".

Did you mean: mod_cgi
2006 Mar 31
2
AAARGH! Need some fresh eyes to look at this pls
...og/scgi.log :env: development :host: 127.0.0.1 :disable_signals: true lighttpd.conf: server.modules = ( "mod_rewrite", "mod_redirect", "mod_access", "mod_accesslog", "mod_status", "mod_scgi" ) server.document-root = "C:/rails/extranet/public/" server.errorlog = "C:/rails/extranet/log/lighttpd.error.log" accesslog.filename = "C:/rails/extranet/log/access.log" server.max-request-size = 2097152 server.max-keep-alive-idle = 0...
2006 Feb 23
5
Help with SCGI please :(
...t as well learn Linux along the way... It''s been fun, but I''m stuck at one of those exasperating moments... I hope someone can help me :) I installed Ruby 1.8.4 on Fedora Core 4, then Rails, then lighty, and then SCGI. I used yum to install lighty... and it already comes with mod_scgi. I created my first application in /home/tango/ and I configured lighty using the instructions here: http://www.zedshaw.com/projects/scgi_rails/lighttpd.html However, when I try to start lighty, I get the following error: (mod_scgi.c.1050) missing key (short): scgi.server dispatch.scgi 0 port...
2006 Mar 21
0
mod_scgi build problems on FreeBSD
Hello, is anybody using mod_scgi on FreeBSD? I can''t build it from the port. Anybody else having build problems? Greetings Michael Kastner
2006 Feb 05
2
SCGI
Hi please help, Id like to get SCGI working with rails. having gone through the instruction its seems straight forward enough, but for one slight snag. mod_scgi.so the one I downloaded seems to be for DOS. no problem, I just download the source and comile it for Solaris, oh oh for some reason it doesn''t compile. So I decided to search the web for a binarie version for Solaris 10 (Sparc CPU). I could not find a bean. lots of Linux 386 versions...
2006 Apr 03
12
scgi?? do i need it for ruby?
...to find an answer to. Do I need to have either scgi/fastcgi/cgi running on either lighttpd/apache for ruby scripts to work? If yes, why? I have installed the scgi server and i can get the service to run, i have also installed the following mod_fastcgi/2.4.2 mod_ruby/1.2.4 Ruby/1.8.2(2004-12-25) mod_scgi, but i still can''t run my rails cookbook app working on lighttpd or apache. i don''t know how to load my ruby site, what would my url be if my sever root is on c:\webdev\www? Am i missing something? Raily desperate -- Posted via http://www.ruby-forum.com/.
2006 Jun 12
15
Mongrel Now Recommended Setup?
I see that the RubyOnRails.com site has migrated to Mongrel with Apache as a front-end proxy. Is that now the/a recommended setup for Rails apps? We''re still using FCGI but I''m always interested to learn more about other folk''s successful deployment choices. Across all of our sites we''re pumping out about 300k pages per day so anything that saves memory or has
2005 Jun 18
9
lighthttpd mod_scgi
I see that lighttpd 1.3.14 supports SCGI. lighttpd 1.3.14 - 2005-06-15 18:10 Changes ------- * added SCGI support via mod_scgi * added hash-based and round-robin load balancing to mod_proxy * fixed range requests larger than 2Gb * fixed compilation on Solaris * fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy * fixed handling of URIs for ''+'' and characters > 127 Has anyone tr...
2005 Oct 17
12
SCGI Rails Runner 0.4.1 (getting closer)
...on and several packages including a gem release. Please check out the latest release at: * Announcement: http://www.zedshaw.com/ * README and RDoc: http://www.zedshaw.com/projects/scgi_rails/rdoc/index.html * gem, tar.bz2, tar.gz, zip: http://www.zedshaw.com/downloads/scgi_rails/ * apache1-mod_scgi-1.7a-win32.zip http://www.zedshaw.com/downloads/scgi_rails/apache1-mod_scgi-1.7a-win32.zip * apache2-mod_scgi-1.7a-win32.zip http://www.zedshaw.com/downloads/scgi_rails/apache2-mod_scgi-1.7a-win32.zip The win32 mod_scgi modules are courtesy Curt Hibbs and they include the soon to be released AJ...
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
2005 Dec 28
11
some notes about rails, apache, fastcgi and windows
hello. i''d like to share some feelings of mine after a couple of *weeks* intermittent attempts to have rails applications working on windows (XP) with fastcgi performances under apache (2.0). i''d say the software stack i''m using now will be fairly common as more and more new rails developers will join the bandwagon. what is stunning me is the fact that, even if
2006 Feb 01
1
Bus error when running Hieraki
I have been trying to set up Hieraki 2.0.1 and I cannot seem to get it running. I am running on FreeBSD 5.4, Ruby 1.8.4, Apache 2.0.55, Mysql 4.1.16, ruby-mysql 2.7, mod_scgi 1.9, scgi_rails 4.3 and Rails 1.0. I can start up the wiki, get it to display the home page, and when I click on the signup link the signup form displays. When I fill in the signup form and click the signup button, the hieraki app crashes with a bus error. When I look in the log, it appears that...
2006 Apr 15
8
Instant Rails on Win XP SP2
...at www.mycookbook.com. This suggests that apache is not even running even though the green light is on for apache and mysql. The apache access and error logs are also blank. If i click the apache.exe in the apache folder inside instant rails a dos window is displayed saying Apache/1.3 ......mod_scgi 1.7 running..... If i type www.mycookbook.com into the browser i get Firefox can''t establish a connection to the server at www.mycookbook.com. Ive had a look in the readme file inside instant rails and it says the following Apache for Microsoft Windows 2000, NT, 98, and 95 systems. L...
2005 Dec 04
10
web server q -- playing nice w/ PHP
I have a webserver that''s happily running apache2 and PHP. I''d like to deploy a site that I wrote using RoR on that same server but read that there might be some conflicts with PHP and RoR trying to access the same MySQL database. How real are those conflicts? Could I mess up my running PHP site if I install mod_ruby and try to use Apache2? Would I be better off
2006 Mar 29
42
Production environment for Rails on Win32, anyone interested for a binary release?
...and pieces from all over the web in binary forms to get a complete setup, I''ve tackled the task to build everything from scratch on Windows. This is what I''ve build from the latest sources: Apache (2.2) with mod_ssl (0.9.8a), mod_zlib (1.2.3), mod_fcgi (2.4.3snap-0404142202) and mod_scgi (1.10) Ruby (1.8.4) with mysql.so (2.7), ADO.rb, fcgi.so (0.8.6), scgi (0.4.3), zlib.so, iconv.so and openssl.so I was able with all this to get Rails 1.0 (installed using RubyGems) running with Apache and FastCGI, the whole lot seemed very stable and I was able to hammer it using JMeter with up t...
2006 Feb 28
6
scgi+lighttpd+windows - why wont it work?
...lows: server.modules = ( "mod_rewrite", "mod_redirect", "mod_access", "mod_status", "mod_scgi", "mod_accesslog" ) server.document-root = "C:/rails/extranet/public" server.errorlog = "C:/rails/extranet/log/lighttpd.error.log" accesslog.filename = "C:/rails/extranet/log/lighttpd-access.log&qu...
2005 Nov 21
10
Anybody using SCGI in production?
Or does anybody prefer fastcgi/fcgi? I''m using webrick for development, but plan on using scgi when I switch to production (because it appears to be an update to fastcgi, and I couldn''t get fastcgi working anyhow). thanks csn __________________________________ Yahoo! Mail - PC Magazine Editors'' Choice 2005 http://mail.yahoo.com
2006 May 10
7
mongrel vs. scgi
...I should be able to use the new proxy stuff as well. OK, now we''retalkin''. So, which is better? Which is more stable? Which is more scalable?Will mongrel be as cross-platform stable as scgi has proven to be?Which platform is more likely to handle 20+ million dynamic pages perday - mod_scgi + clustered scgi runners, or apache 2.2 proxy and afarm (pack?) of mongrels? --Cheers, Kevin
2006 Mar 02
9
FastCGI vs. Simple CGI
I''ve seen several postings where FastCGI is being used with RoR projects, yet, most of the material I''ve read (Dave Thomas'' book, online articles, etc) recommend not using FastCGI anymore because it is a dormant project and hasn''t been updated since 2003 (I think???). So, I went out and got Simple CGI instead. It had to be compiled and installed from
2006 Apr 07
0
Rails Prod Win 0.2
...rosoft Windows Platforms for production use in a nice and easy to use Installer. Rails Prod Win is tailored to production environments rather than development environments and uses the latest available stable released for each of the bundled software: -Apache 2.2 with mod_ssl, mod_zlib, mod_fcgi, mod_scgi -Ruby with RubyGems -Ruby native MySQL and MSSQL wrapper -Rails Gael
2006 Jan 09
1
Ruby 1.8.4 and Rails 1.0 - safe combo?
Anyone know? -- Posted via http://www.ruby-forum.com/.