But if you are really paranoid, look at directive LimitExcept that allows for
restriction on http verb usage during configuration
http://httpd.apache.org/docs-2.0/mod/core.html#limitexcept
-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: Monday, June 27, 2005 11:38
ubject: RE: [EMAIL PROTECTED] ProxyPass with variables...
Thanks Ian, it works.
But I can“t use it, because it loads an URL with '8080' port... :-(
Are there another way ?
regards,
Fabricio.
--- Ian Huynh <[EMAIL PROTECTED]> escreveu:
>
> you can use mod_rewrite to change th
you can use mod_rewrite to change the URL and proxy at the same time.
add these lines in your httpd.conf
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so
Rewri
what does your rewrite log file say? If you add
RewriteEngine on
RewriteLog "/usr/local/var/apache/logs/rewrite.log"<<--- change this to
your appropriate path
RewriteLogLevel 9 <<-- use level 9 only
for debugging.
RewriteRule ^/old/(.*) http://ukrbc
Does mod_proxy also honor LimitRequestBody directive?
we can't seem to get 2.0.52 - 2.0.54 on win2k to return a 413 when the limit is
exceeded and the request is reversed proxied to a remote server.
-
The official User-To-Use
if you want to lock it down to exactly ONE client certificate, here's one way
to do it
if you need to screen on more than one cert, perhaps you can use
SSL_CLIENT_S_DN_O (i think) instead of SSL_CLIENT_S_DN_CN
SSLRequireSSL
SSLVerifyClient require
SSLVer
isn't it supposed to be
SetEnvIfNoCase Request_URI ^/phpBB2/(.*)\.gif$ object_is_phpbb_image
-Original Message-
From: Maxim Vexler [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 26, 2005 5:12 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] How to filter .jpg, .gif files from my
]
* 1- 800- 451- 6897
-Original Message-
From: Ian Huynh [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 21, 2005 10:17 AM
To: users@httpd.apache.org; Maxim Vexler
Subject: RE: [EMAIL PROTECTED] log rotation for apache 2.0.54 on w2k3 server
?
would pipe logging help you then?
the
post-processing is
available.
-Original Message-
From: Maxim Vexler [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 21, 2005 8:12 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] log rotation for apache 2.0.54 on w2k3 server
?
On 5/21/05, Ian Huynh <[EMAIL PROTECTED]> wrote
On 5/21/05, Nick Kew <[EMAIL PROTECTED]> wrote:
> Maxim Vexler wrote:
> > I know that this is possible on UNIX by simply moving the log file to
> > a different name,
>
> No, that doesn't do what you think. Not while apache is running.
>
Please explain, how does log rotation works then ?
>
> D
Not sure where / who this should go to but on the main download page, the link
for the Win32 Source download is incorrect.
it's coded as
Win32 Source:
http://ftp.wayne.edu/apache/httpd/httpd-2.0.54-win32-x86-src.zip";>httpd-2.0.54-win32-x86-src.zip
It should be
http://ftp.wayne.edu/apache
Env: Win2K Server, Apache 2.0.52 up to 2.0.54
We are running apache + mod_proxy + mod_rewrite as a reverse proxy for a
backend J2EE server. We've observed that if the J2EE server returns a
Content-Type with the following value:
Content-Type: multipart/signed;
[\t]micalg=sha1;
[\t]protocol="ap
12 matches
Mail list logo