logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: PHP “The Requested Operation has failed”
Author
arckaione



Joined: 11 Dec 2013
Posts: 1
Location: South Africa, Johannesburg

PostPosted: Wed 11 Dec '13 16:35    Post subject: PHP “The Requested Operation has failed” Reply with quote

PHP: php-5.3.27-nts-Win32-VC9-x86
APACHE HTTP SERVER: httpd-2.4.7-win64-VC11

I am trying to configure Apache HTTP Server with PHP
but when I uncomment the line below in the httpd.conf an I start the server I get the Error "The Requested Operation has Failed" but when I comment it and start the server I don't get an error. What could be the cause of this error message as it seams to be preventing the Apache Server from starting with PHP enabled. It's a fresh install of Apache HTTP Server which I am trying to get working with PHP.

This works

#LoadModule php5_module "c:/PHP/php5apache2_4.dll"

This gives the error

LoadModule php5_module "c:/PHP/php5apache2_4.dll"

Rest of the configuration that I changed.

DocumentRoot "C:/WEB"

<Directory />
#Options FollowSymLinks
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order deny,allow
Allow from all
</Directory>

#AddType application/x-httpd-php .php
AddHandler application/x-httpd-php .php

# configure the path to php.ini
#PHPIniDir "C:/PHP"
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 11 Dec '13 19:44    Post subject: Re: PHP “The Requested Operation has failed” Reply with quote

arckaione wrote:
PHP: php-5.3.27-nts-Win32-VC9-x86


The nts = not thread safe so it doesn't come with the
php5apache2_4.dll.

Try the Thread Safe download.
Back to top


Reply to topic   Topic: PHP “The Requested Operation has failed” View previous topic :: View next topic
Post new topic   Forum Index -> Other Software