LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apache PhP MSQL - if they come with fedora core 1 where are they (https://www.linuxquestions.org/questions/linux-newbie-8/apache-php-msql-if-they-come-with-fedora-core-1-where-are-they-182225/)

Virtualhate 05-16-2004 07:50 PM

Apache PhP MYSQL - if they come with fedora core 1 where are they
 
I just installed Fedora Core, I clicked "everything" during install setup, Apachee was installed or so I've been told where are these programs I am looking for ???

PengyDaPenguin 05-16-2004 08:33 PM

PHP should already be installed with the Apache install. You'll want to do the following to verify that it's running:

(as root)# service httpd status

If it says STOPPED then you will do (as root)# service httpd start

The same applies for mysqld


All times are GMT -5. The time now is 06:46 PM.