Hi, I suppose this may be more of a mod_ssl question but I thought I would post here as well in hopes of more help. I have a working install that I use for redhat enterprise linux 3: (from my .spec file) cd mod_ssl-2.8.28-1.3.37 ./configure \ --with-perl=/usr/bin/perl \ --with-apache=../apache_%{apversion} \ cd apache_%{apversion} SSL_BASE="/usr/" \ ./configure \ --with-perl=/usr/bin/perl \ --enable-shared=max \ --enable-suexec \ --suexec-caller=nobody \ --suexec-docroot="/home" \ --suexec-userdir="www" \ --enable-module=ssl \ --enable-module=rewrite This works fine on RHEL3, but when I try to use the same config on redhat enterprise 4 I get the following behavior. All SSL hits return a blank page. ssl_engine_log shows: [31/Aug/2006 17:26:07 12662] [info] Connection to child 28 established (server myserver.com:443, client 192.168.1.100) [31/Aug/2006 17:26:07 12662] [info] Seeding PRNG with 1160 bytes of entropy access_log shows nothing. selinux is not on. I can't seem to find what is wrong. ssl is : openssl-devel-0.9.7a-43.8 openssl-0.9.7a-43.8 mod_ssl is mod_ssl-2.8.28-1.3.37.tar.gz apache is apache_1.3.37.tar.gz I'm stumped. Any ideas? --------------------------------------------------------------------- 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