> I can confirm the same thing, Codestriker with mod_perl config doesn't > work, and produces these confusing errors. Even more, the errors are > not 100%, sometimes I can submit the topic if I click Refresh many, > many times. :) > > Everything started working just fine as soon as I switched to CGI config. > > I used Fedora Core 4 and Fedora Core 5.
This is really due to the black magic of mod_perl... Just curious - are you running with Apache 1 or 2? This might be partly due to the constraints apache 2 has when forking new processes. Since apache 2 is now I believe multi-threaded as well as multi-processed, launching external executables may not be supported 100%. I'll need to do more reading on this. I do know though that under apache1, since it is not multi-threaded, all works fine I believe with mod_perl. Cheers, David ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Codestriker-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/codestriker-user
