Skip to Content.
Sympa Menu

baslinux - Re: [BL] httpd

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] httpd
  • Date: Mon, 1 Nov 2004 19:30:47 +1300

Stephen Clement wrote:
>
> I've been trying to get httpd to work using
> the BasicLinux 3 ramdisk.

Do you mean the floppy version of BL3? The floppy
version uses ramdisks. The DOS version uses loop.

> Unfortunately, httpd seems to ignoring my httpd.conf.

Where did you put httpd.conf?

> I tried doing an httpd -v to see what version it was,
> but it hung when I tried this.

Apparently -v is an dead parameter. The parser
recognizes it, but doesn't find anything to do.
CTRL-C gets you back.

> I can access httpd fine and get a wonderful 404 not
> found page using links or Mozilla on my other networked box,
> although I can't get anything else no matter what I specify
> in my httpd.conf. Any ideas?

Start httpd in the directory you want to serve.
For example, I've just started httpd in /root.
I can now read hotlist.html using links:
-----------------------------
d
g
http://localhost/hotlist.html
-----------------------------
It also works for: http://localhost/netsetup

Although I'm not on my LAN at the moment, I'm sure
it will work the same on that:
-------------------------------
http://192.168.1.1/hotlist.html
-------------------------------

Or, if you copy hotlist.html to index.html:
------------------
http://192.168.1.1
------------------

Cheers,
Steven

____________________________
http://www.basiclinux.com.ru




Archive powered by MHonArc 2.6.24.

Top of Page