--- John Holmes <[EMAIL PROTECTED]> wrote: > Grant wrote: > > > I'm running Gentoo Linux, and emerged (installed) > > squirrelmail which automatically installed all of > its > > dependencies including PHP and (I think) mod_php. > PHP > > doesn't seem to be working though, as I always end > up > > looking at the raw PHP code in a browser. I do > have > > apache and apache2 installed on my system, and I > > suspect some key PHP things may have been set up > for > > apache instead of apache2. Does anyone have any > > pointers? > > http://us2.php.net/manual/en/install.unix.php
Thank you for the link. This section seems to apply to me: Common Problems If you see the PHP source instead of the result the script should produce, you have probably forgot to edit /etc/conf.d/apache. Apache needs to be started with the -D PHP4 flag. To see if the flag is present, you should be able to see it when using ps ax | grep apache while Apache is running. but I have already added -D PHP4 to my /etc/conf.d/apache2 file and the ps ax | grep apache2 command verifies that. Any ideas? - Grant __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php