LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Apache/MySQL/PHP (https://www.linuxquestions.org/questions/linux-general-1/apache-mysql-php-21256/)

c0c0deuz 05-18-2002 05:30 AM

Apache/MySQL/PHP
 
i need to install a web server that needs mysql and php.
i'm looking for a step by step kind of thing... My first try didn't succeed at all. Apache as ok but this mysql/php thing :^(

Is seems that there is more and more interactive database and i can get my hand on a thread that detail the installation process.

Any suggestion?
dan

mace 05-18-2002 03:12 PM

http://www.rocketry.org/~tim/geek_stuff/mysql.php

j-ray 05-18-2002 03:55 PM

i would install mysql first. if you don't have specific needs you can take an rpm. then extract apache to usr/local. run ./configure --with-mysql=/path/to/mysql the same with other databases you want.
last you install is php. extract and ./configure --with-apache and the options you want. typ ./configure --help
will display options. read install.txt. you have to add
'AddType application/x-httpd-php .php
AddType application/x-httpd-php3 .php3'
to your /usr/loca/apache/etc/httpd.conf
it's not too difficult if you take your time.
good luck
jens


All times are GMT -5. The time now is 05:49 AM.