Re: [users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark London
On 4/17/2014 3:46 PM, Yehuda Katz wrote: On Thu, Apr 17, 2014 at 3:12 PM, Mark London mailto:m...@psfc.mit.edu>>wrote: So I've been trying to find a configuration that redirects HTTPS://XXX.COMto HTTPS://WWW.XXX.COM. Unfortunately, every configuration that I've tri

[users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark London
Hi - I inherited a web server from another site. I requested a wildcard certificate for that server. What I failed to realize, was that a wildcard certificate only covers *.XXX.COM. It won't cover plain XXX.COM. And unfortunately, people mainly connect to the site, using XXX.COM Thus,

[us...@httpd] Intermittent PHP network connection errors, restart fixes it. What's the cause?

2010-01-04 Thread Mark London
Hi - At the top of my php scripts, I have code to connect to our ldap server, in order for the scripts to make ldap requests. I don't have any disconnect call in my code. Lately I have noticed that the apache server will get into a state where connection requests will occasionally fail. When

Re: [EMAIL PROTECTED] PING in scripts won't timeout. Trap problem?

2006-05-01 Thread Mark London
Evan Platt wrote: On Mon, May 1, 2006 4:38 pm, Mark London wrote: A user at our site has complained that he when he tries to create a script (cgi or php) that uses PING, if the PING hits a node that doesn't respond (i.e. the node has a firewall), the PING never times out and the script

[EMAIL PROTECTED] PING in scripts won't timeout. Trap problem?

2006-05-01 Thread Mark London
A user at our site has complained that he when he tries to create a script (cgi or php) that uses PING, if the PING hits a node that doesn't respond (i.e. the node has a firewall), the PING never times out and the script hangs. From the command line, PING will timeout. Would anyone have any i