error 20014 with mod_proxy
- by punkish
I have strange situation. I need to call a program in cgi-bin from within a perl script. When I try to do that with exec($program), I get
(20014)Internal error: proxy: error reading status line from remote server
proxy: Error reading from remote server returned by ...
The long story... I am calling mapserv (http://mapserver.org) as a cgi…