>> Is this a virtual host ? How did you define the AddType in httpd.conf ? Yes. And I believe our AddTypes are set for each v-host. In this case, the v-host has its own AddTypes.
AddType application/x-httpd-php .php .php3 .phtml AddType application/x-httpd-php-source .phps Like I mentioned, the php works fine with http. Also, html files work fine. >> Also check that u'r apache listens to 443. I tried to add Listen 443, but the server start failed saying something like no listening sockets available. I also tried Listen 64.83.52.19:443, but I got the same thing. I checked to make sure that mod_ssl was loaded, and while I didn't see it in the LoadModule list, httpd told me it was already loaded when I added it to the list. I now know this is an Apache issue, so if I should take it to an Apache list I can do that. Thanks! -j