nothing-or-all behave of perl module

2001-07-10 Thread Surat Singh Bhati
all the task of TransHandler (sort of stack handler) Is is possible? Reagards, -Surat Singh Bhati

Error in PerlRun

2001-07-08 Thread Surat Singh Bhati
is not working on my system? thanks and regards, -Surat Singh Bhati http://www.indiamart.com

any trick to exclude some files in FilesMatche

2001-07-08 Thread Surat Singh Bhati
Hi, I want to configure the Apache for Apache::PerlRun as: FilesMatch \^fast_*\.pl$ SetHandler fastcgi-script Options +ExecCGI /FilesMatch FilesMatch (cgi|pl)$ SetHandler perl-script PerlHandler Apache::PerlRun PerlSendHeader On Options +ExecCGI /FilesMatch But all

mod_backhand and commom front-end access_log

2001-07-04 Thread Surat Singh Bhati
the mod_backhand to work as mod_proxy if it allow me to log all the request in front end server, to maintain a common access_log. If some one implemented the same, please reply. Thanks and regards, -Surat Singh Bhati

Can't locate object method module via package Apache

2001-06-21 Thread Surat Singh Bhati
I am getting the following error in my strartup.pl perl -cx startup.pl Can't locate object method module via package Apache at /usr/local/lib/perl5 /site_perl/5.6.0/Apache/DBI.pm line 202. Compilation failed in require at startup.pl line 11. Line 11 of startup.pl 11 use

ProxyPass based on file ext, not by path

2001-05-02 Thread Surat Singh Bhati
that a request like http://www.server.com/anypath/amy-sub-path/filename.mcgi should be serverd through the http://localhost:81/anypath/amy-sub-path/filename.mcgi using the proxy module. Is any trick to do it? Using any combination of mod_rewrite and proxyPass? Regards, -Surat singh Bhati

files having same ext, different handler based on partial name

2001-05-02 Thread Surat Singh Bhati
to find out that a given CGI is working under Apache::PerlRun or Apache::Registry. The $ENV{MOD_PERL} says that script is working under mod_perl, but it does not says it is working under Perlrun or Registry. TIA, -Surat Singh Bhati

enable normal SSI for output of mod_perl script

2001-03-16 Thread Surat Singh Bhati
for the SSI tags like !--#exec cgi="/abc.cgi"-- , process them, and serve the final output to the browser. Please suggest me how to configure Apache and mod_perl for it. Thanks and Regards, -Surat Singh Bhati

files with same ext, but different handler based on partial name

2001-02-25 Thread Surat Singh Bhati
? Regards, -Surat Singh Bhati

possible solution for exec cgi SSI in mod_perl

2001-02-25 Thread Surat Singh Bhati
al="modperlscript.pl"-- ? If above will run, will be run as a sub request.. ? Any other better solution to server the page included mod_perl scripts SSI in it, without running the subrequest/new process? Regards, -Surat Singh Bhati

Re: Help with configuration - Linux/Mandrake 7.2

2001-02-19 Thread Surat Singh Bhati
There is no error in line Files *.pl It is working for me, on (mod_perl/1.24, Apache/1.3.12 , RedHat7). Content of my perl.conf file are: Alias /perl/ /var/www/perl/ Location /perl SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI /Location Files *.pl