Re: [EMAIL PROTECTED] Re: Make Apache dump core in windows.

2008-09-17 Thread Jay Sprenkle
André Warnier wrote: Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote: Hi All, I am running Apache 2.2.9 as a service in windows. Can any help me in making Apache to dump core in some directory before it crashes. Thanks in advance. Now that's kind of an

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-09-05 Thread Jay Sprenkle
Eric Covener wrote: # where the actual fastcgi, the php interpreter, lives ScriptAlias /fcgi-bin /stuff/cgi-bin Location /fcgi-bin Options ExecCGi SetHandler fastcgi-script /Location Action my-fastcgi /fcgi-bin/php-fastcgi AddHandler my-fastcgi .php Alias /foo /usr/local/foo Alias

[EMAIL PROTECTED] fastcgi/cygwin failures

2008-09-05 Thread Jay Sprenkle
of the problem here: http://www.nabble.com/Socket-inheritance-with-fork-dup2-exec-td11243160.html Jay Sprenkle - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

Re: [EMAIL PROTECTED] HTTPS requests redirect to HTTP

2008-08-31 Thread Jay Sprenkle
kohanm wrote: Hi, In the httpd-ssl.conf file I have this RewitreRule and it works fine for the HTTPS requests: RewriteEngine On RewriteCond %{QUERY_STRING}^(.*?)\.phpclue=([^]+)$ RewriteRule ^/List/$ /List/%1\.php?clue=%2 [R] But I want that rule redirects to http. How can I write a

[EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-30 Thread Jay Sprenkle
Good afternoon all, I'm trying to setup Apache for use with a fastcgi program I'm developing. I'm not having any luck so I thought it was time to ask for help. Here's what I'm trying to accomplish: I'd like to have all requests with the extension .fcgi directed to a single fastcgi program.

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-30 Thread Jay Sprenkle
Eric Covener wrote: On Sat, Aug 30, 2008 at 3:12 PM, Jay Sprenkle [EMAIL PROTECTED] wrote: location /Debug SetHandler fastcgi-script /location Inherits Options +ExecCGI from somewhere? I don't believe this is required for a static fastcgi program, but I'll try it. Action

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-30 Thread Jay Sprenkle
Eric Covener wrote: On Sat, Aug 30, 2008 at 7:45 PM, Jay Sprenkle [EMAIL PROTECTED] wrote: All fastcgi URLs are supposed to be sent to the fastcgi program to be handled, not served directly and don't exist in the docroot. (That program will reads the url 'test.fcgi' and produces a page