|
Home > Archive > WebSphere HTTP Server > January 2004 > Figured it out: Re: Embarassing Question - How Does One Serve Simple HTML
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Figured it out: Re: Embarassing Question - How Does One Serve Simple HTML
|
|
| Paul Lam 2004-01-19, 8:19 am |
| Paul Lam <paul.lam@somewhere.org> wrote in
news:Xns93AD9FE635C95paullamsomewhereorg
@207.25.253.14:
quote:
> Hi All,
>
> I'm a little embarassed, but I haven't been able to figure out how to
> serve simple HTML pages on IHS (v1.3.26) on NT 4. Baically I have a
> public directory on the root (d:\web), and I'd like to serve documents
> from there. I've been looking for redbooks and using google, but
> haven't hit anything yet. Any answers, suggestions for keyword
> searches?
>
> Thanks in advance, Paul.
>
Sorry for the noise. Figured it out. httpd.conf, change from <Directory
"D:/Program Files/IBM HTTP Server ..."> to <Directory "desired directory">
| |
| Juan Manuel Martinez 2004-01-19, 8:19 am |
| In article <Xns93ADA9A0BC123paullamsomewhereorg@207.25.253.14>, paul.lam@somewhere.org
says...quote:
> Sorry for the noise. Figured it out. httpd.conf, change from <Directory
> "D:/Program Files/IBM HTTP Server ..."> to <Directory "desired directory">
>
>
You can also add an Alias (you'll need it if you have more than one directory):
Alias /web d:\web
--
Juanma Martinez
| |
| danielp4 2004-01-19, 8:21 am |
| as a complete newbie to HIS, after reading for hours I thought the way to do this was to create a Virtual Host ?
Is it not ? Is it better to just edit the httpd.conf file ?
D
| |
| danielp4 2004-01-19, 8:21 am |
| Actually does anyone have a dummies guide to setting up the HTTP server. Redbooks don't seem to be written with me in mind - I seem to be going backwards. I can't even open the Administration Server Localhost:8008 now - it just hangs.
thanks,
Daniel
|
|
|
|
|