Re: SSLMutex file(s) with IP-Virtuals

2003-12-30 Thread Tom Walsh
Marco A. Zamora Cunningham wrote: Secure0: SSLMutex file:/var/cache/apache2-mod_ssl/ssl_mutex0 Secure1: SSLMutex file:/var/cache/apache2-mod_ssl/ssl_mutex1 This way I can avoid collisions between the two independant apache servers running modssl and avoid mutex problems? My un

RE: Cannot Access Includes Above Current Directory

2003-12-30 Thread Steve Benson
John: Thanks for your suggestion. I checked the output of phpinfo from both http and https and other than directory name differences I found the following variables in the https info: VariableValue UNIQUE_ID 8Sevn38AAAEAAALTfvAA nokeepalive 1 ss

SSLMutex file(s) with IP-Virtuals

2003-12-30 Thread Tom Walsh
Hello All, We have put together a virtual IP based apache+mod_ssl server. This is the first time I have done this type of thing as we were running a name based virtual server up to this point. I have a few questions, obviously. ;-) I stacked three IP addresses up on the ethernet using ifco

RE: Cannot Access Includes Above Current Directory

2003-12-30 Thread John . Airey
Sorry I haven't got back to you sooner. I think I understand the problem better now. I suspect this is down to environment variables. Try using "phpinfo();" via SSL and non-SSL connections and see if you can see which variables aren't in the first one (curl and diff are very handy for this). - J