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
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-
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