Httpd Down. Help Me

eConcept-Web

Verified User
Joined
Jan 31, 2004
Messages
62
Hi, I have a big problem. My HTTPD is down.

with DA when I START or RESTART it, I have this error:

An error has occurred



Details




In SSH,

[root@atlas root]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd:
Apache 1.3 configuration directives found
please read /usr/share/doc/httpd-2.0.51/migration.html
[FAILED]
[root@atlas root]# service httpd start
Starting httpd:
Apache 1.3 configuration directives found
please read /usr/share/doc/httpd-2.0.51/migration.html
[FAILED]
[root@atlas root]#

What can I do for this. thx all
 
It looks as though DA might still be writing Apache 1.3 configurations into the httpd.conf?? If you are wanting to run Apache 2.0, try this in SSH:

Code:
cd /usr/local/directadmin/customapache
./build update
./build update_data_ap2
./build apache_2

I am no expert, but this is what I would try first. I don't think it can hurt, all it does is recompile apache and change some configuration in DA to make it use apache 2.0 syntax and other apache 2.0 specific changes. It might be what you need!. I think it will also upgrade you to Apache 2.0.55.

If you are wanting to run apache 1.3, then I'm not sure if you can reverse the process by doing just ./build apache?? Since it looks like you already have apache 2 running.

Louie
 
I got the same problem and was helped by this thread. Thanks guys.

I have RHEL4 and I did not execute any commands for this to happen. I am wondering how could this happen on my server? Could it be up2date? I check rpm and its not installed. Really bothers me. Hope someone can advise how to avoid this in the future.
 
I have the same issue using fedora core 3 and its not working, I do not know what to do.
 
Thanks a million

Hi louie55,

:D Thanks a ton mate, solid thanks to you :cool:

While i was adding a domain through directadmin, my net connection was lost and then wham, i wonder what directadmin was writing to apache, apache stopped functioning :mad:

I searched the internet no luck, i searched DA, got quite a lot of threads to choose from, chose this :)

:cool:

Not only did it work, the server i believe is working faster now...let's hope i stay out of further trouble.

:D

Best Regards
TGO
 
Back
Top