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: Apache 2.4.48 not loading modules
Author
PipoApache



Joined: 16 Jul 2021
Posts: 2
Location: Madrid, Spain

PostPosted: Fri 16 Jul '21 12:37    Post subject: Apache 2.4.48 not loading modules Reply with quote

Hi all.

I've downloaded Apache 2.4.48 in both versions: httpd-2.4.48-win64-VS16 and httpd-2.4.48-win64-VC15.

I've copied the confguration from the former "httpd.conf" into these new ones and tried to start.

Both of them say the same message:
Code:
httpd.exe: Syntax error on line 121 ...: conf/httpd.conf: Cannot load modules/mod_headers.so into server: No se encontr\xc3\xb3 el proceso especificado.


I've also downloaded and installed "vc_redist_x64" and restarted the computer, but still the same message.

I guess it's something related with the VC/VS libraries 'cause the modules (several) tha can not be loaded by Apache are different from other modules that Apache can load, for instance: "alias_module" or "env_module".

Looking (in a binary way) these "old" modules, and comparing with "mod_headers.so", the file structure is different. May be there is part of the problem.

Thanks.
Back to top
PipoApache



Joined: 16 Jul 2021
Posts: 2
Location: Madrid, Spain

PostPosted: Fri 16 Jul '21 17:59    Post subject: Reply with quote

Forget!

In Windows 10, and in PowerShell, I launched "C:\>httpd ..." and it was taking the "old" "httpd" from the path; so... 😂
Back to top


Reply to topic   Topic: Apache 2.4.48 not loading modules View previous topic :: View next topic
Post new topic   Forum Index -> Apache