I recently installed PHP 4.3.1 with apache 1.3.27/mod_ssl. I'm having problems accessing a simple php script ( <?phpinfo()?> ) over https. I can access it over plain http.
I configured php with the following:
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-track-vars --enable-force-cgi-redirect --with-gettext
I figure I'm missing something pretty simple, but I have searched google and php.net and haven't found anything similar. What am I missing?
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php