From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 18:29:08 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B0416A4CE; Tue, 1 Feb 2005 18:29:08 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABDCE43D1D; Tue, 1 Feb 2005 18:29:05 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id j11IT4S05367; Tue, 1 Feb 2005 13:29:04 -0500 (EST) From: Jerry McAllister Message-Id: <200502011829.j11IT4S05367@clunix.cl.msu.edu> To: marko@freebsd.org (Mark Ovens) Date: Tue, 1 Feb 2005 13:29:03 -0500 (EST) In-Reply-To: <41FFB43B.3000209@freebsd.org> from "Mark Ovens" at Feb 01, 2005 04:54:19 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: "Andrew L. Gould" cc: freebsd-questions@freebsd.org Subject: Re: apache+SSL, which port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 18:29:08 -0000 > > Tim Erlin wrote: > > Andrew L. Gould wrote: > >> Not necessarily. I've heard lots of complaints about PHP and Apache2 > >> not "playing nice". (Does anyone have any updates on this situation?) > > > > I've been running apache2 with squirrelmail for a while. The biggest > > problems were performance issues. Squirrelmail was very slow pulling > > mail from the disk. Not sure that apache13 would help there. > > > > I finally installed apache13-ssl after trying to portupgrade -o to > apache2 and trashing everything. > > Anyway, it's all working now, except that when I try to connect to > squirrelmail in a browser I just get a directory listing of > /usr/local/www/squirrelmail. > > I've reinstalled squirrelmail and run the configure script. Alias in > httpsd.conf is copied from the old httpd.conf: > > Alias /squirrelmail/ "/usr/local/www/squirrelmail/" > > > Options Indexes FollowSymlinks MultiViews > AllowOverride None > Order allow,deny > Allow from all > > > Which worked before. > > Any idea what I've missed? Sounds a bit like you have either a file with the wrong ownership or permissions or you still need to do an AddType or possibly a DirectoryIndex directive in the httpd.conf file. ////jerry > > Regards, > > Mark > > > --- > avast! Antivirus: Outbound message clean. > Virus Database (VPS): 0505-0, 31/01/2005 > Tested on: 01/02/2005 16:54:20 > avast! - copyright (c) 2000-2004 ALWIL Software. > http://www.avast.com > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >