LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Installed Web stuff but can't find it (https://www.linuxquestions.org/questions/fedora-35/installed-web-stuff-but-cant-find-it-156650/)

ElementNine 03-12-2004 05:10 AM

Installed Web stuff but can't find it
 
when i installed fedora i included the httpd server thing (apache?) and modphp and stuff the only problem is now i dont know where the wwwroot is so i can start testing web pages. Is this stuff all configure automatically (ie php) when i installed it? or do i have to do anything else to get the webserver with php and mysql up and running?

bigearsbilly 03-12-2004 07:33 AM

look in the apache .conf files for
"DocumentRoot"
probably:
/etc/apache/*.conf or /etc/httpd/*.conf

type
"localhost" in browser to see if apache is running, you should get
the apache documentation.



billy

flyfishin 03-12-2004 07:41 AM

On Fedora the configuration files are in the /etc/httpd/conf/ directory. Look in the httpd.conf file for the DocumentRoot directive, as billy suggested.

jeradhayes 03-12-2004 09:26 AM

On Fedora, I believe the default DocumentRoot is /var/www


All times are GMT -5. The time now is 12:58 AM.