[oclug] Browser question

Nick Sklavenitis sklav at mlug.ca
Sat Oct 5 13:26:21 EDT 2002


Thats not actually true you have to remember that the document root for
the server is /var/www/html and so when you are telling your browser to
point to the following
http://rocket.rocketman.com/var/www/html/index.html   what you really
are doing is the following /var/www/html/var/www/html/index.html which
would bring an error message like you are receiving what you would want
to do is the following. http://rocket.rocketman.com which is like saying
in your case http://127.0.0.1 which is localhost. Hope that clears
things up a bit.


On Sat, 2002-10-05 at 12:51, GR Gaudreau wrote:
> Nick Sklavenitis wrote:
> 
> >On Redhat its in the following directory.
> >/var/www/html   This is where you would have to put the index file.
> >
> >I just assumed you wanted to have blank pages show up in mozilla when
> >navigating the file system. that is why i said just add an index.html to
> >the directory.
> >
> >works with konqueror anyways.
> >  
> >
> [gr]  Thanks, Nick, but I haven't installed Apache yet, or run the http 
> daemon. Guess that's why I get an error in Mozilla when I type in
> 
> http://rocket.rocketman.com/var/www/html/index.html
> 
> When I do install apache and run the http daemon, you'll know because 
> I'll probably have to write to the list asking why the darn thing isn't 
> working properly. I've never used these things before and I know next to 
> nothing about networking. :-)
> 
> -- 
> GR Gaudreau
> <http://www.geocities.com/revgaud/>
> "Half the lies they told me aren't true!"
> ~ Yogi Berra
> 
> 
> _______________________________________________
> oclug mailing list
> oclug at lists.oclug.on.ca
> http://www.oclug.on.ca/mailman/listinfo/oclug





More information about the OCLUG mailing list