Re: [EMAIL PROTECTED] Here's a new one (to me).

2008-07-30 Thread Eric Covener
On Wed, Jul 30, 2008 at 8:50 PM, Grant Peel <[EMAIL PROTECTED]> wrote: > Joshua, > > Thanks for the reply, but I have already confirmed that mod_proxy is not > running on the server. Your situation is specifically addressed in the ProxyAbuse link. -- Eric Covener [EMAIL PROTECTED] -

Re: [EMAIL PROTECTED] Here's a new one (to me).

2008-07-30 Thread Grant Peel
Joshua, Thanks for the reply, but I have already confirmed that mod_proxy is not running on the server. Mod_Security is installed and is up to date. I am thinking now I may have an unsecure form to email script in a virtual host somewhere. Is there any better logging knobs I can turn to tr

[EMAIL PROTECTED] Is there a way to modify the env variable REMOTE_ADDR?

2008-07-30 Thread Qingshan Xie
I tried to use SetEnv to set the REMOTE_ADDR but failed. Our Apache webServer has a network device in front, which NATed the client sourceIP. In order to retrieve the sourceIP, we used network device inserted the sourceIP, like to use the inserted one to replace the REMOTE_ADDR. I tried to us

Re: [EMAIL PROTECTED] error when MAKE Apache 2.2.*: exports.c : error: previous definition of '...' was here

2008-07-30 Thread Ben Aurel
I've just checked server/exports.c and scanned it for a few of the many (hundreds) of errors. The declarations are fine and the files exists on the system. But I noticed something else. When I look at on of those numerous errormessages: exports.c:1309: error: redefinition of 'ap_hack_apr_allo

Re: [EMAIL PROTECTED] Here's a new one (to me).

2008-07-30 Thread Joshua Slive
On Wed, Jul 30, 2008 at 4:20 PM, Grant Peel <[EMAIL PROTECTED]> wrote: > OK, understood, > > So does that mean that the original problem (my Apache server connecting to > an open relay), is starting AT my server itself? This is discussed quite thoroughly at http://wiki.apache.org/httpd/ProxyAbuse

Re: [EMAIL PROTECTED] Here's a new one (to me).

2008-07-30 Thread Grant Peel
OK, understood, So does that mean that the original problem (my Apache server connecting to an open relay), is starting AT my server itself? i.e. Being sent to my server on port 80 but POSTing to another server on port 25? 66.139.69.201 - - [29/Jul/2008:04:01:58 -0400] "POST http://lti-mail

Re: [EMAIL PROTECTED] Can I make https reverse proxy with mod_proxy?

2008-07-30 Thread Eric Covener
On Wed, Jul 30, 2008 at 12:06 PM, Niu Kun <[EMAIL PROTECTED]> wrote: > Dear all, > > I've got a lot of subdomains. > And I'll have to make a reverse proxy server with which the browser will > connect to the proxy with https and the reverse proxy server will connect to > my real web server with http

[EMAIL PROTECTED] Can I make https reverse proxy with mod_proxy?

2008-07-30 Thread Niu Kun
Dear all, I've got a lot of subdomains. And I'll have to make a reverse proxy server with which the browser will connect to the proxy with https and the reverse proxy server will connect to my real web server with https, too. Since I've got a lot of subdomains, can I make use of some kind of p

Re: [EMAIL PROTECTED] error when MAKE Apache 2.2.*: exports.c : error: previous definition of '...' was here

2008-07-30 Thread Sander Temme
On Jul 30, 2008, at 5:25 AM, Ben Aurel wrote: exports.c:1309: error: redefinition of 'ap_hack_apr_allocator_free' exports.c:155: error: previous definition of 'ap_hack_apr_allocator_free' was here Could you cast a glance at those areas of server/exports.c and see if you notice anything wei

RE: [EMAIL PROTECTED] Re: Apache 2.2.9: ./ configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-30 Thread Jorge Medina
I ran into similar problems trying to configure under RHEL5. Version 2.2.9 would not parse the options passed to "configure" correctly. Is there anyway to notify the maintainers so that they can remove 2.2.9 from the website or at least post a warning in the download page? This buggy version is g

Re: [EMAIL PROTECTED] alias with subfolders

2008-07-30 Thread Andre Hübner
Hi, For this reason, when two or more of these directives apply to the same sub-path, you must list the most specific path first in order for all the directives to have an effect. For example, the following configuration will work as expected: Alias /foo/bar /baz Alias /foo /gaq arrg,

Re: [EMAIL PROTECTED] alias with subfolders

2008-07-30 Thread Davide Bianchi
Andre Hübner wrote: try to use Alias /folder1/folder2 /local/path/local/path in my httpd.conf. All i get is an 404 error. If i change to: Alias /folder1 /local/path/local/path /folder1 is correct maped to /local/path/local/path and requests are ok I did not found any hint that aliasing with s

[EMAIL PROTECTED] mod_proxy_html doesn't work

2008-07-30 Thread andrea pirani
hi all my mod_proxy_html doesen't work. I configured Apache with a virtual host with mod_proxy and mod_proxy_html but absolute links aren't rewitten. For example If I call: http://wps61.domain.it/ciccio/test.html I open a proxed page on srvvph1 server, but the link: http://srvvph1.vph.loc/site/sit

[EMAIL PROTECTED] alias with subfolders

2008-07-30 Thread Andre Hübner
apache 2.2.9 Hi, try to use Alias /folder1/folder2 /local/path/local/path in my httpd.conf. All i get is an 404 error. If i change to: Alias /folder1 /local/path/local/path /folder1 is correct maped to /local/path/local/path and requests are ok I did not found any hint that aliasing with

[EMAIL PROTECTED] error when MAKE Apache 2.2.*: exports.c : error: previous definition of '...' was here

2008-07-30 Thread Ben Aurel
hi I already tried to install several versions of apache on mac os x leopard and always get a load of errors: gawk -f /temp/httpd-2.2.2/build/make_exports.awk `cat export_files` > exports.c /opt/local/share/apr-1/build/libtool --silent --mode=compile /usr/bin/gcc-4.0 -DDARWIN -DSIGPROCMA

[EMAIL PROTECTED] Re: Apache 2.2.9: ./ configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-30 Thread Ben Aurel
oups - I missed a previous posting to the exact same problem. therefore this should be considered as closed. On Wed, Jul 30, 2008 at 1:36 PM, Ben Aurel <[EMAIL PROTECTED]> wrote: > hi > > I try to compile Apache 2.2.9 with a Debian Layout on Mac OS X 10.5.4 > > > ./configure --enable-layout=Debian

[EMAIL PROTECTED] Module request/response processing debugging

2008-07-30 Thread mpiluso
Hi I'm using Apache 1.3 and am interested in debugging the whole request/response lifecycle. We have a third party moudle (closed source) and suspect its misbehaving. Also, it would be a nice learning aid to see how each module takes part in the lifecycle. Thanks in advance for the help. Mike

[EMAIL PROTECTED] Apache 2.2.9: ./ configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-30 Thread Ben Aurel
hi I try to compile Apache 2.2.9 with a Debian Layout on Mac OS X 10.5.4 ./configure --enable-layout=Debian \ > --enable-mods-shared=all \ > --with-mpm=prefork \ > --disable-static \ > --disable-unique-id \ > --disable-ipv6 \ > --disable-ssl \ > --enable-dav \ > --enable-cache \ > --enable-proxy

[EMAIL PROTECTED] Help on Apache handshake

2008-07-30 Thread Arnab Ganguly
Hi All, I am using Apache 2.2.8 with MPM=worker under Red-Hat 3.0. I am having the following issue, under heavy load I observer the access log doesn't grow at all for sometime although the incoming traffic is active. I did a tail on the access but it stopped growing then again after sometime it was