Web Hosting Talk







View Full Version : Can't start apache server


TheRealDeal
11-07-2001, 12:21 AM
after attempting to install ssl

This is the error I get:

[Tue Nov 6 20:06:58 2001] [warn] NameVirtualHost 265.234.161.131:80 has no VirtualHosts
[Tue Nov 6 20:06:58 2001] [notice] Apache/1.3.19 (Unix) (Red-Hat/Linux) mod_ssl/2.8.1 OpenSSL/0.9.6 DAV/1.0.2 PHP/4.0.4pl1 mod_perl/1.24_01 configured -- resuming normal operations
[Tue Nov 6 20:06:58 2001] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Nov 6 22:52:35 2001] [notice] child pid 1370 exit signal Bus error (7)
[Tue Nov 6 22:52:35 2001] [notice] child pid 1369 exit signal Bus error (7)
[Tue Nov 6 22:52:35 2001] [notice] child pid 1368 exit signal Bus error (7)
[Tue Nov 6 22:52:35 2001] [notice] child pid 1367 exit signal Bus error (7)
[Tue Nov 6 22:52:37 2001] [notice] child pid 13728 exit signal Bus error (7)
[Tue Nov 6 22:52:38 2001] [notice] child pid 13734 exit signal Bus error (7)
[Tue Nov 6 22:52:38 2001] [notice] child pid 13733 exit signal Bus error (7)
[Tue Nov 6 22:52:38 2001] [notice] child pid 13732 exit signal Bus error (7)
[Tue Nov 6 22:53:53 2001] [notice] caught SIGTERM, shutting down

JTY
11-07-2001, 12:55 AM
I would try compiling a newer version apache/mod_ssl/php and mod_perl setup... that might help....

erik
11-07-2001, 12:59 AM
This actually seems to be a problem with PHP and not SSL.
Try this search on Google for more information:
http://www.google.com/search?q=%22exit+signal+Bus+error+%287%29%22&hl=no&lr=

TheRealDeal
11-07-2001, 01:09 AM
I'm pretty new at this. Where do I start?

I reboot my server. I noticed, my apache server is not up and sshd server is not up. How can I find what is causing this?

erik
11-07-2001, 01:17 AM
Did you install mod_ssl with an RPM package or did you compile
it manually?

If you installed SSL with an RPM package I would recommend
you to remove the pacage with rpm -e [package name]
(You can find the correct name with rpm -qa | grep ssl )

Then reinstall your Apache RPM (and a PHP rpm unless PHP is
included in your Apache package). REMEMBER to BACKUP your
httpd.conf which you most likely will find in /etc/httpd/conf
or in /usr/local/apache/conf.

You will of course loose your SSL support again, but I guess
it's better to get the webserver up and running and then
start looking for solutions ;-)

TheRealDeal
11-07-2001, 01:29 AM
Ok. I got the apache up. But I can't get the SSH daemon to start.


This is the error I get.

--------------------------------------------------------------
Executing /etc/rc.d/init.d/sshd start ..


Starting sshd:OpenSSL version mismatch. Built against 90600f, you have 90602f
[FAILED]

--------------------------------------------------------------

erik
11-07-2001, 01:34 AM
Aha. You probably installed a new version of OpenSSL when
you installed mod_ssl which doesn't cooperate with your
existing version of the SSH daemon.

Hm. You should probably try to install a newer version of your
SSH daemon. Search on www.rpmfind.net to see if there's a
new version you can install that works with the version of
OpenSSL that you have installed now.

TheRealDeal
11-07-2001, 03:46 AM
I installed the newest version and I get this error now:

Executing /etc/rc.d/init.d/sshd start ..


Generating SSH2 RSA host key: [FAILED]



Got any ideas?

TheRealDeal
11-07-2001, 04:18 AM
Its working!! Thanks for all your help! :)