Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache run problem

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  FYI: Microsoft KB834489 removal of user:password@..  
Author Message
neil3

External


Since: Feb 01, 2004
Posts: 3



(Msg. 1) Posted: Sun Feb 01, 2004 9:46 pm
Post subject: Apache run problem
Archived from groups: alt>apache>configuration (more info?)

Using Fedora Core 1 and apache 2.0.48 I am having problems starting the server up. This has previously worked and I have no idea what I have done to break it.

Running apachectl -t tells me "Syntax OK".

I can run "apachectl -k start" with no error messages however the server does not work. When I run "apachectl -k stop" it tells me "httpd (no pid file) not running".

Can anyone shed any light on this problem.

Thanks in advance, Neil

 >> Stay informed about: Apache run problem 
Back to top
Login to vote
user2348

External


Since: Jun 28, 2003
Posts: 203



(Msg. 2) Posted: Sun Feb 01, 2004 10:02 pm
Post subject: Re: Apache run problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Neil Moore" <neil.RemoveThis@cfconline.co.uk> wrote in message
news:20040201184648.74682385.neil@cfconline.co.uk...

 > I can run "apachectl -k start" with no error messages however the server
does not work. When I run "apachectl -k stop" it tells me "httpd (no pid
file) not running".

What do you get in the log files?

Richard.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Apache run problem 
Back to top
Login to vote
neil3

External


Since: Feb 01, 2004
Posts: 3



(Msg. 3) Posted: Sun Feb 01, 2004 10:30 pm
Post subject: Re: Apache run problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 01 Feb 2004 19:02:56 GMT
"Richard Antony Burton" <richardaburton-NOSPAM-.TakeThisOut@hotmail.com> wrote:

 >
 > "Neil Moore" <neil.TakeThisOut@cfconline.co.uk> wrote in message
 > news:20040201184648.74682385.neil@cfconline.co.uk...
 >
  > > I can run "apachectl -k start" with no error messages however the server
 > does not work. When I run "apachectl -k stop" it tells me "httpd (no pid
 > file) not running".
 >
 > What do you get in the log files?
 >
 > Richard.
 >
 >

[Sun Feb 01 19:28:31 2004] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "dhcppc1"
Configuration Failed<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache run problem 
Back to top
Login to vote
jring

External


Since: Jun 30, 2003
Posts: 154



(Msg. 4) Posted: Sun Feb 01, 2004 10:30 pm
Post subject: Re: Apache run problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > [Sun Feb 01 19:28:31 2004] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "dhcppc1"
 > Configuration Failed

do you need mod_unique_id? if yes, make shure it can look up it's ip
address, if not, comment out the LoadModule/AddModule lines for it.

joachim<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache run problem 
Back to top
Login to vote
user2348

External


Since: Jun 28, 2003
Posts: 203



(Msg. 5) Posted: Sun Feb 01, 2004 11:24 pm
Post subject: Re: Apache run problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Neil Moore" <neil.TakeThisOut@cfconline.co.uk> wrote in message
news:20040201193000.17a9a604.neil@cfconline.co.uk...
 > [Sun Feb 01 19:28:31 2004] [alert] (EAI 2)Name or service not known:
mod_unique_id: unable to find IPv4 address of "dhcppc1"
 > Configuration Failed

Looks like it isn't starting because it has a fatal error starting up. If
you aren't using mod_uniqu_id just try not loading it.

If you are I guess you have a more serious problem. Does your network
adapter actually have an IP address? Or perhaps it needs to be able to
resolve dhcppc1 to an ip address, try adding it to /etc/hosts or your DNS
server.

Richard.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache run problem 
Back to top
Login to vote
neil3

External


Since: Feb 01, 2004
Posts: 3



(Msg. 6) Posted: Mon Feb 02, 2004 12:12 am
Post subject: Re: Apache run problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 01 Feb 2004 20:24:41 GMT
"Richard Antony Burton" <richardaburton-NOSPAM-.DeleteThis@hotmail.com> wrote:

 > Looks like it isn't starting because it has a fatal error starting up. If
 > you aren't using mod_uniqu_id just try not loading it.
 >

I have tried removing this, and it does remove the error message. However the result is the same that apache does not work.

I have tried running httpd -X, ie. debeg mode as well as the normal method, and I think that apache simply closes at some point after it is executed. It does not appear in "ps -A" and redhat-config-services does not list it as running.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache run problem 
Back to top
Login to vote
yanisto

External


Since: Feb 03, 2004
Posts: 1



(Msg. 7) Posted: Tue Feb 03, 2004 7:47 pm
Post subject: Re: Apache run problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi...

I had to cope with such a problem a few weeks ago.
I "solved" this pb by disabling mod_php4 in apache... Though it sounds
crazy, it looks as if this module made apache crash without signaling
anything in the logs...

-> modules-config apache disable mod_php4
-> /etc/init.d/apache restart

But, I still don't know where the error lies.

Hope it'll help,

Yanisto.


On Sun, 01 Feb 2004 18:46:48 +0000, Neil Moore wrote :
 > Using Fedora Core 1 and apache 2.0.48 I am having problems starting the
 > server up. This has previously worked and I have no idea what I have
 > done to break it. Running apachectl -t tells me "Syntax OK". I can run
 > "apachectl -k start" with no error messages however the server does not
 > work. When I run "apachectl -k stop" it tells me "httpd (no pid file)
 > not running". Can anyone shed any light on this problem. Thanks in
 > advance, Neil<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache run problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Apache problem. - receltly, i set up a linux server(=fedora, x86) with APM. APM consists of : apache 1.3.29 php 4.3.4 mysql 3.23.58 But i had a problem with php. i use mozilla, mozilla firebird and IE as web browsers. mozilla and IE loads php files correctly, but M/F..

I got a problem with Apache & PHP. - First off, I'm trying to get PHP working with Apache. I added this line to my httpd.conf: AddType application/x-httpd-php .php and I have set index.php to the default index page. When I go to my test page (index.php) with a little <? print(Date(&quot...

problem with apache - Hi I have installed apache with mysql and php and I have the follow problem: [Fri Jul 11 10:21:31 2003] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [Fri Jul 11 10:21:31 2003] [crit]..

Problem to execute cgi on apache - When I try tu use cgi scripts in apache, I have this error : Forbidden You don't have permission to access /cgi-bin/printenv on this server. I have verified rights on the directory and user apache is the owner and have all rights on it. Somebody hav...

Hostname Problem with Apache - Hi there I recently compiled my gentoo Linux and installed Apache via emerge. Everything works fine except the following problem: I've setted up a NIS Domainname for my linux box called tux.home.lan. Every PC on my Network got a pcname.home.lan domain....
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]