[users@httpd] How do I log fcgid stdin/stdout?

2012-12-18 Thread P Fudd
Hello! I'm going a bit squirrelly trying to debug a FastCGI-enabled perl program. At this point, I just want to see what the client is sending and receiving. Normally, I'd pull out WireShark and watch the traffic, but this is https traffic, and turning off ssl would break the application in nume

Re: [users@httpd] VirtualHost Redirect with an exception

2012-12-18 Thread Antonio Moreno
Hi all, You can review the rules of the reference manual of apache server, RedirectMatch is equivalent to |Redirect | http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirectmatch an introduction to redirect: http://www.webma

Re: [users@httpd] DEFLATE after Substitute on Apache Proxy Server

2012-12-18 Thread Nick Kew
On 18 Dec 2012, at 16:48, Thibaut Lemaire wrote: > I've got a problem in configuring Proxy on Apache : Something in your setup is failing to set the right headers to describe the contents returned. Apart from looking for clues in the error log, you could diagnose it starting by looking at exact

[users@httpd] DEFLATE after Substitute on Apache Proxy Server

2012-12-18 Thread Thibaut Lemaire
Hi all, I've got a problem in configuring Proxy on Apache : I want to : 1/ get a content from a website (Deflate or not) ; 2/ apply a filter on it to substitute some text on the body of the page ; 3/ resend the page to the client after apply the Deflate filter to the altered page. My configur

Re: [users@httpd] VirtualHost Redirect with an exception

2012-12-18 Thread Igor Cicimov
There is more than one solution. You can use RedirectMatch with negation or RewriteRule with negation or RewriteCond combined with RewriteRule. On 18/12/2012 10:19 PM, "Coert Waagmeester" wrote: > > > On 2012/12/18 11:53 AM, Coert Waagmeester wrote: > >> Hello all, >> >> We run a webserver with

Re: [users@httpd] VirtualHost Redirect with an exception

2012-12-18 Thread Daniel Gruno
On 12/18/2012 12:18 PM, Coert Waagmeester wrote: > > > On 2012/12/18 11:53 AM, Coert Waagmeester wrote: >> Hello all, >> >> We run a webserver with multiple domains pointing to it. >> >> Only one DNS name is used to serve our website. >> All the other DNS names (which exist for purposes other tha

Re: [users@httpd] VirtualHost Redirect with an exception

2012-12-18 Thread Coert Waagmeester
On 2012/12/18 11:53 AM, Coert Waagmeester wrote: Hello all, We run a webserver with multiple domains pointing to it. Only one DNS name is used to serve our website. All the other DNS names (which exist for purposes other than www) I redirect to our main DNS name. ServerName mysvcname.n

[users@httpd] VirtualHost Redirect with an exception

2012-12-18 Thread Coert Waagmeester
Hello all, We run a webserver with multiple domains pointing to it. Only one DNS name is used to serve our website. All the other DNS names (which exist for purposes other than www) I redirect to our main DNS name. ServerName mysvcname.net ServerAlias www.mysvcname.net