search for: mod_ssi

Displaying 5 results from an estimated 5 matches for "mod_ssi".

Did you mean: mod_ssl
2006 Jul 21
0
SSI and CGI output
I need to invoke a script in my cgi-bin with a ssi include. Is there a way to do this in rails? I found a post that I have to add an OutputFilter for dispatch.fcgi to go through mod_ssi. Can anybody tell how to do this? Thanks, Simon -- Posted via http://www.ruby-forum.com/.
2006 Jan 26
5
ruby and perl
Hello Community, is it possible to include perl scripts into a ruby view (.rhtml)? If yes, the structure has to be /public --> /cgi-bin like in a web application with cgi scripts? Best regards, Mathias -- Posted via http://www.ruby-forum.com/.
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
2005 Nov 14
0
can't display controllers with lighttpd
..."mod_access", # "mod_auth", # "mod_status", "mod_fastcgi", "mod_simple_vhost", #"mod_evhost", # "mod_cgi", "mod_compress", # "mod_ssi", # "mod_usertrack", # "mod_rrdtool", "mod_accesslog" ) ## a static document-root, for virtual-hosting take look at the ## server.virtual-* options server.document-root = "/var/www/" ## where to send er...
2006 Apr 03
12
scgi?? do i need it for ruby?
This might be obvious to everyone but it is something that i haven''t been able 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,