PHP and HTTPS problem

Discussion in 'Server Operation' started by HTvision, Jul 4, 2007.

  1. HTvision

    HTvision New Member

    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.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    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?
     
  3. HTvision

    HTvision New Member

    Wh're do i find that info?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    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.
     

Share This Page