[EMAIL PROTECTED] Upgrading Apache 2.0.59 from open mode to SSL mode under Redhat Linux

2008-01-03 Thread Ambarish Mitra
Hi all, I have a working version of apache 2.0.59 in open mode under Linux, and I want to move it to SSL mode. Apparently, it was not compiled with SSL support. When I do "apachectl -l", in the list of compiled in modules, mod_ssl.c does not come. My question is: For moving it from open mode to

[EMAIL PROTECTED] POST action missing in main server while using reverse proxy

2007-06-28 Thread Ambarish Mitra
ps2844:1880/cgi-bin Order deny,allow Allow from all >From the log file of the reverse proxy, I could see that the re-direction was happenning correctly. If anyone can push me into looking at the correct location, that would be great. Thanks, Ambarish Mitra. DISCLAIMER == This e-

[EMAIL PROTECTED] Input filter to read a HTML form data

2007-06-21 Thread Ambarish Mitra
Hi all, I am on Apache 2.0.59 and the following form is hosted on the apache server at htdocs. Users do a GET and get the form on the browser. The simple HTML form looks like the following. It has 3 fields where users enter data - data, phone and email. I want to write a HTTP (input?) filter whic