Re: [users@httpd] CVE-2011-3192 fix for Apache 2.0.x

2011-09-08 Thread Jeff Trawick
On Thu, Sep 8, 2011 at 7:56 PM, wrote: > Hello, > > The description for security vulnerability CVE-2011-3192 > (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3192) notes that > it applies to Apache HTTP Server 2.0.x through 2.0.64.  A fix has been > applied and available in the 2.2.x ver

[users@httpd] CVE-2011-3192 fix for Apache 2.0.x

2011-09-08 Thread Bryan.Laipple
Hello, The description for security vulnerability CVE-2011-3192 (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3192) notes that it applies to Apache HTTP Server 2.0.x through 2.0.64. A fix has been applied and available in the 2.2.x version, but currently there is not one for 2.0.x. Is

Re: [users@httpd] Errors in httpd.conf

2011-09-08 Thread Norman Fournier
On 2011-09-08, at 1:01 PM, Mark Montague wrote: > > Short form: from a terminal window, try running "httpd -t" and see if it > reports any error in your configuration files. Note that you might have > multiple versions of httpd on your system (see below) and try to invoke the > same version

[users@httpd] Re: ProxyPass per IP/Net

2011-09-08 Thread Helmut Schneider
Mario A. del Riego wrote: > El 08/09/11 13:59, Helmut Schneider escribió: > > is it possible to serve certain resources by IP/Net? Like bind's > > views[1]? I'm ProxyPass'ing content and would like to serve > > different content for external and internal users. Currently I'm > > unable to solve th

Re: [users@httpd] Errors in httpd.conf

2011-09-08 Thread Mark Montague
Short form: from a terminal window, try running "httpd -t" and see if it reports any error in your configuration files. Note that you might have multiple versions of httpd on your system (see below) and try to invoke the same version via the command line that you're trying to start via the

Re: [users@httpd] Errors in httpd.conf

2011-09-08 Thread Mark Montague
On September 8, 2011 12:49 , Norman Fournier wrote: The sites are visible on other machines on the internal network using bare ip and port numbers. I assume that means the web server is working or it wouldnt be serving web page at all? Yes, except below you say that "ps aux | grep httpd" doe

Re: [users@httpd] ProxyPass per IP/Net

2011-09-08 Thread Mario A. del Riego
Yes, it's possible. 1) You can use mod_rewrite for that, for example, i think: RewriteCond %{REMOTE_HOST} =host1 RewriteRule ^/mysite http://server1/ [NC,P,L] RewriteCond %{REMOTE_HOST} =host2 RewriteRule ^/mysite http://server2/ [NC,P,L] 2) Also, you can play with SetEnvIf: SetEnvIF Remot

Re: [users@httpd] Which module is affected by the Range header issue?

2011-09-08 Thread Steve Foster
All, did anyone have any thoughts or opinions on this? cheers Steve On Wed, Aug 31, 2011 at 5:31 PM, Steve Foster wrote: > i've also had a thought, I also implemented the following: > > LimitRequestLine 4000 > > Which is about half of the default size i beleive, could this be limiting > the im

[users@httpd] ProxyPass per IP/Net

2011-09-08 Thread Helmut Schneider
Hi, is it possible to serve certain resources by IP/Net? Like bind's views[1]? I'm ProxyPass'ing content and would like to serve different content for external and internal users. Currently I'm unable to solve the "problem" on the proxied apache. Thanks, Helmut [1] http://www.oreillynet.com/pub/

Re: [users@httpd] Errors in httpd.conf

2011-09-08 Thread Norman Fournier
On 2011-09-08, at 10:27 AM, Mark Montague wrote: > On September 8, 2011 12:06 , Norman Fournier > wrote: >> I have had to reconfigure my directory layout to accommodate a newer version >> of Apache. > > This is unusual. Usually different versions of Apache HTTP Server will use > the same dir

Re: [users@httpd] Errors in httpd.conf

2011-09-08 Thread Mark Montague
On September 8, 2011 12:06 , Norman Fournier wrote: I have had to reconfigure my directory layout to accommodate a newer version of Apache. This is unusual. Usually different versions of Apache HTTP Server will use the same directory layout. The directory layout usually only changes when

[users@httpd] Errors in httpd.conf

2011-09-08 Thread Norman Fournier
Hello, My webserver cpu crashed last week and I have had to reconfigure my directory layout to accommodate a newer version of Apache. Unfortunately none of the sites handled by this server is visible on the internet. In the main the conf is the same as the previous working copy. named is workin

[users@httpd] Re: mod_proxy SSL forward proxy

2011-09-08 Thread mortee
Hello, Is there a way to enable both SSLEngine and plain HTTP forward proxying on the same port / virtual host? To be specific, I want my Apache to serve usual HTTPS on port 443, but also act as a proxy server using the ProxyRequests directive on the same port. That's because I don't have ano