| Author |  | 
| LeeGuin 
 
 
 Joined: 03 Jul 2025
 Posts: 5
 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: 75
 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: 5
 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: 9
 
 
 | 
|  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 |  | 
| LeeGuin 
 
 
 Joined: 03 Jul 2025
 Posts: 5
 Location: London, UK
 
 | 
|  Posted: Mon 07 Jul '25 9:58    Post subject: |   |  
| 
 |  
| Hi Axel.kam 
 I have done this -
 
 Define SRVROOT "f:/tpp/apache/apache2.4.63"
 ServerRoot "${SRVROOT}"
 Define ENABLE_TLS13 "Yes"
 
 Still not working unfortunately. I am getting the same error.
 |  | 
| Back to top |  | 
| Otomatic 
 
  
 Joined: 01 Sep 2011
 Posts: 287
 Location: Paris, France, EU
 
 | 
|  Posted: Mon 07 Jul '25 11:36    Post subject: |   |  
| 
 |  
| Hi, 
 Have you:
 PHPIniDir "${INSTALL_DIR}/bin/php/php8.4.10"
 before
 LoadModule php_module "${INSTALL_DIR}/bin/php/php8.4.10/php8apache2_4.dll"
 |  | 
| Back to top |  | 
| LeeGuin 
 
 
 Joined: 03 Jul 2025
 Posts: 5
 Location: London, UK
 
 | 
|  Posted: Mon 07 Jul '25 12:03    Post subject: |   |  
| 
 |  
| Hi Otomatic, 
 I tried this and again, still not finding it.
 
 It is strange.
 |  | 
| Back to top |  | 
| LeeGuin 
 
 
 Joined: 03 Jul 2025
 Posts: 5
 Location: London, UK
 
 | 
|  Posted: Mon 07 Jul '25 14:11    Post subject: |   |  
| 
 |  
| Hi have just amended something in the httpd.conf file and now the error code is showing - 
 httpd.exe: Syntax error on line 76 of F:/tpp/Apache/apache2.4.63/Apache24/conf/httpd.conf: Can't locate API module structure 'action_module' in file F:/tpp/Apache/apache2.4.63/Apache24/modules/mod_actions.so: No error.
 |  | 
| Back to top |  | 
| James Blond Moderator
 
  
 Joined: 19 Jan 2006
 Posts: 7442
 Location: EU, Germany, Next to Hamburg
 
 | 
|  Posted: Thu 10 Jul '25 11:50    Post subject: |   |  
| 
 |  
|  	  | LeeGuin wrote: |  	  | Hi have just amended something in the httpd.conf file and now the error code is showing - 
 httpd.exe: Syntax error on line 76 of F:/tpp/Apache/apache2.4.63/Apache24/conf/httpd.conf: Can't locate API module structure 'action_module' in file F:/tpp/Apache/apache2.4.63/Apache24/modules/mod_actions.so: No error.
 | 
 
 load the module
 
 
  	  | Code: |  	  | LoadModule actions_module modules/mod_actions.so
 
 | 
 |  | 
| Back to top |  |