| 
 
 
 | 
| 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: ///LoadModule takes two arguments, a module name and the nam |  |  
| Author |  |  
| eyalmy 
 
 
 Joined: 30 Sep 2011
 Posts: 2
 
 
 | 
|  Posted: Fri 30 Sep '11 21:25    Post subject: ///LoadModule takes two arguments, a module name and the nam |   |  
| 
 |  
| restart apache but still I received message stated: "Syntax error on line 60 of C:/Apache2/conf/httpd.con
 
 LoadModule takes two arguments, a module name and the name of a shared object fi
 le to load it from
 Note the errors or messages above, and press the <ESC> key to exit. 26... "
 
 
 
 line 60 looks...:
 LoadModule php5_module "c:/php/php5apache2_2.dll" actions_module modules/mod_actions.so
 
 what should i do...
 
 tnx a lot
 |  |  
| Back to top |  |  
| glsmith Moderator
 
  
 Joined: 16 Oct 2007
 Posts: 2268
 Location: Sun Diego, USA
 
 | 
|  Posted: Sat 01 Oct '11 1:03    Post subject: |   |  
| 
 |  
| LoadModule php5_module "c:/php/php5apache2_2.dll" LoadModule actions_module modules/mod_actions.so
 
 one module per LoadModule line
 |  |  
| Back to top |  |  
| eyalmy 
 
 
 Joined: 30 Sep 2011
 Posts: 2
 
 
 | 
|  Posted: Sat 01 Oct '11 10:05    Post subject: |   |  
| 
 |  
| I change it now according your new data 
 and now the err msg :
 apache is running threaded MPM, but ypur php module is not compiled  to be threadsafe. you need to recompile php.
 pre-configuration failed.
 |  |  
| Back to top |  |  
| glsmith Moderator
 
  
 Joined: 16 Oct 2007
 Posts: 2268
 Location: Sun Diego, USA
 
 | 
|  Posted: Sat 01 Oct '11 10:09    Post subject: |   |  
| 
 |  
| ok .. you should use a thread safe version of PHP ... like 
 5.3.8 VC9 x86 Thread Safe if you downloaded Apache from here
 
 or
 
 5.2.17 VC6 x86 Thread Safe if you downloaded Apache from apache.org
 |  |  
| Back to top |  |  
 
 | 
 |  | 
 |  |