LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apache2 & php4 (https://www.linuxquestions.org/questions/linux-newbie-8/apache2-and-php4-36408/)

CyberDrake 11-25-2002 08:02 AM

Apache2 & php4
 
Hi folks!
Gawd! Its Monday and i was supposed to get my Apache Server up and running, along with PHP. Talk about grounding my arse over the weekend, and still being fruitless

I've tried the installation procedures on the Apache.org and Php.net sites with relation to installing/configuring Apache and PHP respectively. But to no avail.

Could someone please guide me step by step, installing Apache 2.0.40 and making PHP4.2.3 work on it.

Btw I'm trying to install from a .tar.gz file and not an rpm [Hence I have to compile the source code]. Also I'm using Rh 7.1, if that helps.

Have a nice day!

Thanks a lot in advance,
Sidney

CyberDrake 11-25-2002 10:01 AM

Okie dokie heres what I've done till date!

tar -xzvf httpd-2.0.40.tar.gz

./configure --prefix=/usr/local/apache2 --enable-so --enable-so --enable-rewrite --enable-module=most --enable-shared=max

make
make install
make clean

/usr/local/apache2/bin/apachectl start


Geez! After running the last command, i cant get to start the Apache server. It gives the following error:

Quote:

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down
Please Help! :(

acid_kewpie 11-25-2002 11:32 AM

http://www.linuxquestions.org/questi...threadid=36399

please do not double post.


All times are GMT -5. The time now is 11:48 PM.