Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2005 13:29:03 -0500 (EST)
From:      Jerry McAllister <jerrymc@clunix.cl.msu.edu>
To:        marko@freebsd.org (Mark Ovens)
Cc:        freebsd-questions@freebsd.org
Subject:   Re: apache+SSL, which port?
Message-ID:  <200502011829.j11IT4S05367@clunix.cl.msu.edu>
In-Reply-To: <41FFB43B.3000209@freebsd.org> from "Mark Ovens" at Feb 01, 2005 04:54:19 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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/"
> 
>      <Directory "/usr/local/www/squirrelmail">
>          Options Indexes FollowSymlinks MultiViews
>          AllowOverride None
>          Order allow,deny
>          Allow from all
>      </Directory>
> 
> 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"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502011829.j11IT4S05367>