Re: redirecting

2005-10-02 Thread ___cliff rayman___
Michael Hall wrote: Try simply: $r-headers_out-set(Location = 'to-URI'); make sure 'to-URI' is absolute and not relative as per the RFC's. I have had some problems with relative URI's since Apache tends to want to optimize the call. Instead of sending the 302 headers to the browser,

Re: Apache1/mp1 and Apache2/mp2 on the same machine

2005-04-19 Thread ___cliff rayman___
Scott Cain wrote: because I had to blow away my installation of mp1 to get my mp2 apps to work. I always build my servers with their own copy of perl in a directory such as: /usr/local/httpd_20050419 I build a fresh perl and apache in that directory, and get everything working. My

Re: How to troubleshoot session handling?

2005-04-18 Thread ___cliff rayman___
allen haim wrote: wget -S gives me: --- 1 HTTP/1.1 200 OK 2 Date: Mon, 18 Apr 2005 15:01:31 GMT 3 Server: Embperl/2.0rc2 Apache/2.0.52 (Unix) mod_perl/1.999.21 Perl/v5.8.5 4 Content-Length: 142 5 Keep-Alive: timeout=15, max=100 6 Connection: Keep-Alive 7 Content-Type: text/html;

Re: Sanity check on mod_rewrite and POST data [slightly OT]

2005-02-04 Thread ___cliff rayman___
Martin Moss wrote: However after the rewrite, the POST data is lost. Can anybody throw any light on this? the rewrite rule is this:- RewriteRule ^(.*)$ http://%{HTTP_HOST}$1 [R] Not sure what you are trying to do here. You are making a non-ssl request back to the exact same server, with the

Re: Bug Report: seg fault with 1.29/Apache 1.3.33/RedHat 7.1

2004-11-19 Thread ___cliff rayman___
Tim Evans wrote: LoadModule php4_modulelibexec/libphp4.so LoadModule perl_modulelibexec/libperl.so Restart apache. Seg faults on simple test.php page. Error log says (same as before): [Thu Nov 18 20:48:17 2004] [notice] child pid 22818 exit signal Segmentation fault (11) I

Re: Apache::Cookie

2004-11-11 Thread ___cliff rayman___
Arshavir Grigorian wrote: Geoffrey Young wrote: libapreq2 is currently using $r-headers_out instead of $r-err_headers_out, which is why you're not seeing the cookie on your redirect response. I think the consensus is that this is a bug in libapreq2-2.04, but I haven't seen any other apreq