re[2]: Debugging remotely with Apache2, FastCGI and Perl

Shane De Jager <sdejager-mfvoBoRt3PW8qtKVGud/[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Organization Intergage Limited
Message-ID <QkRDVEYwSSM2OVo+U1YjMjk2ODQ3MDQ@fierce-tiger>
Hi Sam,I'm
 not sure quite what you mean. I very new at using FastCGI could you explain in a little more detail. Here is the configuration I have.

My httpd.conf

LoadModule fastcgi_module modules/mod_fastcgi.dll

Addhandler fastcgi-script .pl

<VirtualHost *:80>
    ServerName localhost
    ServerAlias fierce-tiger
    DocumentRoot "P:\Intergage\public_html"
    
    <Directory "P:\Intergage\public_html">
        Options Indexes FollowSymLinks ExecCGI
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
    
    ScriptAlias /cgi-bin/ "P:/Intergage/cgi-bin/"
    
    <Directory "P:/Intergage/cgi-bin/">
        Options +ExecCGI
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
    
    ErrorDocument 404 /cgi-bin/c2404.pl
    DirectoryIndex /cgi-bin/c2404.pl
</VirtualHost>

Now how would I convert this to a FastCGIExternalServer? As you can see all I have done is change the handler for .pl scripts to FastCGI instead of CGI and I've modified the scripts to have a request loop. So for each script it will create a dynamic server. So do I have to make a external server for each script?

-- 
Shane De Jager
Technical Developer

INTERGAGE
High-performance, updateable Web sites

Switchboard   +44(0)845 456 1022
==
www.intergage.co.uk
sdejager-mfvoBoRt3PW8qtKVGud/[email protected]

Are you aware of our referral scheme? Learn how you could profit personally from passing us leads.

Click here to pass a referral: www.intergage.co.uk/referrals

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.