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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: The requested operation has failed! - Windows 8
Author
DouglasWolf



Joined: 05 Apr 2013
Posts: 3

PostPosted: Sat 06 Apr '13 20:15    Post subject: The requested operation has failed! - Windows 8 Reply with quote

Hello,
Im using Apache 2.4.4 win64 VC11 and php-5.4.13-Win32-VC9-x86.

I started a tutorial to configure Apache and PHP to edit an online store but in the tutorial they don't get the error i got.

If someone can help me to configure I would appreciate.

Microsoft Windows [versão 6.2.9200]
(c) 2012 Microsoft Corporation. Todos os direitos reservados.

C:\Apache24\bin>httpd -e debug

[Sat Apr 06 15:13:06.081105 2013] [so:debug] [pid 4728:tid 268] mod_so.c(266): A
H01575: loaded module setenvif_module from C:/Apache24/modules/mod_setenvif.so
httpd: Syntax error on line 172 of C:/Apache24/conf/httpd.conf: Cannot load c:/p
hp/php5apache2_4.dll into server: %1 n\xe3o \xe9 um aplicativo Win32 v\xe1lido.
Back to top
CamaroSS



Joined: 24 Jan 2013
Posts: 78
Location: RF, Tver

PostPosted: Sat 06 Apr '13 22:23    Post subject: Reply with quote

Obviously you're trying to use 32-bit PHP as a module for 64-bit Apache, and that is not possible.
You must either use 64-bit PHP or use FastCGI module + 32-bit PHP (recommended).
Back to top
DouglasWolf



Joined: 05 Apr 2013
Posts: 3

PostPosted: Sun 07 Apr '13 0:12    Post subject: Reply with quote

Ok well i downloaded a new version of php and installed Apache again, php-5.4.12-win32-vc9-win64.

First i need to config the apache after i will config php.

New installation debug:

Microsoft Windows [versão 6.2.9200]
(c) 2012 Microsoft Corporation. Todos os direitos reservados.

C:\Apache24\bin>httpd -e debug
..
..
(OS 10048)Normalmente Ú permitida apenas uma utilizaþÒo de cada endereþo de soqu
ete (protocolo/endereþo de rede/porta). : AH00072: make_sock: could not bind to
address 0.0.0.0:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs

Thank you for the replies.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Wed 10 Apr '13 10:21    Post subject: Reply with quote

Firewall or another programm is listening on port 80. Or you are not an Admin (run as...)
Back to top
DouglasWolf



Joined: 05 Apr 2013
Posts: 3

PostPosted: Wed 10 Apr '13 23:25    Post subject: Reply with quote

Yes, the conflict was the monitor without admin.
Back to top


Reply to topic   Topic: The requested operation has failed! - Windows 8 View previous topic :: View next topic
Post new topic   Forum Index -> Apache