Click to See Complete Forum and Search --> : How to test or start my Apache??


X-KAM-X
03-30-2003, 10:43 AM
Where to start ?
i don't really get it....
i just install in the default location...
usr/local/Apache2/

P.S:
if i install PHP and MySQL,
do i do as follow too ? :

./configure
make
make install


is there any different??


thank you~

Choozo
03-30-2003, 03:28 PM
Some differences apply, especially with Apache and PHP. This (http://www.e-gineer.com/instructions/index.phtml) site have all the instructions you should need (even if it says Apache 1.x).

theN
03-30-2003, 04:46 PM
Try ./configure --help | less to know all the installation options for Apache, PHP and MySQL. Please read the documentation of the software before you install. Most of them have fairly detailed notes on installation.

If you face any errors, try the following -

* check the software's site for manual & FAQs.
* search online archive's of the software's mailing lists (if any)
* search on Google website (incl. newsgroups) for the errors.
* Post your question in the relevant forum. Let your question be informative and lucid.

regards
theN
ps: Yes, *most* of the time its ./configure -[options] + make + make install.

theN
03-30-2003, 04:47 PM
Try ./configure --help | less to know all the installation options for Apache, PHP and MySQL. Please read the documentation of the software before you install. Most of them have fairly detailed notes on installation.

If you face any errors, try the following -

* check the software's site for manual & FAQs.
* search online archive's of the software's mailing lists (if any)
* search on Google website (incl. newsgroups) for the errors.
* Post your question in the relevant forum. Let your question be informative and lucid.

regards
theN
ps: Yes, *most* of the time its ./configure -[options] + make + make install.

X-KAM-X
03-30-2003, 10:37 PM
THANKS!!!
I am reading some articals about the installation and start~
thanks for the suggestions and helps~
^.^