Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2005 18:01:05 +0200
From:      "Matthias F. Brandstetter" <haimat@lame.at>
To:        freebsd-questions@freebsd.org
Subject:   Re: how to enable PHP on Apache?
Message-ID:  <200504091801.05319.haimat@lame.at>
In-Reply-To: <200504091737.44009.haimat@lame.at>
References:  <200504070941.42684.haimat@lame.at> <7c263b6d05040705363e39daa7@mail.gmail.com> <200504091737.44009.haimat@lame.at>

next in thread | previous in thread | raw e-mail | index | archive | help
---------- quoting Matthias F. Brandstetter ----------
> I did all you said, httpd-error.conf says: "Apache/1.3.33 (Unix)
> mod_perl/1.29 PHP/4.3.11 configured -- resuming normal operations"
>
> But when I try to access my phpmyadmin installation Firefox asks me
> which program I want to use to open this PHP file :(

Sorry for answering to my own post, but I think I found the problem: I have 
RT installed on the same system, using mod_perl. When I disable startup of 
mod_perl, I can access phpmyadmin. So the problem only happens when I use 
mod_perl with my config.

I tried it with

        <Location /phpmyadmin>
                SetHandler default-handler
        </Location>
        Alias /phpmyadmin /usr/local/www/phpMyAdmin

but still have this problem :(
Any ideas?

-- 
You know something, folks, as ridiculous as this sounds, I would rather
feel the sweet breath of my beautiful wife on the back of my neck as I
sleep than stuff dollar bills into some stranger's G-string.

  -- Homer Simpson
     Homer's Night Out



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504091801.05319.haimat>