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: Cannot load modules/mod_fcgid.so
Author
worawut



Joined: 09 Jan 2017
Posts: 2
Location: Thailand , Bangkok

PostPosted: Mon 09 Jan '17 9:32    Post subject: Cannot load modules/mod_fcgid.so Reply with quote

1.
I Added in httpd.conf:
LoadModule fcgid modules/mod_fcgid.so

I opened cmd and type command to test in apache24\bin use this command


Cannot load modules/mod_fcgid.so into server: The specified module could not be found.

I have path following

D:\AppServ\Apache24\bin;
D:\AppServ\php5;
D:\AppServ\MySQL\bin;
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Mon 09 Jan '17 11:21    Post subject: Reply with quote

Try:

LoadModule fcgid_module modules/mod_fcgid.so
Back to top
worawut



Joined: 09 Jan 2017
Posts: 2
Location: Thailand , Bangkok

PostPosted: Tue 10 Jan '17 9:36    Post subject: I have tried it is not work Reply with quote

LoadModule fcgid_module modules/mod_fcgid.so
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Tue 10 Jan '17 11:03    Post subject: Reply with quote

Sure not mixing win32/64 ?
Back to top


Reply to topic   Topic: Cannot load modules/mod_fcgid.so View previous topic :: View next topic
Post new topic   Forum Index -> Apache