[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] frequent, inconsistant "Cannot find server" errors
- Subject: Re: [cobalt-users] frequent, inconsistant "Cannot find server" errors
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu May 16 08:40:25 2002
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thursday 16 May 2002 06:05 pm, Mark Middleton wrote:
> Hello all,
>
> I've got a site running on an XTR with frequent "Cannot find server - The
> page cannot be displayed" errors
>
> https://www.bobsredmill.com/catalog/index.php
>
> * There's a new secure certificate being used in the product catalog
> * We're managing our own DNS using the XTR's onboard DNS server
> * The site runs flawlessly on our own network (very fast, with no errors)
> * We've got other sites running on the same server without issue.
> * All XTR updates have been made...
>
> The error appears almost instantly - it doesn't hang, it's like it's having
> a DNS issue - but inconsistantly. It doesn't seem to be hanging because of
> network capacity
>
> The problem only occurs in the section of the product catalog, and happens
> when either a form is submitted or a link is checked on - and happens about
> 1 in 5 clicks to another page.
>
> I've checked through the site settings numerous times, DNS entries many
> times as well...
>
> I'm looking for any ideas about where to look next... any possible
> questions or ideas are greatly appreciated.
Look at /etc/httpd/conf/httpd.conf find the section for SSL
$PerlConfig .= "<VirtualHost $ip:443>\n";
#======== added these lines ===========================
$PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\n";
$PerlConfig .= " nokeepalive ssl-unclean-shutdown\\n";
$PerlConfig .= " downgrade-1.0 force-response-1.0\n";
#======== added thes above lines ======================
$PerlConfig .= "SSLengine on\n";
--
Gerald Waugh
http://www.frontstreetnetworks.com :: Phone. [011] 203.785.0699
Front Street Networks LLC | SOHO Networks & Web Site Hosting
229 Front Street, Ste. #C, New Haven, CT, 06513-3203 United States