Posted by: ranacse05 on: February 27, 2008
Hello every one today i’ll discuss how to compile Apache2,PHP and MySQL form source in linux.
First download the source form the sits.
Now first apache2
1.gunzip filename.tar.gz
2.tar -xvf filename.tar
Now change directory to that apache source folder.
We have to configure it now.
./configure –enable-so
make
make install
now start the apache server
/usr/local/apache/bin/apachectl start
Just open a browser and type localhost/ if it shows [...]
Recent Comments