LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   i wanan run apache & php. i am on fc2 m/c. (https://www.linuxquestions.org/questions/linux-software-2/i-wanan-run-apache-and-php-i-am-on-fc2-m-c-420871/)

amolgupta 03-02-2006 04:28 AM

i wanan run apache & php. i am on fc2 m/c.
 
i wanan run apache & php. i am on fc2 m/c.i dont lnow how to run it my machine is having a documentation of apache but where it is
i dont know i want to idont know how to acess it .how can i know version of my apache, install php mysql and configure apache as local host


first please talk about configureing apache and locating where its installed and where is tis documentroot

amolgupta 03-02-2006 04:41 AM

thanx to all who spent time on reading me
now i have discovered apache manual
now i want to configure it for php5

gilead 03-02-2006 04:43 AM

I'm assuming that you have Apache 2 installed. I recommend having a read through the documents online at http://httpd.apache.org/docs/2.0/. Then have a look for your Apache documents with:
Code:

find / -type d -name htdocs
The main Apache directory is just above the htdocs directory. Have a look for the httpd.conf file and change it based on what you read on the Apache site. The httpd.conf file can be found with:
Code:

find / -type f -name httpd.conf
The document root for Apache is often at /var/www/html

amolgupta 03-02-2006 05:19 AM

thanx a lot


All times are GMT -5. The time now is 08:18 PM.