in reply to Embedding "user" CGI output into a mod_perl response
There is no difficulty if you know the Apache API. Just ensure sure that all incoming and outgoing headers are copied, especially the HTTP headers that may appear twice, like Cookie -- you cannot use functions like $r->headers_in that return hash structures, thus suppressing the second Cookie header.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Embedding "user" CGI output into a mod_perl response
by bmcatt (Friar) on May 10, 2006 at 01:38 UTC |