From owner-freebsd-isp Wed Mar 19 19:13:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA20258 for isp-outgoing; Wed, 19 Mar 1997 19:13:42 -0800 (PST) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA20232; Wed, 19 Mar 1997 19:13:36 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.7.3) with UUCP id UAA18003; Wed, 19 Mar 1997 20:12:53 -0700 (MST) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id UAA00975; Wed, 19 Mar 1997 20:12:42 -0700 (MST) Date: Wed, 19 Mar 1997 20:12:42 -0700 (MST) From: Marc Slemko Reply-To: Marc Slemko To: Victor Manuel Carranza Gonzalez cc: freebsd-isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Apache and SPML problem... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Please don't send to both isp and questions. If it is appropriate for any other list, it nearly always it not appropriate for questions. On Tue, 18 Mar 1997, Victor Manuel Carranza Gonzalez wrote: > > Hi! > > This question probably does not belong to this list, but I have no idea > where else can I ask for help. Newsgroup comp.infosystems.www.servers.unix. > > I liked very much the performance of Apache webserver on my FreeBSD box. > Our main server is a DEC Alpha with OSF/1, so I downloaded Apache sources > from www.apache.org and compiled on the Alpha. Everything seems to be > working ok, except that I am not able to use server-parsed html :( I have > configured it this way: > > in srm.conf: > > AddHandler server-parsed .shtml > AddType text/html .shtml > > Also, the "mod_include.o" module was compiled in. > > Now, I have a document (called test.shtml) with just two lines: Is there anything in the error log? Do you have "Options Includes" enabled for that directory? If you don't have that (or something similar like IncludesNOEXEC) Apache won't handle SSIs. You can accomplish what you are doing above in two lines with one line: AddType text/x-server-parsed-html .shtml