Hi Kemin, I do not think that your taint problems are related to setgid. My experience with taint has taught me not to trust the error output. In this case, you are using ModPerl::Registry which means that your script could be the one which is supplying tainted data. Are you sure that you are untainting all input to your script? If you still can't find the problem, I suggest that you run the server in debugging mode[1].
HTH, William [1] http://perl.apache.org/docs/1.0/guide/debug.html#Interactive_mod_perl_Debugging -- Knowmad Services Inc. http://www.knowmad.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html
