PLLLLEEASEEE Help!!!!
I'm new to the Linux camp, using RH 6.1. I'me installing the dynamic version of PHP with apache. When I install the PHP modules, they don't show up by using the:
httpd -l command.
Compiledin-Modules
http_core.c
mod_so.c
suexec: disabled; invalid wrapper bin/suexec
I'm not sure if the "suexec" has anything to do with my problems, though I know this is an apache problem. Does this have anything to do with this?
When I try to load the .php test, the server send out the source code for the page. I have changed the httpd.conf file to point to the application and to the .php file type (AddType application/x-httpd-php .php), (LoadModule php4_module libexec/libphp4.so) . Still no positive results.
When I compiled the program I did it in the directory
/usr/local/src/ (Is this bad?)
In addition, I used this process to compile (based on the INSTALL readme file)
./configure --with-mysql --with-apxs
make
make install
Any ideas?