Re: httpd on a SUN

Steen Linden <Steen.Linden@uni-c.dk>
Message-id: <9307011156.AA25328@dxmint.cern.ch>
Subject: Re: httpd on a SUN
To: timbl@nxoc01.cern.ch
Date: Thu, 1 Jul 1993 13:56:02 +0200 (MET DST)
Cc: Steen.Linden@uni-c.dk, www-talk@nxoc01.cern.ch
In-reply-to: <9307010905.AA05356@www3.cern.ch> from "Tim Berners-Lee" at Jul 1, 93 11:05:31 am
Organization: UNI-C - Danish Computing Centre for Research and Education
Address: DTH Building 305, DK-2800 Lyngby, Denmark
Phone: +45 45 93 83 55
Fax: +45 45 93 02 20
X-Mailer: ELM [version 2.4 PL20]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 761
From: Steen Linden <Steen.Linden@uni-c.dk>
Sender: Steen.Linden@uni-c.dk
Status: RO
Tim Berners-Lee wrote:
> 
> 
> There are lots of httpds running on suns ... but to
> debug your problem, I need more information!  

I know httpd is running on sun, thats why I was looking for pointers.
Thanks for offering to help me debug.

My server is working now. The problem was that I installed the software
while reading the install.csh script. 

The /etc/httpd.conf created in this scipt is apparently incorrect.

I had to add "file:" to make it work:
    map   /     /welcome.html
    map   /*     /Public/*
    pass  /Public/*
    fail  *

Here is the new:
    map   /     /welcome.html
    map   /*     file:/Public/*
    pass  file:/Public/*
    fail  *

Thanks for the help.

Steen Linden
UNI-C - Danish Computing Centre for Research and Education