.htaccess mistake
am 05.12.2007 19:33:57 von Praki
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
Re: .htaccess mistake
am 06.12.2007 03:49:39 von Iftekhar
On Dec 5, 6:33 pm, Praki 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.
Re: .htaccess mistake
am 06.12.2007 06:02:38 von Praki
On Dec 6, 7:49 am, Iftekhar wrote:
> On Dec 5, 6:33 pm, Praki 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.
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
Re: .htaccess mistake
am 06.12.2007 06:38:53 von Iftekhar
On Dec 6, 5:02 am, Praki wrote:
> On Dec 6, 7:49 am, Iftekhar wrote:
>
>
>
> > On Dec 5, 6:33 pm, Praki 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.
>
> 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.
Re: .htaccess mistake
am 06.12.2007 06:45:17 von Praki
On Dec 6, 10:38 am, Iftekhar wrote:
> On Dec 6, 5:02 am, Praki wrote:
>
>
>
> > On Dec 6, 7:49 am, Iftekhar wrote:
>
> > > On Dec 5, 6:33 pm, Praki 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.
>
> > 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.
realy thanks for u info.. really it was usefull ...
Re: .htaccess mistake
am 06.12.2007 06:51:50 von Iftekhar
On Dec 6, 5:45 am, Praki wrote:
> On Dec 6, 10:38 am, Iftekhar wrote:
>
>
>
> > On Dec 6, 5:02 am, Praki wrote:
>
> > > On Dec 6, 7:49 am, Iftekhar wrote:
>
> > > > On Dec 5, 6:33 pm, Praki 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.
>
> > > 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.
>
> realy thanks for u info.. really it was usefull ...
Glad to help. :)
Re: .htaccess mistake
am 06.12.2007 09:29:40 von Praki
On Dec 6, 10:51 am, Iftekhar wrote:
> On Dec 6, 5:45 am, Praki wrote:
>
>
>
> > On Dec 6, 10:38 am, Iftekhar wrote:
>
> > > On Dec 6, 5:02 am, Praki wrote:
>
> > > > On Dec 6, 7:49 am, Iftekhar wrote:
>
> > > > > On Dec 5, 6:33 pm, Praki 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.
>
> > > > 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.
>
> > realy thanks for u info.. really it was usefull ...
>
> 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
Re: .htaccess mistake
am 06.12.2007 09:39:52 von Praki
On Dec 6, 10:51 am, Iftekhar wrote:
> On Dec 6, 5:45 am, Praki wrote:
>
>
>
> > On Dec 6, 10:38 am, Iftekhar wrote:
>
> > > On Dec 6, 5:02 am, Praki wrote:
>
> > > > On Dec 6, 7:49 am, Iftekhar wrote:
>
> > > > > On Dec 5, 6:33 pm, Praki 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.
>
> > > > 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.
>
> > realy thanks for u info.. really it was usefull ...
>
> 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
Re: .htaccess mistake
am 06.12.2007 09:47:01 von Praki
On Dec 6, 10:51 am, Iftekhar wrote:
> On Dec 6, 5:45 am, Praki wrote:
>
>
>
>
>
> > On Dec 6, 10:38 am, Iftekhar wrote:
>
> > > On Dec 6, 5:02 am, Praki wrote:
>
> > > > On Dec 6, 7:49 am, Iftekhar wrote:
>
> > > > > On Dec 5, 6:33 pm, Praki 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.
>
> > > > 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.
>
> > realy thanks for u info.. really it was usefull ...
>
> 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
Re: .htaccess mistake
am 06.12.2007 09:52:15 von Praki
On Dec 6, 10:51 am, Iftekhar wrote:
> On Dec 6, 5:45 am, Praki wrote:
>
>
>
>
>
> > On Dec 6, 10:38 am, Iftekhar wrote:
>
> > > On Dec 6, 5:02 am, Praki wrote:
>
> > > > On Dec 6, 7:49 am, Iftekhar wrote:
>
> > > > > On Dec 5, 6:33 pm, Praki 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.
>
> > > > 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.
>
> > realy thanks for u info.. really it was usefull ...
>
> 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
Re: .htaccess mistake
am 06.12.2007 09:53:49 von Praki
On Dec 6, 10:51 am, Iftekhar wrote:
> On Dec 6, 5:45 am, Praki wrote:
>
>
>
>
>
> > On Dec 6, 10:38 am, Iftekhar wrote:
>
> > > On Dec 6, 5:02 am, Praki wrote:
>
> > > > On Dec 6, 7:49 am, Iftekhar wrote:
>
> > > > > On Dec 5, 6:33 pm, Praki 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.
>
> > > > 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.
>
> > realy thanks for u info.. really it was usefull ...
>
> 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
Re: .htaccess mistake
am 06.12.2007 10:20:41 von Praki
On Dec 6, 10:51 am, Iftekhar wrote:
> On Dec 6, 5:45 am, Praki wrote:
>
>
>
> > On Dec 6, 10:38 am, Iftekhar wrote:
>
> > > On Dec 6, 5:02 am, Praki wrote:
>
> > > > On Dec 6, 7:49 am, Iftekhar wrote:
>
> > > > > On Dec 5, 6:33 pm, Praki 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.
>
> > > > 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.
>
> > realy thanks for u info.. really it was usefull ...
>
> 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