André Warnier wrote:
Make sure you post the final solution though. That may be useful to a lot of people in the future.
Still haven't figured it out. One thing I ran across today is that SSL session caching is important for IE (maybe for Chrome too?). I have this: SSLSessionCache "shmcb:/path/to/httpd/logs/ssl_scache(512000)" SSLSessionCacheTimeout 1200 SSLMutex "file:/path/to/httpd/logs/ssl_mutex" I can't find these files in my logs directory. I checked the paths and they are correct. I'm running RedHat 5.2Server. I checked the shared memory: # ipcs -m ------ Shared Memory Segments -------- key shmid owner perms bytes nattch status 0x00000000 32768 gdm 600 393216 2 dest 0x00000000 262145 oracle 644 790528 2 dest 0x00000000 294914 oracle 644 790528 2 dest 0x00000000 327683 oracle 644 790528 2 dest This is a development server running 4 different httpd servers on different virtual IP's (for different developers), all with the same SSL config exceptfor different paths to the files, they're all having that problem, and none of
them seem to have shared memory segments reported in ipcs. They would presumably be owned by root, since httpd is started as root (via sudo). There are no errors in the error_log. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx