search for: mod_cgi

Displaying 20 results from an estimated 23 matches for "mod_cgi".

2006 Feb 06
4
fcgi to run cgi scripts
...ot. Ezra Here is my current config file: server.document-root = "/opt/webspace/mysite/public" server.port = 80 server.username = "apache" server.groupname = "apache" server.modules = ("mod_rewrite","mod_redirect","mod_fastcgi", "mod_cgi") fastcgi.server = (".fcgi" => ( "railsapp" => ( "min-procs" => 1, "max-procs" => 5, "socket" => "/tmp/ruby-railsapp.fastcgi", "bin-path" => "/opt/webspace/mysite/public/dispa...
2006 May 13
2
Apache 1.3 Ruby on Rails (Slackware 10.2)
...nd 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 AddModule mod_cgi.c -- Posted via http://www.ruby-forum.com/.
2007 Feb 26
3
POST data not coming through
...isn''t with the form, as I''ve posted the data to a simple php script that just dumps the data, and it came through fine. I read a post somewhere about a similar problem, but it was only occuring over HTTPS. In my case, it is occuring over standard HTTP. I''ve tried using mod_cgi instead of fcgid, and the problem was the same. In addition, I tried checking request.raw_post and it was blank. I also tried submitting the form to the same URL but with "?var=val" appended to it, and params did include "var" => "val". Does anyone have any ideas...
2006 Feb 21
2
Apache patching questions
...allow directory traversal with '/.../' entries. # Apache/2.0.46 - "Apache 2.0 up 2.0.46 are vulnerable to multiple remote problems. CAN-2003-0192. CAN-2003-0253. CAN-2003-0254. CERT VU # Apache/2.0.46 - Apache 2.0 up 2.0.47 are vulnerable to multiple remote problems in mod_rewrite and mod_cgi. CAN-2003-0789. CAN-2003-0542. # Apache/2.0.46 (CentOS) - Apache 2.0 to 2.0.53 contains a memory exhaustion DoS through MIME folded requests. CAN-2004-0942. OSVDB-11391. # Apache/2.0.46 (CentOS) - Apache 2.0 to 2.0.52 could allow bypassing of authentication via the Satisfy directive. CAN-2004-0811....
2006 Apr 15
19
Trouble with Lighty
I''m trying to setup my rails application with Light+fcgi. This is the error I''m getting when I try to start Lighttpd : ============ [getcapture@alpha getcapture]$ ~/etc/rc.d/lighttpd.sh start Starting Lighttpd 2006-04-15 11:27:24: (mod_fastcgi.c.1022) execve failed for: /home/getcapture/application/public/dispatch.fcgi No such file or directory [getcapture@alpha getcapture]$
2006 Dec 11
0
Lighttpd setup with rails
...uot; url.access-deny = ( "~", ".inc" ) $HTTP["url"] =~ "\.pdf$" { server.range-requests = "disable" } ## # which extensions should not be handle via static-file transfer # # .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) ## bind to port (default: 80) server.port = 8080
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
...clude.la modules/loggers/mod_log_config.la modules/metadata/mod_env.la modules/metadata/mod_setenvif.la modules/ssl/mod_ssl.la modules/http/mod_http.la modules/http/mod_mime.la modules/generators/mod_status.la modules/generators/mod_autoindex.la modules/generators/mod_asis.la modules/generators/mod_cgi.la modules/mappers/mod_negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_imap.la modules/mappers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/mod_alias.la modules/mappers/mod_so.la server/mpm/prefork/libprefork.la server/libmain.la os/unix/libos.la -lssl -lcrypto -...
2015 May 07
2
Apache 2.2 itk - 404 not found
...tp_module modules/mod_proxy_http.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule cgi_module modules/mod_cgi.so LoadModule version_module modules/mod_version.so Include conf.d/*.conf User apache Group apache ServerAdmin xxxxxxxxxxx at xxxxxxxxx.ca ServerName localhost:80 UseCanonicalName Off DocumentRoot "/var/www/html" <Directory /> Options Fol...
2006 Jul 14
4
Rails Lighttpd Issue on Fedora
...nfiguration file for the lighttpd web server # Start using ./script/server lighttpd server.bind = "0.0.0.0" server.port = 80 server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi", "mod_compress", "mod_expire", "mod_cgi" ) server.error-handler-404 = "/dispatch.fcgi" server.document-root = CWD + "/public/" server.errorlog = CWD + "/log/lighttpd.error.log" accesslog.filename = CWD + "/log/lighttpd.access.log" url.rewrite = ( "^/$&qu...
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
2015 May 07
3
Apache 2.2 itk - 404 not found
...LoadModule proxy_ajp_module modules/mod_proxy_ajp.so >> LoadModule proxy_connect_module modules/mod_proxy_connect.so >> LoadModule cache_module modules/mod_cache.so >> LoadModule disk_cache_module modules/mod_disk_cache.so >> LoadModule cgi_module modules/mod_cgi.so >> LoadModule version_module modules/mod_version.so >> Include conf.d/*.conf >> User apache >> Group apache >> ServerAdmin xxxxxxxxxxx at xxxxxxxxx.ca >> ServerName localhost:80 >> UseCanonicalName Off >> DocumentRoo...
2005 Nov 14
0
can't display controllers with lighttpd
...t;mod_rewrite", "mod_redirect", "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-* op...
2015 May 07
0
Apache 2.2 itk - 404 not found
...d_proxy_http.so > LoadModule proxy_ajp_module modules/mod_proxy_ajp.so > LoadModule proxy_connect_module modules/mod_proxy_connect.so > LoadModule cache_module modules/mod_cache.so > LoadModule disk_cache_module modules/mod_disk_cache.so > LoadModule cgi_module modules/mod_cgi.so > LoadModule version_module modules/mod_version.so > Include conf.d/*.conf > User apache > Group apache > ServerAdmin xxxxxxxxxxx at xxxxxxxxx.ca > ServerName localhost:80 > UseCanonicalName Off > DocumentRoot "/var/www/html" > <...
2006 Feb 22
7
Ruby on Rails with Apache2, MS SQL on Windows XP
My app was running fine with Linux, Apache2/Lighttpd and MySQL. I have a need to migrate to Windows, Apache2 and MS SQL. But I keep getting the following error when I load the initial home page. Anyone can please give me a pointer where to go next for troubleshooting? Thanks in advance. NameError in <controller not set>#<action not set> uninitialized constant
2005 Jun 18
9
lighthttpd mod_scgi
...pd 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 tried to do a port of SCGI to Ruby? http://www.mems-exchange.org/software/scgi/ """ Introduction The SCGI protocol is a replacement for the Common Gateway Interface (CGI) pro...
2005 Mar 04
24
Rails speed?
Hi -- (First time posting to the list...) I''m trying out Rails on my Mac (OS X Panther, 1.6 G5). It seems... kinda slow? I''ve even run it with FastCGI and the response time is still painfully slow. Is this just me? Is mod_ruby any better than FastCGI? Or is it rails? Thanks in advance! -- joshua
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,
1998 Jun 08
27
Services not required?
I''m in the process of locking down as much of my systems here as possible as to available ports. I am down to only a handful but am not sure how much of a security risk they pose and was wondering if anyone here might be able to comment, or suggest secure versions to run: 21/FTP (WU-ftpd v2.4.2 BETA 14) 22/SSH (1.22) 23/TELNET (Netkit 0.09) 25/SMTP (Sendmail
2020 Aug 31
5
How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)
....so #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so #LoadModule proxy_connect_module modules/mod_proxy_connect.so #LoadModule cache_module modules/mod_cache.so #LoadModule suexec_module modules/mod_suexec.so #LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule cgi_module modules/mod_cgi.so #LoadModule version_module modules/mod_version.so IncludeOptional conf.d/*.conf (Notice the use of OPTIONAL) Include conf.modules.d/*.conf (DEFAULT CONFIG FILES INSTALLED BY APACHE WEB SERVER 2.4.37) Install the Secure Sockets Layer (SSL) module for Apache web server # dnf install mod_ssl Ma...
2006 Aug 29
15
Setup with Apache 2.2 proxy balancer : timeout during uploads
Hi all, I encounter timeout errors during file uploads in my Rails application. I think the problem may be in the Mongrel configuration. Here is my setup: * Load balancer (Cisco CSM, my provider''s Catalyst 6509) * Apache 2.2.3 with mod_proxy_balancer * Mongrel 0.3.13.3 * Rails 1.1.6 * Ruby 1.8.4 * MySQL 5.0.22 * file_column I host an application in which users may upload medium files