Hi all,
i need to convert request:
"$355632000166323,1,1,040202,093633,E12129.2252,N2459.8891,00161,0.0100,147,
07*37!"
into:
"GET
/main.php?str=$355632000166323,1,1,040202,093633,E12129.2252,N2459.8891,00161,0.0100,147,
07*37! HTTP/1.1
Host: localhost"
as i understood, it`s possible in several ways:
1.RequestHeader Directive , apache2 only.
2.Multiprotocol Support
http://perl.apache.org/docs/2.0/user/handlers/protocols.html , apache2 only
3.Apache Module mod_headers , apache2 only
i know it in theory only, and have no enought skills in apache
administration/perl coding.
Please, show me best practice way to solve my question.
The my hosting 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 Modules mod_fastcgi, mod_php4, mod_deflate, mod_auth,
mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_cgi,
mod_dir, mod_autoindex, mod_include, mod_info, mod_status, mod_negotiation,
mod_mime, mod_log_referer, mod_log_agent, mod_log_config, mod_env,
mod_charset, http_core
"
Respect, Max Rodkin