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: Update from 2.4.59 to 2.4.63 |
|
Author |
|
LeeGuin
Joined: 03 Jul 2025 Posts: 2 Location: London, UK
|
Posted: Fri 04 Jul '25 11:15 Post subject: Update from 2.4.59 to 2.4.63 |
|
|
Hi,
I am trying to update Apache 2.4.59 to Apache 2.4.63. I keep being met with the error -
httpd.exe: Syntax error on line 76 of F:/tpp/Apache/apache2.4.63/conf/httpd.conf: Cannot loan modules/mod_actions.so into server: The specified module could not be found.
When I look, it is in there under -
LoadModule actions_module modules/mod_actions.so
Any idea where I am going wrong?
Also is there any Guide For Dummies on how to install this new instance of Apache? |
|
Back to top |
|
mrdj1024
Joined: 03 Apr 2023 Posts: 60 Location: Bridgeton,NJ,USA
|
Posted: Fri 04 Jul '25 13:56 Post subject: |
|
|
hi!
in your httpd file check to make sure the module dont have a # next to it.
if there is one next to it,simply remove it and save it and restart your apache. |
|
Back to top |
|
LeeGuin
Joined: 03 Jul 2025 Posts: 2 Location: London, UK
|
Posted: Fri 04 Jul '25 15:05 Post subject: |
|
|
It shows that the first one has the hash next to it.
#LoadModule access_compat_module modules/mod_access_comat.so
LoadModule actions_module modules/mod_actions.so
So what it is looking for isn't hashed out. |
|
Back to top |
|
axel.kam

Joined: 11 Jul 2023 Posts: 8
|
Posted: Sat 05 Jul '25 0:40 Post subject: Re: Update from 2.4.59 to 2.4.63 |
|
|
LeeGuin wrote: | httpd.exe: Syntax error on line 76 of F:/tpp/Apache/apache2.4.63/conf/httpd.conf: Cannot loan modules/mod_actions.so into server: The specified module could not be found. |
Please find in your httpd.conf file and setup the ServerRoot directive like this:
ServerRoot "F:/tpp/Apache/apache2.4.63" |
|
Back to top |
|
|
|
|
|
|