PHP problems...........

I'm trying to setup PHP, Apache2, and MySQL on Gentoo 2004.2 and I am having issues! I have emerged apache, php, mod_php, mysql, and other packages and have touched EVERY config file I can think of (apache2.conf, commonapache2.conf, files in modules.d, /etc/conf.d/apache2, /etc/php/….). Could someone give me some guidance on getting this going? I have rebooted since thinking that could be the problem.

Thanks!

Tony

1 Reply

What "issues" are you having?

If PHP is mysteriously unavailable, check that you have the following line in /etc/conf.d/apache2````
APACHE2_OPTS="-D PHP4"

Or (if you want to use mod_ssl as well)````
APACHE2_OPTS="-D SSL -D PHP4"

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct