This is a discussion on HELP! root directory mistery within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi! Im a noob... and I have the following problem: what do I have to put or modify on httpd....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi!
Im a noob... and I have the following problem: what do I have to put or modify on httpd.conf in order to not get the default apache html when you input the IP on your browser.... Now, I now that this is more supposed to look like xxx.xxx.xxx.xxx/myRootFolder now I have not been able to actually get it to work, Ive copied my desired RootFolder into /var/www/html/ but still no response.... HELP PLEASE!!! |
|
|||
|
On Wed, 13 Jul 2005 09:17:43 -0700, pelonbiologo wrote:
> what do I have to put or modify on httpd.conf in order to not get the > default apache html when you input the IP on your browser.... I thought the default page gave you an explanation? Assuming a fairly recent version of Apache. The manual certainly does. > Now, I now that this is more supposed to look like > xxx.xxx.xxx.xxx/myRootFolder now I have not been able to actually get it > to work, Ive copied my desired RootFolder into /var/www/html/ but still no > response.... Have you copied the contents of your document root folder into /var/www/html or copied the folder to there (making a sub-directory)? By default, Apache considers the document root "index.html" file to be the homepage: /var/www/html/index.html -- If you insist on e-mailing me, use the reply-to address (it's real but temporary). But please reply to the group, like you're supposed to. This message was sent without a virus, please delete some files yourself. |