Enable php5 in ispconfig..

Discussion in 'General' started by phiberz, Sep 5, 2006.

  1. phiberz

    phiberz New Member

    Hi!
    Why isn´t php5 enabled in ispconfig?

    i see that the dev. version has it..

    how do I run it as default? is it even possible?

    atleast is it possible to run both php4 and 5?

    RGDS Phiberz

    Great Guides by the way :)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    All ISPConfig versions support php4 and php5. ISPConfig uses the php that you installed on your server.

    So this is not a question to enable or disable anything in ISPConfig.
     
  3. phiberz

    phiberz New Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    But php4 is not part of ISPConfig. Did you create a website in ISPConfig, put a PHP file with the phpinfo command inside in the webroot and called this in the browser?
     
  5. phiberz

    phiberz New Member

    ok, strange then, yes did create a site and called the phpinfo file i uploaded to the new site folder, basic stuff.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -l /etc/apache2/mods-enabled
    ? What's in /etc/apache2/mods-enabled/php5.conf?
     
  7. phiberz

    phiberz New Member

    no enabled php5 mod. and no php5.conf...
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Then plaese install the php5 packages (mod_php) from your linux distribution.
     
  9. phiberz

    phiberz New Member

    simply did a reinstall of the php5 and it worked... strange..
    thanks!
     

Share This Page