LAMP installation doesnt work for me

Discussion in 'Server Operation' started by surheb, Jan 31, 2010.

  1. surheb

    surheb New Member

    Hi there,

    i worked out this tutorial:
    http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-9.10-lamp

    My problems are:
    - i can not call phpmyadmin through browser
    - php script is not interpreted by php engine
    - i can not save any file to www diectory

    i get always 404 Not Found but the lamp seen be to installed because i have this notice in the browser:
    Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.5 with Suhosin-Patch Server at 127.0.1.1 Port 80

    Regards
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Can you try this?
    Code:
    a2enmod php5
    /etc/init.d/apache2 restart
     
  3. surheb

    surheb New Member

    Hi,

    thanks for your replay.
    I reinstall again phpmyadmin and know it works. My foult war by first time i installed phpmyadmin with: Configure database for phpmyadmin with dbconfig-common? <-- YES
    But this sould be No.

    Other problems ae also solved.

    Thanks
     

Share This Page