• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP + Apache 2.0.39 + Redhat 7.3....

LordThing

Golden Member
Quick question. I am learning as I go along, so please bear with me.

I rpm -e Apache 1.3.blah off my system and recompiled Apache 2.0.39 on. I know that Redhat and Apache already had PHP installed on the system but after i looked at the httpd.conf file, there is no selections for php. I know, probably my fault for not compiling in the support when I did the install. Adding in the application class and pointing it to the so file does not fix php support.

So........Is there a quicker way of fixing PHP to work with the new Apache install than downloading and compiling php? I couldn't find the config file for PHP to do the config part....sorry if I sound like a total n00b here 🙂
 
Umm php and Apache 2.xx don't really work well together. Its buggy at this moment. Head to php.net and checkout installation guidelines.
 
Back
Top