Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Can not Load Modules/mode_action.so |
|
Author |
|
sunilpandya
Joined: 08 Sep 2016 Posts: 12 Location: India
|
Posted: Mon 03 Jul '23 14:18 Post subject: Can not Load Modules/mode_action.so |
|
|
I have downloaded Apache latest version
on checking httpd.exe via command prompt I received following Error
Cannot load modules/mod_actions.so into server: The specified module could not be found.
Request to provide solution |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 06 Jul '23 10:52 Post subject: |
|
|
Where did you download your apache?
If you just started using Apache without any configuration changes you can comment out the following with a # in the front.
Code: | LoadModule actions_module modules/mod_actions.so |
|
|
Back to top |
|
|
|
|
|
|