RE: [users@httpd] Compile apache 2.0.54

2005-06-28 Thread Ian Huynh
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

RE: [users@httpd] ProxyPass with variables...

2005-06-16 Thread Ian Huynh
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

RE: [users@httpd] ProxyPass with variables...

2005-06-15 Thread Ian Huynh
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

RE: [users@httpd] RewriteRule problems

2005-06-14 Thread Ian Huynh
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

[users@httpd] LimitRequestBody and mod_proxy

2005-06-06 Thread Ian Huynh
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

RE: [users@httpd] Question about how to do certificate based authentication with Apache 2.0.50 ....

2005-05-31 Thread Ian Huynh
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

RE: [users@httpd] How to filter .jpg, .gif files from my logs ?

2005-05-26 Thread Ian Huynh
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

RE: [users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-22 Thread Ian Huynh
] * 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

RE: [users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-21 Thread Ian Huynh
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

RE: [users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-21 Thread Ian Huynh
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

[users@httpd] Win32 Source download link is incorrect

2005-05-20 Thread Ian Huynh
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

[users@httpd] possible bug? apache truncates part of the content-type http header if the header is folded

2005-05-18 Thread Ian Huynh
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