Apache Server configuration support - .htaccess mistake

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > December 2007 > .htaccess mistake





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author .htaccess mistake
Praki

2007-12-05, 1:28 pm

Greetings All,

This my .WWWaccess file config...

AuthType Basic
AuthName Login-Auth
LDAP_Server ldap.abc.com
LDAP_Port 389
Base_DN "ou=active,ou=employees,ou=people,o=abc.com"
UID_Attr uid
Require valid-user

I m getting the error.HTTP 500 - Internal server error is the error.
can u point where i m doing wrrong .. it would be of great help...

thanks,
Prakash
Iftekhar

2007-12-06, 1:42 am

On Dec 5, 6:33 pm, Praki <visitprakashin...@gmail.com> wrote:
> Greetings All,
>
> This my .WWWaccess file config...
>
> AuthType Basic
> AuthName Login-Auth
> LDAP_Server ldap.abc.com
> LDAP_Port 389
> Base_DN "ou=active,ou=employees,ou=people,o=abc.com"
> UID_Attr uid
> Require valid-user
>
> I m getting the error.HTTP 500 - Internal server error is the error.
> can u point where i m doing wrrong .. it would be of great help...
>
> thanks,
> Prakash


Internal Server Error is a standard message that says "something went
wrong."

Look into your apache error.log file, and paste the tail, or refresh
and paste the logs that are being generated at the time of refresh.
Praki

2007-12-06, 1:42 am

On Dec 6, 7:49 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
> On Dec 5, 6:33 pm, Praki <visitprakashin...@gmail.com> wrote:
>
>
>
>
>
>
>
>
> Internal Server Error is a standard message that says "something went
> wrong."
>
> Look into your apache error.log file, and paste the tail, or refresh
> and paste the logs that are being generated at the time of refresh.


thanks for your reply really it was usefull

when i checked the log.. i m getting error in LDAP_Server. reason:
Invalid command AuthLDAPURL
i m using Server version Apache/1.2b8, Sun OS. is it supported in this
version?

thanks,
Prakash
Iftekhar

2007-12-06, 1:42 am

On Dec 6, 5:02 am, Praki <visitprakashin...@gmail.com> wrote:
> On Dec 6, 7:49 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
> thanks for your reply really it was usefull
>
> when i checked the log.. i m getting error in LDAP_Server. reason:
> Invalid command AuthLDAPURL
> i m using Server version Apache/1.2b8, Sun OS. is it supported in this
> version?
>
> thanks,
> Prakash


You have to check the documentation for these things, eh.

http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html

Compatibility: Available in version 2.0.41 and later

- Ifty.
Praki

2007-12-06, 1:42 am

On Dec 6, 10:38 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
> On Dec 6, 5:02 am, Praki <visitprakashin...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> You have to check the documentation for these things, eh.
>
> http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html
>
> Compatibility: Available in version 2.0.41 and later
>
> - Ifty.


realy thanks for u info.. really it was usefull ...
Iftekhar

2007-12-06, 1:42 am

On Dec 6, 5:45 am, Praki <visitprakashin...@gmail.com> wrote:
> On Dec 6, 10:38 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> realy thanks for u info.. really it was usefull ...


Glad to help.
Praki

2007-12-06, 7:42 am

On Dec 6, 10:51 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
> On Dec 6, 5:45 am, Praki <visitprakashin...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Glad to help.

Greetings All,

Server: version Apache/1.2b8.
OS:Sun Os

This version of appache does not support the LDAP. but i cannot change
the version of the server as of now becuase lot of project are going
on and changing the server is not possible.
but for my appilication i have to authenticate it with LDAP server. is
there any other way to do this authentication?

thanks,
prakash
Praki

2007-12-06, 7:42 am

On Dec 6, 10:51 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
> On Dec 6, 5:45 am, Praki <visitprakashin...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Glad to help.


Greetings All,

Server: version Apache/1.2b8.
OS:Sun Os

This version of appache does not support the LDAP. but i cannot change
the version of the server as of now becuase lot of project are going
on and changing the server is not possible.
but for my appilication i have to authenticate it with LDAP server. is
there any other way to do this authentication?

thanks,
prakash
Praki

2007-12-06, 7:42 am

On Dec 6, 10:51 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
> On Dec 6, 5:45 am, Praki <visitprakashin...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Glad to help. - Hide quoted text -
>
> - Show quoted text -


Greetings All,

Server: version Apache/1.2b8.
OS:Sun Os

This version of appache does not support the LDAP. but i cannot change
the version of the server as of now becuase lot of project are going
on and changing the server is not possible.
but for my appilication i have to authenticate it with LDAP server. is
there any other way to do this authentication?

thanks,
prakash
Praki

2007-12-06, 7:42 am

On Dec 6, 10:51 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
> On Dec 6, 5:45 am, Praki <visitprakashin...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Glad to help. - Hide quoted text -
>
> - Show quoted text -

Greetings All,

Server: version Apache/1.2b8.
OS:Sun Os

This version of appache does not support the LDAP. but i cannot change
the version of the server as of now becuase lot of project are going
on and changing the server is not possible.
but for my appilication i have to authenticate it with LDAP server. is
there any other way to do this authentication?

thanks,
prakash
Praki

2007-12-06, 7:42 am

On Dec 6, 10:51 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
> On Dec 6, 5:45 am, Praki <visitprakashin...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Glad to help. - Hide quoted text -
>
> - Show quoted text -


Greetings All,

Server: version Apache/1.2b8.
OS:Sun Os

This version of appache does not support the LDAP. but i cannot change
the version of the server as of now becuase lot of project are going
on and changing the server is not possible.
but for my appilication i have to authenticate it with LDAP server. is
there any other way to do this authentication?

thanks,
prakash
Praki

2007-12-06, 7:42 am

On Dec 6, 10:51 am, Iftekhar <iftekharul.ha...@gmail.com> wrote:
> On Dec 6, 5:45 am, Praki <visitprakashin...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Glad to help.


Greetings All,

Server: version Apache/1.2b8.
OS:Sun Os

This version of appache does not support the LDAP. but i cannot change
the version of the server as of now becuase lot of project are going
on and changing the server is not possible.
but for my appilication i have to authenticate it with LDAP server. is
there any other way to do this authentication?

thanks,
prakash
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com