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: Cannot load modules/mod_fcgid.so |
|
Author |
|
worawut
Joined: 09 Jan 2017 Posts: 2 Location: Thailand , Bangkok
|
Posted: Mon 09 Jan '17 9:32 Post subject: Cannot load modules/mod_fcgid.so |
|
|
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: 692
|
Posted: Mon 09 Jan '17 11:21 Post subject: |
|
|
Try:
LoadModule fcgid_module modules/mod_fcgid.so |
|
Back to top |
|
worawut
Joined: 09 Jan 2017 Posts: 2 Location: Thailand , Bangkok
|
Posted: Tue 10 Jan '17 9:36 Post subject: I have tried it is not work |
|
|
LoadModule fcgid_module modules/mod_fcgid.so |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Tue 10 Jan '17 11:03 Post subject: |
|
|
Sure not mixing win32/64 ? |
|
Back to top |
|
|
|
|
|
|