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: ///LoadModule takes two arguments, a module name and the nam
Author
eyalmy



Joined: 30 Sep 2011
Posts: 2

PostPosted: Fri 30 Sep '11 21:25    Post subject: ///LoadModule takes two arguments, a module name and the nam Reply with quote

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

PostPosted: Sat 01 Oct '11 1:03    Post subject: Reply with quote

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

PostPosted: Sat 01 Oct '11 10:05    Post subject: Reply with quote

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

PostPosted: Sat 01 Oct '11 10:09    Post subject: Reply with quote

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


Reply to topic   Topic: ///LoadModule takes two arguments, a module name and the nam View previous topic :: View next topic
Post new topic   Forum Index -> Apache