OK..i'm having a little trouble..I've installed Apache 2.2 and PHP 5.14 onto 'G:' my server drive. When I installed Apache, It works..but when I do php i either get a 403 error or a failed start. I'll start simple.
I added the media types per all the faq's I've seen, all my directory's point to the right place. I don't know where (what line) to put the "PHPIniDir "G:/php"
But my main problem is the loadmodule..I get a syntax error from it not being able to "find" the php5module.
#LoadModule ssl_module modules/mod_ssl.so
LoadModule php5_module "G:/php/php5apache2.dll"
'Main' server configuration
But the .dll is on that folder
I know I'm doing something wrong..and stupid..but any help would be appreciated.