Hi 2 all...
I'm quiet a newbie to linux. (Not Apache, I've got it running for about 2 years now on a Win98 and a WinXP computer)
Since a while I'm getting interested in Linux and installed Slackware (as someone adviced me). Without X.
Now I've downloaded Apache (httpd-2.0.36) and I'm trying to install it, what I did is this:
"/usr/local/src# tar -zvxf httpd-2.0.36"
"/usr/local/src# cd httpd-2.0.36"
"/usr/local/src/httpd-2.0.36# .configure"
"/usr/local/src/httpd-2.0.36# make"
"/usr/local/src/httpd-2.0.36# make install"
Then I tried to run Apache:
"/usr/local/local/apache2/bin# apachectl start"
And connect to localhost using lynx:
"/usr/local/local/apache2/bin# lynx localhost"
But go an error "Unable to connect to remote host"
And tried to shutdown Apache:
"/usr/local/local/apache2/bin# apachectl stop"
and got this error:
"httpd (pid 16673?) not running"
Can somebody help me on this?
Mzzl, Chris