By the way, I should have mentioned that the Quixote/scgi do generate the expected Quixote content fine. -al
Al Pacifico Seattle, WA -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Al Pacifico Sent: Thursday, August 11, 2005 9:34 AM To: [email protected] Subject: [Quixote-users] RELEASED: scgi-1.6 I'm getting a similar problem (to what Bruce Wang reported) with scgi-1.6. My httpd.conf contains: ServerRoot "/home/alpo/Development/PMHx/httpd" PidFile run/httpd.pid Timeout 120 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 15 <IfModule prefork.c> StartServers 4 MinSpareServers 2 MaxSpareServers 8 ServerLimit 32 MaxClients 32 MaxRequestsPerChild 4000 </IfModule> Listen 80 LoadModule access_module modules/mod_access.so LoadModule log_config_module modules/mod_log_config.so LoadModule mime_module modules/mod_mime.so LoadModule headers_module modules/mod_headers.so LoadModule dir_module modules/mod_dir.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule scgi_module modules/mod_scgi.so ### Section 2: 'Main' server configuration User apache Group apache ServerAdmin [EMAIL PROTECTED] ServerName powell:80 UseCanonicalName Off DocumentRoot "/home/alpo/Development/PMHx/htdocs" DirectoryIndex index.html <Directory /> Options FollowSymLinks AllowOverride None </Directory> SCGIMount /administration 127.0.0.1:4000 RewriteEngine on RewriteRule ^/administration$ /administration/ [redirect=permanent] Loglevel warn ErrorLog logs/error_log LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent CustomLog logs/access_log combined TypesConfig /etc/mime.types HostnameLookups Off Unless I comment out the lines containing the directives LoadModule scgi_module modules/mod_scgi.so and SCGIMount /administration 127.0.0.1:4000, my httpd (2.0.54) won't serve any files to Firefox. (My OS is GNU/Linux.) Commenting out SCGIMount alone doesn't fix the problem, so I assume the scgi module is interfering with an Apache phase; the message to the browser is a 404 "The requested URL / was not found on this server". After commenting out the directives, my server sends index.html to the browser. -al Al Pacifico Seattle, WA -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Wang Sent: Thursday, August 11, 2005 7:46 AM To: David Binger; [email protected] Subject: Re: [Quixote-users] RELEASED: scgi-1.6 On 8/11/05, David Binger <[EMAIL PROTECTED]> wrote: > The 1.6 release of scgi is now available at > http://www.mems-exchange.org/software/scgi/ > > This release fixes a bug in the 1.5 release. I failed to getting scgi 1.6 working on my redhat 8 / apache 2.0.49/ python 2.3.4 When I get mod_scgi.so loaded to apache2, all my virtualhosts/documentRoot failed to work, every request return 404. it was the same even when i removed all scgihandler config -- simple is good _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
