Re: [EMAIL PROTECTED] DirectoryIndex not working

2006-06-28 Thread kckepple
> I'm running a website on apache. I have an index.html in /link. > When I > request the following link: http://localhost/link/ It gives me a > Forbidden> error message. However if I rename the index.html to > index.htm, the link: > http://localhost/link/ works without any problems > Make

Re: RE: [EMAIL PROTECTED] [solved] Authentication Troubles

2006-06-06 Thread kckepple
lient x.x.x.x] [845] > auth_ldap > > > > authenticate: user bill authentication failed; URI /test > > > > [User not found][No such object] [Fri Jun 02 10:13:28 2006] > > > > [error] [client x.x.x.x] user bill not found: > > > > /test > > &

[EMAIL PROTECTED] Https connection intterupted in Mozilla Browsers

2006-06-02 Thread kckepple
>Tough to say. Is a proxy configured in either browser? Try using the >private IP instead of the hostname. Private IP gave no change. Kyle - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

Re: RE: [EMAIL PROTECTED] [solved] Authentication Troubles

2006-06-02 Thread kckepple
28 2006] > > > [error] [client x.x.x.x] user bill not found: > > > /test > > > > > > Valid user but invalid password gives a 500 internal server > > > error and this in the error_log: [Fri Jun 02 10:20:45 2006] > > > [warn] [client x.x

Re: RE: [EMAIL PROTECTED] Authentication Troubles

2006-06-02 Thread kckepple
> > [error] [client x.x.x.x] user bill not found: > > /test > > > > Valid user but invalid password gives a 500 internal server > > error and this in the error_log: [Fri Jun 02 10:20:45 2006] > > [warn] [client x.x.x.x] [847] auth_ldap authenticate: u

[EMAIL PROTECTED] Authentication Troubles

2006-06-02 Thread kckepple
02 10:13:28 2006] [error] [client x.x.x.x] user bill not found: /test Valid user but invalid password gives a 500 internal server error and this in the error_log: [Fri Jun 02 10:20:45 2006] [warn] [client x.x.x.x] [847] auth_ldap authenticate: user kckepple authentication failed; URI /test

Re: [EMAIL PROTECTED] authnz_ldap

2006-06-02 Thread kckepple
I have found in the documentation for the old auth_ldap for apache 1.3 that if you do not provide a AuthLDAPBindDN it will try to search annonomously. Is this true in the new authnz_ldap for 2.2? They seem pretty similar. Why is the search step required? Cant't it just attempt to bind with the sup

Re: [EMAIL PROTECTED] RE: Authentication Troubles

2006-06-01 Thread kckepple
I have been able to make it work in 2.2.2 on a solaris 9 box. My one problem is that I can only make it work when a user/pass is provided in the config to bind with. I'll check and make sure I have the correct behavior for incorrect passwords tomorrow when I can get that machine turned back on. So

Re: [EMAIL PROTECTED] Https connection intterupted in Mozilla Browsers

2006-06-01 Thread kckepple
Ahh yes, the firewall. Must be blocking external connections. Unfortunatly that is out of my control. It works from within though, sorry. I dont see how it would affect only 1 broswer, if it were a firewall issue. Any suggestions? Kyle - Original Message - From: Evan Platt <[EMAIL PROTEC

[EMAIL PROTECTED] Https connection intterupted in Mozilla Browsers

2006-06-01 Thread kckepple
I have Apache 2.2.2 setup with SSL enabled on a Solaris 10 machine. Everything appears to work fine, but if you load https://aurora.valdosta.edu in Firefox (1.5.3), or mozillia, one windows or solaris, you first get the accept self-signed certs dialogs, but then you get the firefox standard "Proble

Re: [EMAIL PROTECTED] authnz_ldap

2006-05-31 Thread kckepple
When I do that my user/pass does not work and the error log gives this: [Wed May 31 09:38:14 2006] [warn] [client xx.xx.xx.xx] [1257] auth_ldap authenticate: user kckepple authentication failed; URI / [User not found][No such object] [Wed May 31 09:38:14 2006] [error] [client xx.xx.xx.xx] user

[EMAIL PROTECTED] authnz_ldap

2006-05-30 Thread kckepple
I am able to password protect a directory using an account to bind with like so: AuthType Basic AuthName "Please Login" AuthBasicProvider ldap AuthLDAPURL "ldap://server.edu:389/ou=People,o=valdosta.edu,o=cp?uid?sub?(objectClass=*)" AuthLDAPBindDN "uid=kckepple,ou=P

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 withmod_authnz_ldap support

2006-05-25 Thread kckepple
> server/.libs/libmain.a(exports.o)> apr_ldap_get_option > server/.libs/libmain.a(exports.o) > > apr_ldap_is_ldap_url > server/.libs/libmain.a(exports.o)> apr_ldap_ssl_init > server/.libs/libmain.a(exports.o) > > ap

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-05-25 Thread kckepple
ng errors. No output written to .libs/httpd collect2: ld returned 1 exit status make[1]: *** [httpd] Error 1 make[1]: Leaving directory `/admin/httpd-2.2.2' make: *** [all-recursive] Error 1 Configure runs successfully, but I am able to see a few erors in config.log: http://valdosta.edu/~k