ID:               21243
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         *General Issues
 Operating System: linux
 PHP Version:      4.3.0
 New Comment:

Well, then please do a little bit more homework here and figure out
what is happening when you are getting the "blank page".  There are no
such things as blank pages.  Do a view source and see what is actually
being sent.  Have a look at your Apache error_log (make sure you are
looking at the right one) and see if there are any errors there.  Tell
us the version of Apache you are using. These, "It don't work!" bug
reports just wastes our time.


Previous Comments:
------------------------------------------------------------------------

[2002-12-28 07:36:33] [EMAIL PROTECTED]

It's not my apache ssl configs.

when I do the same process with php 4.2.3 it works out just fine.

------------------------------------------------------------------------

[2002-12-28 07:34:21] [EMAIL PROTECTED]

It's still useless.  How are you running your port 443 httpd?  Did you
even restart it?  PHP doesn't care whether it is running under SSL or
not.  It happens at completely different levels, so your problem has to
do with configuration of your httpd-ssl server and not with PHP.

------------------------------------------------------------------------

[2002-12-28 07:31:05] [EMAIL PROTECTED]

compiled php with
./configure --with-apxs=/path/to/apxs --with-mysql=/path/to/mysql
--with-zlib --with-xml --with-gd --with-iconv --with-gettext
--with-mcrypt --with-openssl

made a page info.php
<?phpinfo();?>

http://site.com/info.php works ok
https://site.com/info.php serve a blank page.

------------------------------------------------------------------------

[2002-12-28 07:23:19] [EMAIL PROTECTED]

Completely useless report - please read the bug reporting guidelines.

------------------------------------------------------------------------

[2002-12-28 07:22:09] [EMAIL PROTECTED]

http://site.com/info.php = OK
https://site.com/info.php = BLANK PAGE

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21243&edit=1

Reply via email to