Looking at the report it appears there is definitely a problem of some kind.
So here are the various and possible reasons Apache is not running.
In any of the various cases I recommend backing up your current Apache configuration so it can be put back in place easily.
- Code: Select all
cd /usr/local/apache/conf/
cp httpd.conf httpd.conf.bak
sync
There are some old versions of the apache package around that are not compatible with the newer versions of the 03x series. The incompatibility caused Apache to run fine when installed but fail after the machine was rebooted once. This problem can be solved by reinstalling the package with one of the updated Apache packages that is on my web site and I recommend installing the beta "a" version.
- Code: Select all
pkg -i http://lewys-spot.dyndns.org/packages/0.3.x/beta/apache_1.3.27a_dingetje
If the machine has been rebooted a number of times since Apache was installed then I would reboot the machine into DOS and run "scandisk" on the drive along with a surface scan and see if there is any file corruption and then reinstall the newer Apache package if it still does not start running.
Also if you ever reinstall FREESCO on this machine the official ext2 package that is available in the package menu when running from a floppy is HIGHLY recommended as it will increase your file system dependability and throughput speed when you move the system to a hard drive.
If you are afraid that you might make a mistake. The chances are high that you will never learn anything.