> 
> 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 "[EMAIL PROTECTED]"
> 

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to