PHP doesn't work on SSL - Shows code instead! (http is OK)

This forum post has been removed

Number of replies: 6
The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: PHP doesn't work on SSL - Shows code instead! (http is OK)

by Ken Wilson -
Alan

The interesting point in your description is that port 443 is already being listened to. Can you find out what process is listening on that port and try disabling the daemon. Then go back and add the Listen 443 command into /etc/apache2/ports.conf.

HTH

Ken
In reply to Ken Wilson

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: PHP doesn't work on SSL - Shows code instead! (http is OK)

by Ken Wilson -
Alan

I'll have to agree with your re-install idea. If you can see openssl in the phpinfo output, then something has gone wrong somewhere, and it would probably be quicker doing a reinstall. This document (http://www.falkotimme.com/howtos/perfect_setup_debian_sarge/) is good.

Let us know how you get on.

Ken
In reply to Ken Wilson

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: PHP doesn't work on SSL - Shows code instead! (http is OK)

by Iñaki Arenaza -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Has anyone any experiences with installing the proper MySQL version for Debian and Moodle 1.6?

You can get suitable packages from www.backports.org

Saludos. Iñaki.

In reply to Iñaki Arenaza

Re: PHP doesn't work on SSL - Shows code instead! (http is OK)

by Anthony Borrow -
Picture of Core developers Picture of Plugin developers Picture of Testers

While this is directed specifically to Ubuntu - it is Debian at heart. I found it to be a good guide, easy to follow http://www.howtoforge.com/perfect_setup_ubuntu_6.06

The only thing I found lacking was some of the details about setting up SSL on the Apache2 server which I found elsewhere.