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: Want to configure one or two modules for testing |
|
Author |
|
marjan
Joined: 31 Oct 2011 Posts: 1 Location: 121312er
|
Posted: Mon 31 Oct '11 14:10 Post subject: |
|
|
Am using Wamp 2.1 The installation was successful, but i want to configure one or two modules for apache and test whether these modules are working fine or not. So, I have configured(copied the fcgi.so file to modules folder of wamp and added the LoadModule line in the httpd.conf file of apache) fast cgi module for Apache and i can see the "fcgi_module" name in the apache modules list (Wamp->apache->apacheModules). I wanted to test if apache is using cgi of fastcgi after me configuring the fcgi module. How can i do this? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Mon 31 Oct '11 21:28 Post subject: |
|
|
I think you mean that you are running mod_fcgid ?
You using PHP ? To test just run the script:
<?php
phpinfo();
?>
In the line Server API should say CGI/FastCGI when it is running mod_fcgid.
Steffen |
|
Back to top |
|
|
|
|
|
|