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]
-
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
19 matches
Mail list logo