Apache2/squirrelmail problem

Discussion in 'Server Operation' started by snuffy, Dec 2, 2006.

  1. snuffy

    snuffy New Member

    I'm trying to get squirrelmail running and for some reason every time I got to it the actual php script is displayed in my browser.

    I know php is installed and working because phpmysqladmin works fine.

    This happens with both the debian package and source.

    I'm stummped. I've been googling this problem and can't find anything. I'm thinking it's in my apache config but I don't know that much about it.

    Can sombody please help?
     
  2. snuffy

    snuffy New Member

    I found the problem causing the scripts to not run.

    these lines were commented out in my apache config files
    <IfModule mod_php4.c>
    AddType application/x-httpd-php .php .phtml .php3
    AddType application/x-httpd-php-source .phps
    </IfModule>

    The interface comes up now but I can't log in.

    Any suggestions?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Any error messages? What's in your logs?
     

Share This Page