
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Apache Server Almost There!
Eric O. Flores wrote:
> Tlug,
>
> A few weeks ago I started the undertaking of facing out my Windows 2000
> Server. Today this task has been partially accomplished with the
> exception of a few minor glitches. Please, I need a little of
> orientation as I can't make sense of some of Apache directives.
>
> My site is http://www.noacchi.com once there you can see that Apaches is
> serving the main page index.shtml but when I wish to view the other
> pages such as aboutus.html I get the path //var//www/htm/aboutus.html
> but not the page it self.
It was a matter of HTML, not Apache. See the line:
alt="About Noacchi" width="128" height="25" name="_HPB_ROLLOVER2">
<a href="file:////var/www/html/aboutus.html" id="_HPB_ROLLOVER2"
onmouseout="HpbImgSwap('_HPB_ROLLOVER2','buttonaboutus.gif');"
onmouseover="HpbImgSwap('_HPB_ROLLOVER2','button_aboutus.gif');"><img
src="buttonaboutus.gif" alt="About Noacchi" width="128" height="25"
name="_HPB_ROLLOVER2">
Your Apache successfully linked to "//var//www/htm/aboutus.html".
When you create links, do so relatively from the document root
directory. In this case, you should link to "aboutus.html".
> I am not sure how to set the directives to server the rest of the pages,
> since in the win side once you have a directory setup anything within
> can be serve, but with apache it seems that only one page at a time can
> be directed out. (THIS IS MY IMPRESSION)
>
> hardware description:
> custom build system
> Intel 800Mhz
> 512Mb Ram
> 20GBHD
> DVD
> CD-R/RW
> Floppy
> Mandrake Linux 8.2
> ADSL 8-Meg Connection via PPPOE
Home |
Main Index |
Thread Index