You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Alex Pilson <al...@flagshipinteractive.com> on 2003/01/09 16:54:10 UTC

[users@httpd] apachectl configtest

Yeilds syntax ok, but server will not start what next?

I was modifying the httpd.conf then it broke. I went back to a backup 
and for some reason that one will not work either.
-- 
<--------------------------------------------------------------->
     Alex Pilson
     FlagShip Interactive, Inc.
     alex@flagshipinteractive.com
     404.728.4417
     404.642.8225 CELL
<--------------------------------------------------------------->

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apachectl configtest

Posted by Alex Pilson <al...@flagshipinteractive.com>.
At 11:42 AM -0500 1/9/03, Joshua Slive wrote:
>On Thu, 9 Jan 2003, Alex Pilson wrote:
>
>>  Yeilds syntax ok, but server will not start what next?
>>
>>  I was modifying the httpd.conf then it broke. I went back to a backup
>>  and for some reason that one will not work either.
>
>Start by checking the apache error log.

Yep. I was having trouble with SSH stalling forever because the log 
was so big. Should have used tail, which is what I used and found the 
issue right away.

Thanks to everyone that responded. Now I can get off the heart/lung machine.
-- 
<--------------------------------------------------------------->
     Alex Pilson
     FlagShip Interactive, Inc.
     alex@flagshipinteractive.com
     404.728.4417
     404.642.8225 CELL
<--------------------------------------------------------------->

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apachectl configtest

Posted by Joshua Slive <jo...@slive.ca>.
On Thu, 9 Jan 2003, Alex Pilson wrote:

> Yeilds syntax ok, but server will not start what next?
>
> I was modifying the httpd.conf then it broke. I went back to a backup
> and for some reason that one will not work either.

Start by checking the apache error log.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apachectl configtest

Posted by Alex Pilson <al...@flagshipinteractive.com>.
At 11:20 AM -0500 1/9/03, Jonathan Laberge wrote:
>On 1/9/03 10:54 AM, "Alex Pilson" <al...@flagshipinteractive.com> wrote:
>Hey,
>
>Maybe you have a process still hanging of Apache... Trying killing it...
>
>Maybe you also have some mistakes that are not syntax in you httpd.conf....
>
>At worst have you tried rebooting?? Lol

Tried all of the above. Trying to open the error_log right now is 
hanging my SSH session...

I am quietly freaking out right now.
-- 
<--------------------------------------------------------------->
     Alex Pilson
     FlagShip Interactive, Inc.
     alex@flagshipinteractive.com
     404.728.4417
     404.642.8225 CELL
<--------------------------------------------------------------->

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0 Config

Posted by Rich Bowen <rb...@rcbowen.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 9 Jan 2003, William Payton wrote:

> Im continuing to get the cannot bind to 0.0.0.00:80 error msg even though i
> specified my static ip:80
> any hints ?

This usually means that either the server is already running, and so you
can't bind to port 80, or that you are not starting it as root, and so
you can't bind to port 80.

- -- 
Rich Bowen - rbowen@rcbowen.com
Author - Apache Administrator's Guide
http://www.ApacheAdmin.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iD8DBQE+HfuaXP03+sx4yJMRAjWsAKCPJAfzgymMSxOlX7YbPMiaufPG2ACfWKpz
3ykChESRi7MFL7xU8/B1+0k=
=IWXc
-----END PGP SIGNATURE-----



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0 Config

Posted by Jonathan Laberge <jl...@redboxstudios.com>.
On 1/9/03 5:05 PM, "William Payton" <wp...@comcast.net> wrote:
I am not sure, but I always use the ip address and not the site's url...
But I am not sure... It probably should work anyways, because your dns DOES
resolve it to that address.

Aha!
No it doesn't I tried pinging that address and it doesn't work...
Try using landwarfare.dnsart.com or 68.51.218.44!
Hope it helps!
> ServerName  www.landwarfare.dnsart.com:80
> is what i put in
> 
> 
> ----- Original Message -----
> From: "Jonathan Laberge" <jl...@redboxstudios.com>
> To: <us...@httpd.apache.org>
> Sent: Thursday, January 09, 2003 5:09 PM
> Subject: Re: [users@httpd] Apache 2.0 Config
> 
> 
> On 1/9/03 4:44 PM, "William Payton" <wp...@comcast.net> wrote:
> Di you use a NameServer command in your httpd.conf??
>> Im continuing to get the cannot bind to 0.0.0.00:80 error msg even though
> i
>> specified my static ip:80
>> any hints ?
>> 
>> thnx
>> 
>> 
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
> 
> --
> Conception, art visuel, multimedia et internet
> 
> Jonathan Laberge
> jlaberge@redboxstudios.com
> 
> Les Studios RedBox inc.
> 9643 boul. LaSalle
> LaSalle (Québec)
> Canada H8R 2N7
> 
> www.redboxstudios.com
> 
> 514 368 3962 bur/off
> 514 368 9212 tel/fax
> 514 865 2554 cell/mob
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

-- 
Conception, art visuel, multimedia et internet

Jonathan Laberge
jlaberge@redboxstudios.com

Les Studios RedBox inc.
9643 boul. LaSalle
LaSalle (Québec)
Canada H8R 2N7

www.redboxstudios.com

514 368 3962 bur/off
514 368 9212 tel/fax
514 865 2554 cell/mob



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0 Config

Posted by William Payton <wp...@comcast.net>.
ServerName  www.landwarfare.dnsart.com:80
is what i put in


----- Original Message -----
From: "Jonathan Laberge" <jl...@redboxstudios.com>
To: <us...@httpd.apache.org>
Sent: Thursday, January 09, 2003 5:09 PM
Subject: Re: [users@httpd] Apache 2.0 Config


On 1/9/03 4:44 PM, "William Payton" <wp...@comcast.net> wrote:
Di you use a NameServer command in your httpd.conf??
> Im continuing to get the cannot bind to 0.0.0.00:80 error msg even though
i
> specified my static ip:80
> any hints ?
>
> thnx
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

--
Conception, art visuel, multimedia et internet

Jonathan Laberge
jlaberge@redboxstudios.com

Les Studios RedBox inc.
9643 boul. LaSalle
LaSalle (Québec)
Canada H8R 2N7

www.redboxstudios.com

514 368 3962 bur/off
514 368 9212 tel/fax
514 865 2554 cell/mob



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0 Config

Posted by Jonathan Laberge <jl...@redboxstudios.com>.
On 1/9/03 4:44 PM, "William Payton" <wp...@comcast.net> wrote:
Di you use a NameServer command in your httpd.conf??
> Im continuing to get the cannot bind to 0.0.0.00:80 error msg even though i
> specified my static ip:80
> any hints ?
> 
> thnx
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

-- 
Conception, art visuel, multimedia et internet

Jonathan Laberge
jlaberge@redboxstudios.com

Les Studios RedBox inc.
9643 boul. LaSalle
LaSalle (Québec)
Canada H8R 2N7

www.redboxstudios.com

514 368 3962 bur/off
514 368 9212 tel/fax
514 865 2554 cell/mob



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] user auth

Posted by Gareth Kirwan <gb...@thermeoneurope.com>.
You can user htpasswd filename user to change the password.
To delete a user AFAIK you just edit the file and remove the line - making
sure not to disturb permissions or ownership.

Hope this helps.

Gareth

> -----Original Message-----
> From: Xiongfei Wang [mailto:wangxf@arches.uga.edu]
> I can use htpasswd to add a user
> htpasswd filename username
>
> i wonder how I can del a user or change passwd for the member
> user with
> htpasswd or something else?
>
> Thanks
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] user auth

Posted by Corp <ec...@corp.electracide.net>.
htpasswd $user

Then enter new passwd.

To delete a user, just edit the file and remove the user.

On Thu, 9 Jan 2003, Xiongfei Wang wrote:

> I can use htpasswd to add a user
> htpasswd filename username
> 
> i wonder how I can del a user or change passwd for the member user with
> htpasswd or something else?
> 
> Thanks
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] user auth

Posted by Xiongfei Wang <wa...@arches.uga.edu>.
I can use htpasswd to add a user
htpasswd filename username

i wonder how I can del a user or change passwd for the member user with
htpasswd or something else?

Thanks


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Apache 2.0 Config

Posted by William Payton <wp...@comcast.net>.
Im continuing to get the cannot bind to 0.0.0.00:80 error msg even though i
specified my static ip:80
any hints ?

thnx


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apachectl configtest

Posted by Jonathan Laberge <jl...@redboxstudios.com>.
On 1/9/03 10:54 AM, "Alex Pilson" <al...@flagshipinteractive.com> wrote:
Hey,

Maybe you have a process still hanging of Apache... Trying killing it...

Maybe you also have some mistakes that are not syntax in you httpd.conf....

At worst have you tried rebooting?? Lol


> Yeilds syntax ok, but server will not start what next?
> 
> I was modifying the httpd.conf then it broke. I went back to a backup
> and for some reason that one will not work either.

-- 
Conception, art visuel, multimedia et internet

Jonathan Laberge
jlaberge@redboxstudios.com

Les Studios RedBox inc.
9643 boul. LaSalle
LaSalle (Québec)
Canada H8R 2N7

www.redboxstudios.com

514 368 3962 bur/off
514 368 9212 tel/fax
514 865 2554 cell/mob



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org