I'm using a UBUNTU LAMP server installed by using: http://www.howtoforge.com/lamp_installation_ubuntu6.06 The apache, mysql, phpmyadmin, webmin are up and running. When I create a PHP document the documente will be displayed well. Only when I try to access the same document by usinh https the browser wants to save the php file. What goes wrong.
Any errors in Apache's error log? What's the output of Code: netstat -tap ? Can you post the vhost configuration of the https vhost?
Apache's error log is in the /var/log/apache2 directory. And your vhost configuration should be somewhere in the /etc/apache2 directory or its subdirectories.