I am trying to setup my raq 550 to run a PHP/mySQL based site. I'm having trouble getting apache to recognize that I want the php files to be interpreted.
As it is now, when accessing a page, it just prompts me to download it. I understand why this is happening, I'm just unable to fix it. I'm new to the raq series, but I am comfortable in linux. I've spent a good bit of time researching and attempting to fix it. My admin server is running smoothly (at one point I b0rked something up and it didn't interpret PHP files either) but my user-space server's apache doesn't interpret them.
I've added the "AddType application/x-httpd-php4 .php" line to my httpdf.conf file, loaded up the module, and restarted the daemon, but with no luck.
I wouldn't mind re-installing apache, php and mysql if need be, but I'd like to see if anyone has any information that I may have missed. I'm running php 4.0.6 in my userspace server. Thanks in advance.