Re: close connection for request, but continue

2016-04-21 Thread Iosif Fettich
uest - but doing so I'd pay twice for it. That will tie up a mod_perl process 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
to get away without having to 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 tag in the output...?

2009-03-24 Thread Iosif Fettich
but I wasn't able to get it working - even after spending much more effort than I thought initially that it will take - and gave up for now. Many thanks to all those 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.

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

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

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

2009-03-23 Thread Iosif Fettich
lmost all of the content is dynamic, most requests look like http://MYDOAMIN.COM/index.php?qs_sect_id=3456 etc. Many thanks, Iosif Fettich

Re: who's putting that 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 tag in the output...?

2009-03-23 Thread Iosif Fettich
s through /index.php If I do the proxying unconditionally, like RewriteEngine on # RewriteCond %{REQUEST_URI} !-U 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 tag in the output...?

2009-03-23 Thread Iosif Fettich
sponse in place if the subrequest is unsuccessful. Isn't mod-rewrite just a _request_ rewrite ? Thanks, Iosif Fettich

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

2009-03-23 Thread Iosif Fettich
that when I print() it, I see the whole thing as HTML source code, as it is embedded already inside some ...and the corresponding ending tags. Thank you, Iosif Fettich

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

2009-03-23 Thread Iosif Fettich
isting site. Customers and search engines should _not_ be redirected to new URLs. The new content, 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 tags. Are there any obvious/better ways to get the functionality I hope to get ? Thanks in advance, Iosif Fettich

getting vhost ServerAliases used in conf

2007-04-04 Thread Iosif Fettich
der object 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