in reply to Request returns "200 OK", reports internal server error. [solved]
I second the suggestion by perrin, that the "OK" may be source of the problems, I recall having a weird code where use Apache::Constants qw( OK REDIRECT etc. ); worked on one computer and thrown 500 on another, maybe you could try changing it to Apache::Constants::OK()
|
|---|