Re: non-http request service by mod_perl or mod_cgi or else

2007-05-28 Thread Max Rodkin
Hi,Perrin yes, Perrin, it`s very good article, but one question: is described pre_connection handler implementation method suitable for my hosting? The phpinfo information: " Apache Version Apache/1.3.34 (Unix) mod_fastcgi/2.4.0 PHP/4.4.0 mod_deflate/1.0.21 rus/PL30.22 Loaded Module

Re: non-http request service by mod_perl or mod_cgi or else

2007-05-25 Thread Perrin Harkins
On 5/24/07, Max Rodkin <[EMAIL PROTECTED]> wrote: is ir possible to service non-http request , for example: "$355632000166323,1,1,040202,093633,E12129.2252,N2459.8891,00161,0.0100,147, 07*37!" Yes: http://perl.apache.org/docs/2.0/user/handlers/protocols.html - Perrin

non-http request service by mod_perl or mod_cgi or else

2007-05-25 Thread Max Rodkin
Hi all, i have a question. is ir possible to service non-http request , for example: "$355632000166323,1,1,040202,093633,E12129.2252,N2459.8891,00161,0.0100,147, 07*37!" This request not contain "GET /cgi-bin/main.cgi HTTP/1.1" headers, and can`t service by apache in usual way. In http://perl.apa