[us...@httpd] Apache httpd server error serving bulk request simultaneously

2010-10-27 Thread Chee Yang Chau
Hi, I have a perl cgi script that using upx to pack win32 executable files. The perl script is invoked in ANT script: @{p.file.exe} http://product.estream.com.my/cgi-bin/upx.pl"; logLevel="content" logFile="@{p.file.exe}" logProcessAs="binary"> When I execute ANT script, I encounter the f

[us...@httpd] WebDAV: Is that possible to set owner and group of new files created in WebDAV share?

2010-09-16 Thread Chee Yang Chau
Hi, I have my WebDAV share active in Apache 2.2 in Fedora 13. I also able to access the WebDAV from my Windows 7 desktop. I use the WebDAV from Win7 desktop just like normal samba share folder. However, I notice the owner and group of the new files created in WebDAV are all apache.apache instead

[us...@httpd] Digest authentication using LDAP provider

2010-09-16 Thread Chee Yang Chau
Hi, I able to setup Basic Authentication using "AuthBasicProvider ldap" for Apache HTTPD in Fedora 13. However, the Basic Authentication send plain text password from browser to server. I wish to use digest authentication that provider additional security. However, I only success setup digest aut

Re: [us...@httpd] What is the meaning of "declining to authorise" showing in error_log?

2010-09-12 Thread Chee Yang Chau
If I set "AuthzLDAPAuthoritative off", then the authentication/authorisation will always fail. I guess the httpd doesn't interact with LDAP successfully. On Sun, Sep 12, 2010 at 10:06 AM, Chee Yang Chau wrote: > > Does that means that mod_authnz_ldap decline to authoris

Re: [us...@httpd] What is the meaning of "declining to authorise" showing in error_log?

2010-09-11 Thread Chee Yang Chau
> > > Does that means that mod_authnz_ldap decline to authorise the user? > > The clue is [debug]. It's not a message that's supposed to be relevant to > you as a user. Why did you set LogLevel to debug if you have a problem > with a lot of low-level messages? > Does this mean the message isn't

Re: [us...@httpd] What is the meaning of "declining to authorise" showing in error_log?

2010-09-11 Thread Chee Yang Chau
Does that means that mod_authnz_ldap decline to authorise the user? Why it decline? If it decline then who will perform the authorisation? My browser still success to access the CGI. On Sat, Sep 11, 2010 at 7:52 PM, Eric Covener wrote: > > AuthzLDAPAuthoritative off > > Require valid-

[us...@httpd] What is the meaning of "declining to authorise" showing in error_log?

2010-09-10 Thread Chee Yang Chau
Hi, I am using Apache HTTPD 2.2.4 release 4 in Fedora Core 4. I am trying to protect a cgi-bin folder using LDAP authentication from a OpenLDAP directory server. Here is my configuration in httpd.conf: AuthType Basic AuthName "CVSweb" AllowOverride None Options None Order d