On 6/4/07, Gustavo Schroeder <[EMAIL PROTECTED]> wrote:
PerlModule Authen::Simple::NIS
In general, it's better to load your modules from a separate file. Try making a startup.pl that looks like this: use Authen::Simple::NIS and then load it from httpd.conf like this: PerlRequire startup.pl That may show you some error messages that you missed before. - Perrin