Re: [EMAIL PROTECTED] how to reject head request

2008-11-19 Thread Krist van Besien
2008/11/20 likai <[EMAIL PROTECTED]>: > Hi, > > How could I reject all coming http head request by configuring httpd.conf? You hopefully realise that rejecting "HEAD" requests will break your website? Krist -- [EMAIL PROTECTED] [EMAIL PROTECTED] Bremgarten b. Bern, Switzerland -- A: It reverses

Re: [EMAIL PROTECTED] how to reject head request

2008-11-19 Thread Eric Covener
2008/11/19 likai <[EMAIL PROTECTED]>: > How could I reject all coming http head request by configuring httpd.conf? You can return 403/Forbidden with this In the base server and again in each virtualhost: RewriteEngine on RewriteCond %{REQUEST_METHOD} =HEAD RewriteRule .* - [F] -- Eric Covener [

[EMAIL PROTECTED] how to reject head request

2008-11-19 Thread likai
Hi, How could I reject all coming http head request by configuring httpd.conf? I've got no clues. Thanks, _ 超炫人气榜给您所有偶像的最新资讯和排名,快来支持自己的偶像! http://cnweb.search.live.com/xrank/results.aspx?q=%e5%91%a8%e6%9d%b0%e4%bc%a6&FORM=MS

Re: [EMAIL PROTECTED] error_log file of 150 Gb!!

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 9:29 PM, Justin Wright <[EMAIL PROTECTED]> wrote: > I read somewhere that apache limited or could limit the size of the log > files as it was writing them? I couldn't find any configuration settings > like this in the documentation. http://httpd.apache.org/docs/2.2/mod/mod

Re: [EMAIL PROTECTED] error_log file of 150 Gb!!

2008-11-19 Thread Sander Temme
On Nov 19, 2008, at 9:29 PM, Justin Wright wrote: I read somewhere that apache limited or could limit the size of the log files as it was writing them? I couldn’t find any configuration settings like this in the documentation. Ah, the good old "read somwhere" approach. No, Apache itself

[EMAIL PROTECTED] error_log file of 150 Gb!!

2008-11-19 Thread Justin Wright
Hi All, A client on my server wrote a php page that produced warnings in the error_log file. The file grew at a rate of 640 Mb every 30 seconds (page timeout). I had a 150 Gb file by the end of the day. My server is configured to rotate the log files, but this only happens every 24 hour

[EMAIL PROTECTED] mod_proxy_ajp

2008-11-19 Thread biju.blore
Hi I am facing an issue with apache-jboss AJP connectivity. I am mentioning my settings below I am using mod_proxy_ajp.so in my Apache "proxy_ajp.conf" The configuration of proxypass is as follows ProxyPassMatch ^(/publish.*) ajp://192.168.9.11:8009/$1 timeo

[EMAIL PROTECTED] Does the latest version of the Apache server support RFC 3987 (IRI) supported by default?

2008-11-19 Thread Patrick Andries
Does the latest version of the Apache server support RFC 3987 (IRI) supported by default? I think this is what was already implemented in mod_fileiri http://dev.w3.org/cvsweb/apache-modules/mod_fileiri/mod_fileiri.c is doing. http://www.w3.org/2003/Talks/0904-IUC-IRI/slide19-0.html Is it now

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-19 Thread William A. Rowe, Jr.
Paul Simon wrote: >> Possibly foolish question, but did you read the README? There are > >> additional steps to obtain/install the actual InstantClient 11.1 drivers >> and ensure that driver DLL can be found in the PATH. >> >> Bill > > I have a possibly more foolish question - what README are yo

Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Nick Kew
Adelfio D'Angiò wrote: In fact if I do a direct http request on the proxied server the output on the browser is correct but when I do the http request through the Apache proxy I get this "extra" chunked encoding inside the content of the page. Is there a URL from where one could see this beha

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 2:06 PM, Minson, John M Mr ARMY GUEST <[EMAIL PROTECTED]> wrote: > using 'snoop' I determined that the ldap module is using a uid that looks > like this > > [EMAIL PROTECTED] > > The 'someuser' portion is what is in lDAP . > > How do I pass just 'someuser' as the uid ? That

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Minson, John M Mr ARMY GUEST
using 'snoop' I determined that the ldap module is using a uid that looks like this [EMAIL PROTECTED] The 'someuser' portion is what is in lDAP . How do I pass just 'someuser' as the uid ? I verified that '[EMAIL PROTECTED]' is contained in 'REMOTE_USER' env variable Eric Covener wrote:

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 1:21 PM, Minson, John M Mr ARMY GUEST <[EMAIL PROTECTED]> wrote: > I'm trying to implement mod_authnz_ldap and get the following error > > auth_ldap authorise: User DN not found, ldap_search_ext_s() for user failed > > I have tried dozens of combinations of AuthLDAPUrl and A

[EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Minson, John M Mr ARMY GUEST
I'm trying to implement mod_authnz_ldap and get the following error auth_ldap authorise: User DN not found, ldap_search_ext_s() for user failed I have tried dozens of combinations of AuthLDAPUrl and AuthLDAPBindDN Is there anyway to get it to display the 'User DN' its trying to use ? apache ha

Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Adelfio D'Angiò
> > You're looking at a chunked response in something that doesn't know > what to do with the chunked encoding. Is it a real browser, or are > you just looking at the dump? > Yes, I'm testing with Firefox 3.0.3. Who does wrong with the chunked encoding seems to be mod_proxy. > It looked like the

Re: [EMAIL PROTECTED] Another "Premature end of script" headers problem

2008-11-19 Thread Dan Yamins
> In my opinion, that would be unlikely, since it sometimes works, and > sometimes not, and I guess the output file is always being written in the > same place, no ? > Yes, of course you're right. (Although something about the way the file is written by the .draw method could be dependent on the

Re: [EMAIL PROTECTED] Newbie question about text line endings w/Linux server and Windows Explorer client

2008-11-19 Thread André Warnier
Hi. 1) recommended : install Firefox, and the LiveHttpHeaders plugin for Firefox. This allows you to see excactly which HTTP headers the server is sending to the browser along with your file. This will tell you what the browser *should* do to display the file. (Well, not immediately and not a

[EMAIL PROTECTED] Newbie question about text line endings w/Linux server and Windows Explorer client

2008-11-19 Thread Hoover, David
Hi, I have some files stored in a 'downloads' area of an Apache 2.2.10 server running on Linux Fedora Core 9. I access the files via Windows Explorer 6. If I view (click on Explorer link) a file named 'file.c' with the UNIX linefeed convention, all of the text appears on a single line in my Expl

Re: [EMAIL PROTECTED] Re: WELCOME to users@httpd.apache.org (UNCLASSIFIED)

2008-11-19 Thread Paul Doubek
morgan gangwere wrote: No problems. I however would note 2 basic trends i've observed: private posting is considered "bad" and i'd hope the DoD can provide valid digital signatures to the people who work for them :3 Well, then... I have to apologize publicly for the private post, and I will

[EMAIL PROTECTED] trouble shooting & performing

2008-11-19 Thread Yoom Nguyen
Greetings, Is there a way for me to see how bad orgood Apache doing/performing? I am interest to see the current value of the following parameters and perhaps any others useful parameters: end user concurrent request,  load,    MinSpareServers,  MaxSpareServers, MaxClients,

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-19 Thread Paul Simon
> Possibly foolish question, but did you read the README? There are > additional steps to obtain/install the actual InstantClient 11.1 drivers > and ensure that driver DLL can be found in the PATH. > > Bill I have a possibly more foolish question - what README are you refering to? There is a wo

Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 3:54 AM, Adelfio D'Angio' <[EMAIL PROTECTED]> wrote: > Hi all, > > on Apache 2.2.8 I have a problem with mod_proxy in case of chunked packets. > This is my Proxy configuration: > ProxyPass /bld/kernel http://localhost:38315 > ProxyPassReverse /bld/kernel http://localhost:383

Re: [EMAIL PROTECTED] Repository logs to SYSLOG-NG serve

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 3:04 AM, Ashwin Patil <[EMAIL PROTECTED]> wrote: > Hi, thanks, please guide how I will pipe then http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#customlog -- Eric Covener [EMAIL PROTECTED] -

Re: [EMAIL PROTECTED] authnz_ldap_module restrict login attempts

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 4:04 AM, Kirk, Laurence <[EMAIL PROTECTED]> wrote: > Does anyone know how to restrict login attempts when using LDAP ? > I'm using authnz_ldap_module in Apache 2.2 to authenticate against LDAP, > and would like a user account to be locked out after say 3 invalid attempts.

[EMAIL PROTECTED] Denis Peuziat is on sickness leave.

2008-11-19 Thread Denis Peuziat
I will be out of the office starting 19/11/2008 and will not return until 24/11/2008. For any issues, contact Office Automation hotline on 6400

Re: [EMAIL PROTECTED] Another "Premature end of script" headers problem

2008-11-19 Thread André Warnier
Dan Yamins wrote: [...] Sometimes -- only _sometimes_ -- when the script invokes the "draw" method, I get a "premature end of script headers" problem, with error code 500. Because the .draw method is outputing a file to disk, it seems like it might be a permissions-related problem. In my opini

[EMAIL PROTECTED] authnz_ldap_module restrict login attempts

2008-11-19 Thread Kirk, Laurence
Does anyone know how to restrict login attempts when using LDAP ? I'm using authnz_ldap_module in Apache 2.2 to authenticate against LDAP, and would like a user account to be locked out after say 3 invalid attempts. Regards, Laurence This e-mail is confidential and is for the addressee only.

[EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Adelfio D'Angio'
Hi all, on Apache 2.2.8 I have a problem with mod_proxy in case of chunked packets. This is my Proxy configuration: ProxyPass /bld/kernel http://localhost:38315 ProxyPassReverse /bld/kernel http://localhost:38315 I published an "Hello World!" page on another web server running on port 38315 but

Re: [EMAIL PROTECTED] Repository logs to SYSLOG-NG serve

2008-11-19 Thread Ashwin Patil
Hi, thanks, please guide how I will pipe then - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 19, 2008 7:50 AM Subject: Re: [EMAIL PROTECTED] Repository logs to SYSLOG-NG serve On Tue, Nov 18, 2008 at 10:41 AM, Ashwin Patil <[EMAIL PROT