• Apache won't run PHP module
    4 replies, posted
I am trying to get Apache to run a module so PHP will work, but when I edit the httpd.conf file to include: LoadModule php5_module "c:/php/php5apache2.dll" AddType application/x-httpd-php .php AddType application/x-httpd-php .php-source .phps And when I start the server, I get "The requested operation has failed!" message. What am I doing wrong?
What is your os?
[QUOTE=iownuall;21339877] LoadModule php5_module "c:/php/php5apache2.dll"[/QUOTE] [quote=maccabee;21341484]what is your os?[/quote] yet another fucking quality macfagbee post
[QUOTE=turb_;21343004]yet another fucking quality macfagbee post[/QUOTE] -snip-
Are you using Apache 2 or 2.2? With 2.2, you need to use the following instead: [code]LoadModule php5_module "c:/php/php5apache2_2.dll"[/code]
Sorry, you need to Log In to post a reply to this thread.