You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Yury Faktorovich <yf...@nusphere.com> on 2001/02/16 20:48:13 UTC

Post doesn't work with Apache+mod_ssl

Hi! I have a problem running mod_ssl enabled Apache in insecure mode -
meaning that I start Apache with "apachectl start" instead of "apachectl
startssl". When I do that, my cgi script doesn't get any parameters from
"Post", looks like stdin is empty. Could you suggest anything to fix it?
When I run startssl ( which means -DSSL is passed) everything works just
fine on both secure (443) and insecure (8080) ports.
My apache is 1.13.17
openssl-0.9.6
modssl-2.8.0

I am running on Linux RH 6.2
Thank you very much.