|
Posted by Noodle on 02/04/07 11:18
On Feb 4, 1:06 am, nsteel...@hotmail.com wrote:
> Hi
>
> I have just set up my apache webserver with PHP4, openssl, modssl,
> mysql etc. Everything works fine on the non ssl side but when I try to
> open a php page on the ssl side the browser displays an empty page. I
> have tried both IE 6 and Firefox. I can display HTML pages, images etc
> from the SSL side I just cannot display anything with the PHP
> extension. I have set a few of these servers up with the same config
> but I have never come across this before.
>
> Any ideas would be appreciated.
>
> Thanks
>
> Nick Steele
> --
> The Source For Premium Newsgroup Access
> Great Speed, Great Retention
> 1 GB/Day for only $8.95
Check that error reporting has been turned on in the php.ini. Your php
page might be throughing an error.
e.g.
error_reporting = E_ALL
display_errors = On
Navigation:
[Reply to this message]
|