Hello! Desperatly need help!
Situation is like this:
I took over administrating web server after the previous admin...
Server is on FreeBSD 4.0, Apache 1.3.9 and PHP is 3.0.16
I want to install Apache 1.3.19 and PHP4.0.4pl1
I've got archives of both, configured Apache, then configured PHP and made MAKE INSTALL.
Then, I dit what was told:
from the Apache directory I ran
./configure --activate-module=src/modules/php4/libphp4.a
on MAKE step it STOP (couldn't find libphp4.a = don't know how to make all)
cd /src/modules/php4
and in there I haven't found libphp4.a file!
there were <b>libmodphp4.a</b> and <b>libphp4.module</b>
so I made ./configure --activate-module=src/modules/php4/libmodphp4.a
Apache compiled correctly.
Now when I run ./apachectl start it writes: httpd started, but no server is on, I cannot open any page, it just writes CONNECTION REFUSED.
When I make ./apachectl restart it writes
httpd (pid ?) not started.
PLEASE HELP!!! THIS IS VERY IMPORTANT!!! IF I FORGET TO WRITE SMTH EMAIL ME I'LL EXPLAIN MORE DETAILED!!!