-------- Original-Nachricht --------
Datum: Sun, 19 Aug 2007 01:50:59 -0700 (PDT)
Von: Rakesh Agarwal <[EMAIL PROTECTED]>
An: users@httpd.apache.org
Betreff: [EMAIL PROTECTED] POST message handling

> Hi,
> 
> I am new to Apache so please excuse me for asking fundamental question. 
> I would like to know how is a http message processed by the httpd server.
> I have constructed  a POST message with the login details for logging in to
> a website, I would like to know what are the criteria apart from the
> "action" tag with which Apache determines the "PHP" script to be invoked. I 
> need
> some other criteria for invoking the PHP script because I want to hide the
> actual PHP script doing the processing. I require this to prevent the PHP
> source code from getting leaked
> 
> 

Generally PHP scripts wouldn't get leaked if you set it correctly.
If you really want to hide the reponse details,maybe writting a Apache module 
by yourself is better.Apache has full APIs to some language interface like C 
and Perl(mod_perl),you may check their documents.
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to