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

I probably needed to be more informative in my posts.
Never the less, I've done all that allready and posted the bug report
after. a view source shows <html><body></body></html>
error logs shows nothing.
if I set in php.ini error_reporting E_ALL and display_errors = on,
still nothing shows. 
Please let me know if I can give you any other info.


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

[2002-12-28 07:40:18] [EMAIL PROTECTED]

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.

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

[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.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/21243

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

Reply via email to