i installed the apache, php and mysql. It is initialized and works in the browser - simple file with "it works!".
But now, where is the folder www? i can't find it.
|
|
It will vary depending on the linux distro you are using, a few common places:
|
|||
|
|
Go to (This is assuming you installed Apache 2. For apache 1.x, go to /etc/apache instead.) |
|||
|
|
|
There is no common answer for all Linux distributions out there (yet). The usual approach is to check the docs. But where are they? My approach for problems like that is to list the installed files. For RedHat based systems, try That shows you all the files which belong to the package |
||||
|
|
|
/usr/local/apache/htdoc is common. But check your docs. http://httpd.apache.org/docs/1.3/misc/tutorials.html This link tells you how to find your root doc. - http://www.cyberciti.biz/faq/howto-find-unix-linux-apache-documentroot/ |
|||
|
|