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
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
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.
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
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
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
.
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
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
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
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
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
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
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
13 matches
Mail list logo