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 -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Want to configure one or two modules for testing
Author
marjan



Joined: 31 Oct 2011
Posts: 1
Location: 121312er

PostPosted: Mon 31 Oct '11 14:10    Post subject: Reply with quote

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: 3057
Location: Hilversum, NL, EU

PostPosted: Mon 31 Oct '11 21:28    Post subject: Reply with quote

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


Reply to topic   Topic: Want to configure one or two modules for testing View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules