-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>>> There is a 'frontend' apache server which proxies requests to a >>> 'backend' apache/php server. >>> When I click 'send' from the 'compose' page, I get a browser timeout >>> with an error message such as (port number changed to xxx): >>> Temporarily unable to connect to 202.51.168.70:xxx: Operation timed >>> out >>> The xxx port number is the one used by the backend PHP server. How >>> do I keep SM from using that port number and just using port 80 (or no >>> custom port number)? >> Did you logout, and back in again? The values from that function are >> stored in the session so it's only ran once. Instead of commenting it > Yes, I logged out and deleted browser cookies. I also tested from another > computer/browser with the same problem. >> out, have you tried setting a value for the host/port. Around line 257 >> of strings.php you should see $full_url = (.... Try commenting out that >> line, and putting: >> >> $full_url = 'http://www.yourdomain.tld'; [..] > So my concern now is losing those changes (& forgetting about them) when > I next do an update of squirrelmail. > > I'd like to submit a patch or suggest a change for future versions. [..] As this has come up several times in the past, and some issues with variable corruption in apache/php environment, I'm going to put in some code this weekend that allows you to define a URL for the site URL, sort of like Gallery if you've ever used it, with the default left to automatically attempt to detect it. Due to the changes, this would probably go straight into both devel and stable branches, so it should appear in the next release. - -- Jonathan Angliss <[EMAIL PROTECTED]> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) - GPGshell v3.41 iD8DBQFDBiDyK4PoFPj9H3MRAkKqAKDo7Gch8g4NcKzL4J1UmjpXcNvXMACbB0xG Nm/KhNJTWJOnLgxQGbRIq7A= =ssKm -----END PGP SIGNATURE----- ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
