> I am using Apache 1.3.27, SQ 1.4.4, and PHP 4.3.10, Fbsd 5.2.1.
>
> After upgrading PHP via ports, I had to recompile and get rid of the
> configure option '--disable-all' which disabled sessions.  Sq was
> complaining about not being able to use sessions.  This fixed that
> problem, but created another one.
>
> For some reason, when I try to connect to the apache vhost that hosts
> SQ, the connection is dropped.  It is not the actual server, as other
> vhosts work fine, and this one did too before I got rid of the
> 'disable-all' configure option.  Is there something in the SQ's code
> that makes it drop the connection?

1. SquirrelMail needs session and pcre support.
2. mbstring is required for Japanese translation.
3. gettext is required if you want faster translations. I think internal
implementation is about 4 times slower.
4. posix is required, if you use administrator's plugin with uid based
authentication.
5. ldap is required, if you use LDAP address books.
6. pear DB and appropriate database support is required, if you use
database related features.
7. ssl and php 4.3+ is required, if you use imaps or smtps.
8. some third party plugins might need gd or curl support.

If you get blank pages, when you run php scripts - check webserver's error
logs and php memory limits. If you get zero sized replies - check memory
limits.

If you use some php caching engine - restart apache. If you use Zend
Optimizer and php 4.3.10 - get latest version.


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to