LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-26-2004, 08:37 AM   #1
chadi
Member
 
Registered: Aug 2004
Posts: 96

Rep: Reputation: 15
httpd failed


httpd failed after updating apache to 4.3.1.0 and cpanel to 9.9.9 R14.

I did:

/scripts/easyapache
/scripts/upcp
/scripts/installzendopt (necessary after upgrading to 4.3.1.0)
/scripts/updatenow

configtest shows "syntax ok" for httpd

restarting apache in whm says:

httpd has failed, please contact the sysadmin.

When updating apache, I had all defaults checkmarked too.

What to do?

Fedora Core 2
 
Old 12-26-2004, 08:48 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Always check your log files and what is apache 4.3.1.0..?? Their latest stable release is 2.0.52..
 
Old 12-26-2004, 08:52 AM   #3
chadi
Member
 
Registered: Aug 2004
Posts: 96

Original Poster
Rep: Reputation: 15
[Sun Dec 26 08:48:49 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 08:49:37 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 08:50:02 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 08:50:03 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:01:38 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:01:51 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:02:22 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:03:03 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:03:18 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:04:37 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:06:22 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:06:31 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:09:32 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:14:43 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:17:19 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:20:19 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:20:45 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:21:32 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:21:43 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:25:53 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:28:47 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:31:40 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Dec 26 09:34:27 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?[Sun Dec 26 09:34:27 2004] [crit] (98)Address already in use: mak$

[Sun Dec 26 09:35:47 2004] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
 
Old 12-26-2004, 08:56 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
apachectl stop
apachectl start

That might do the trick instead of a restart, since you upgraded to 4.3.1.0
 
Old 12-26-2004, 10:26 AM   #5
chadi
Member
 
Registered: Aug 2004
Posts: 96

Original Poster
Rep: Reputation: 15
cannot update apache

trying to recompile apache

root@host1 [~]# /scripts/easyapache
--11:09:02-- http://layer1.cpanel.net/buildapache.sea
=> `buildapache.sea'
Resolving layer1.cpanel.net... done.
Connecting to layer1.cpanel.net[69.72.164.150]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 133,713 [text/plain]

100%[====================================>] 133,713 476.57K/s ETA 00:00

11:09:02 (476.57 KB/s) - `buildapache.sea' saved [133713/133713]

Creating directory buildapache
Verifying archive integrity...curl: (7) Failed to connect to 361 IP number 1: In
valid argument
Error in MD5 checksums: d41d8cd98f00b204e9800998ecf8427e is different from 6394d
98fc8e292746d2374861ecb075a
Waiting for httpd to restart..............finished.

root 16459 0.7 1.1 14060 5968 ? S 11:09 0:00 /usr/local/apache
/bin/httpd -DSSL

httpd started ok


Specs:
Fedora Core 1
Cpanel 9.9.9 C-13

Please help
 
Old 12-26-2004, 11:07 AM   #6
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Looks like it's having trouble verifying the integrity of what it's downloaded. It may be a problem with whatever's supplying images to easyapache, so I'd suggest looking on their site to see if anyone else is having this problem. I know this isn't much help, but you might want to learn to build Apache, PHP, and MySQL yourself so you're not relying on 3rd party tools. It's really not that hard, once you have the hang of it.
 
Old 12-26-2004, 11:38 AM   #7
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Moderator Note: I merged your similiar threads in regards to Apache Problems into one thread, to keep the same ongoing discussion all in one place.
 
Old 12-26-2004, 02:25 PM   #8
chadi
Member
 
Registered: Aug 2004
Posts: 96

Original Poster
Rep: Reputation: 15
Thanks tricky, I started a new post because I corrected the first and didnt' want to confuse anyone.
 
Old 12-27-2004, 11:10 AM   #9
chadi
Member
 
Registered: Aug 2004
Posts: 96

Original Poster
Rep: Reputation: 15
anyone know about this?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apache problems root3d Linux - Software 5 03-08-2004 04:26 PM
Apache problems BrettPower Linux - Networking 3 03-06-2004 10:52 PM
Apache problems rooster13 Linux - Networking 6 07-16-2003 11:41 PM
Apache virtualhost problems, apache install problems nyroc Linux - Software 2 06-09-2003 11:16 PM
Apache problems RecoilUK Linux - Networking 6 07-13-2001 06:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration