Re: [us...@httpd] Unable to load perl file

2010-09-11 Thread aparna aryan
hi , When trying to restart the server, For the following error we recieve...we have tried pasting the files that apache is giving " file not found " in the path where the startup.pl ie the perl script is running.It is able to pic up from the current directory, but it is unable to pic up the files

[us...@httpd] AuthDigestDomain doesn't work

2010-09-11 Thread Andrew Schulman
I have two domains, example1.com and example2.com, both served as virtual hosts from my one Apache server. Digest authentication is required on both hosts, using the same realm and htdigest file. Here's the configuration for example1.com: ServerName www.example1.com:80 AuthType Digest Aut

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] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Eric Covener
> For , I have tried both: > DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" > DocumentRoot "C:\oracle\ora81\Apache\Apache\htdocs" > > Tt does NOT make a difference, the only thing displayed is: > C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/index.html Y

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Mike Schleif
On 9/11/2010 8:00 AM, Eric Covener wrote: >> NameVirtualHost *:443 >> >> ServerName test-webreporter.return.returninc.com >> DocumentRoot "C:/Program Files/Apache Software >> Foundation/Apache2.2/htdocs" >> ###DocumentRoot "C:\oracle\ora81\Apache\Apache\htdocs" >> >> SSLEngine on

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Rainer Jung
On 11.09.2010 04:12, Mike Schleif wrote: On 9/10/2010 3:19 PM, Mike Schleif wrote: > > On 9/10/2010 12:07 PM, Sander Temme wrote: > > > > On Sep 10, 2010, at 5:23 AM, Mike Schleif wrote: > > > >> SSL: move all SSL to the new frontend? No SSL running on legacy web > server? > > > > Absol

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

2010-09-11 Thread Nick Kew
On 11 Sep 2010, at 13:14, Chee Yang Chau wrote: > 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 message

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Eric Covener
> NameVirtualHost *:443 > >    ServerName test-webreporter.return.returninc.com >    DocumentRoot "C:/Program Files/Apache Software > Foundation/Apache2.2/htdocs" > ###    DocumentRoot "C:\oracle\ora81\Apache\Apache\htdocs" > >    SSLEngine on > ###    SSLProxyEngine on >    SSLCertificateFile > C

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Mike Schleif
On 9/11/2010 6:53 AM, Eric Covener wrote: >> HOWEVER, we cannot get reverse proxy to work with SSL ?!?! >> >> Port 80 works great, including redirecting. >> >> Port 443 does NOT redirect. NO SSL errors during startup. > > Include your Proxy directives, the URL that doesn't work, and the > respon

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

2010-09-11 Thread Eric Covener
On Sat, Sep 11, 2010 at 8:14 AM, Chee Yang Chau wrote: > 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. Read my previous mail more closely. -

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-

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-11 Thread Eric Covener
> HOWEVER, we cannot get reverse proxy to work with SSL ?!?! > > Port 80 works great, including redirecting. > > Port 443 does NOT redirect.  NO SSL errors during startup. Include your Proxy directives, the URL that doesn't work, and the response that you think is in error. -- Eric Covener cove.

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

2010-09-11 Thread Eric Covener
>     AuthzLDAPAuthoritative off >     Require valid-user > [Sat Sep 11 11:21:38 2010] [debug] mod_authnz_ldap.c(842): [client > 192.168.0.126] [22429] > auth_ldap authorise: declining to authorise The LDAP module does not have to perform authorization in this case. mod_authz_user will check "requ