Re: close connection for request, but continue

2016-04-21 Thread Iosif Fettich
though, so it's not a good way to go for large sites. I'm aware of that, but that's less of a concern for now. Many thanks, Iosif Fettich

close connection for request, but continue

2016-04-21 Thread Iosif Fettich
explicitely write out 'hand-crafted' headers, but so far I wasn't able to find anything for that. Maybe I just didn't look into the right places? I'm running this on an updated Amazon Linux machine, vanilla httpd and mod_perl, $ rpm -qi httpd Name: httpd Version : 2.2.31 Release : 1.7.amzn1 $ rpm -qi mod_perl Name: mod_perl Version : 2.0.7 Release : 7.27.amzn1 Many thanks in advance for any ideas, hints, comments. Iosif Fettich

Re: who's putting that pre tag in the output...?

2009-03-24 Thread Iosif Fettich
that offered advice or help. Iosif Fettich PS. Firebug once again proved to be an invaluable resource in helping understand what's up and find a solution.

who's putting that pre tag in the output...?

2009-03-23 Thread Iosif Fettich
, if available, seems to be served OK, but the old content, which should be served when there is not yet any new content available, is shown as source, inside those pre tags. Are there any obvious/better ways to get the functionality I hope to get ? Thanks in advance, Iosif Fettich

Re: who's putting that pre tag in the output...?

2009-03-23 Thread Iosif Fettich
source code, as it is embedded already inside some htmlhead/bodypre...and the corresponding ending tags. Thank you, Iosif Fettich

Re: who's putting that pre tag in the output...?

2009-03-23 Thread Iosif Fettich
mod-rewrite just a _request_ rewrite ? Thanks, Iosif Fettich

Re: who's putting that pre tag in the output...?

2009-03-23 Thread Iosif Fettich
RewriteRule ^\/(.+) http://OLDDOMAIN.COM/$1 [QSA,P] it works OK. Any clou/idea of what might be wrong here ? Many thanks, Iosif Fettich

Re: who's putting that pre tag in the output...?

2009-03-23 Thread Iosif Fettich
Hi Torsten, On Mon, 23 Mar 2009, Torsten Foertsch wrote: On Mon 23 Mar 2009, Iosif Fettich wrote: So it seems to be very, very easy. Still, when using the above receipt like      RewriteEngine on      RewriteCond   %{REQUEST_URI}   !-U      RewriteRule   ^\/(.+)          http://OLDDOMAIN.COM

Re: who's putting that pre tag in the output...?

2009-03-23 Thread Iosif Fettich
;) Many many thanks, once again. Iosif Fettich

getting vhost ServerAliases used in conf

2007-04-04 Thread Iosif Fettich
and this falls in the --- since: 2.0.00 META: we don't have APR::ArrayHeader yet --- category. Well, if that's not yet working, is there another way to reach these values ? Many thanks, Iosif Fettich