[EMAIL PROTECTED] question

2008-05-16 Thread Sergey Pustovit
Hello, I am new to the Apache. I am trying to learn how to build the my own website. I installed the Apache and having problem staring it. The responce that I get is: "sergey-pustovits-macbook:Desktop sergeypustovit$ /apache2/bin/ apachectl start (13)Permission denied: make_sock: could not

Re: [EMAIL PROTECTED] htpasswd

2008-05-16 Thread sakthi v
Thanks.. it is done! On Fri, May 16, 2008 at 8:39 PM, Luis Moreira <[EMAIL PROTECTED]> wrote: > It asks for usage because you are using it wrong. > > > > If you specify "-c" option you are saying you are going to create a new > file. > > But you must at the same time enter the first user it will

RE: [EMAIL PROTECTED] htpasswd

2008-05-16 Thread Luis Moreira
It asks for usage because you are using it wrong. If you specify “-c” option you are saying you are going to create a new file. But you must at the same time enter the first user it will contain /usr/local/apache2/bin/htpasswd -c passwdfile first-user Then it will ask for the password.

Re: [EMAIL PROTECTED] htpasswd

2008-05-16 Thread Harry Holt
htpasswd -c passwdfile newuser1 On Fri, May 16, 2008 at 10:58 AM, sakthi v <[EMAIL PROTECTED]> wrote: > Hello, > > htpasswd is not working , what ever option i give it provides usage > options.,, > > /usr/local/apache2/bin/htpasswd -c passwdfile > > Usage: > htpasswd [-cmdpsD] passwordfile

Re: [EMAIL PROTECTED] htpasswd

2008-05-16 Thread Eric Covener
On Fri, May 16, 2008 at 10:58 AM, sakthi v <[EMAIL PROTECTED]> wrote: > Hello, > > htpasswd is not working , what ever option i give it provides usage > options.,, > > /usr/local/apache2/bin/htpasswd -c passwdfile > > Usage: > htpasswd [-cmdpsD] passwordfile username > htpasswd -b[c

[EMAIL PROTECTED] htpasswd

2008-05-16 Thread sakthi v
Hello, htpasswd is not working , what ever option i give it provides usage options.,, /usr/local/apache2/bin/htpasswd -c passwdfile Usage: htpasswd [-cmdpsD] passwordfile username htpasswd -b[cmdpsD] passwordfile username password .

Re: [EMAIL PROTECTED] one more question

2008-05-16 Thread Eric Covener
On Fri, May 16, 2008 at 9:50 AM, syed mehdi <[EMAIL PROTECTED]> wrote: > AuthType Basic > AuthName 'LDAP Login (Please do not add prefix before username)' > AuthLDAPUrl > ldap://machine-ip:389/ou=people,o=xyz.com?uid?sub?(objectClass=*) > > require valid-user > What does your error log

[EMAIL PROTECTED] one more question

2008-05-16 Thread syed mehdi
Hi Guys, I am working on FC8 (fedora core). i want to authenticate a script in cgi-bin before any user can execute it. now whenever i execute authenticate.py (placed at /usr/local/apache2/cgi-bin/authenticate) i am getting ldap authentication dialog again and again (though i have provided correct l

Re: [EMAIL PROTECTED] 100-continue response when 3xx expected - Apache 2.2.26

2008-05-16 Thread Nick Kew
On Fri, 16 May 2008 15:22:29 +0200 Curzio Della Santa <[EMAIL PROTECTED]> wrote: > Pretty the same issue was reported by ragini.bisarya on Oct 15 2007 > for 4xx responses .. see Bug > https://issues.apache.org/bugzilla/show_bug.cgi?id=43711 > Looking at the patch provided for the 4xx bug I doubt i

[EMAIL PROTECTED] 100-continue response when 3xx expected - Apache 2.2.26

2008-05-16 Thread Curzio Della Santa
Hi, I see a difference in the way Apache responds to a Expect: 100-continue header in version 1.3.28 vs 2.2.6. The 1.3.28 handling is correct. I feel the 2.2.6 handling is a bug. For PUT requests with a Expect: 100-continue header, Apache 2.2.6 server sends a HTTP/1.1 100 Continue response befor

Re: [EMAIL PROTECTED] apache module problem

2008-05-16 Thread syed mehdi
Thanks Eric, from where i can get this module, and where should i place it in my directory structure (/usr/local/apache2/modules contains only one file as httpd.exp). On Fri, May 16, 2008 at 5:33 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Fri, May 16, 2008 at 7:36 AM, syed mehdi <[EMAIL PRO

Re: [EMAIL PROTECTED] apache module problem

2008-05-16 Thread Eric Covener
On Fri, May 16, 2008 at 7:36 AM, syed mehdi <[EMAIL PROTECTED]> wrote: > Hi Guys, > I installed latest version of apache (2.2.8) on FC8 (fedora core > [Fri May 16 16:32:28 2008] [alert] [client ip] > /usr/local/apache2/cgi-bin/authenticate/.htaccess: Invalid command > 'AuthLDAPUrl', perhaps misspe

[EMAIL PROTECTED] apache module problem

2008-05-16 Thread syed mehdi
Hi Guys, I installed latest version of apache (2.2.8) on FC8 (fedora core). i want to authenticate a script before any user can execute it. for this effect i made changes in httpd.conf (placed at "/usr/local/apache2/conf/httpd.conf") and added lines as: AllowOverride AuthConfig in folder /usr