In message <88583f53-89d2-40aa-b850-cc819c5e6...@gmail.com>, Ben RUBSON writes:
>Let's run the following example script in mod_perl :
>
># more test.pl
>open(my $fh, ">", "/tmp/test.log");
>print $fh "Your UID is " . $< . "\n";
>my @groups = split '\s', $(;
>print $fh "You belong to these groups: ";
>print $fh $_ . " " foreach(@groups);

How did you run the script?
I don't see the relevant section or directive from your
httpd.conf.

John
groenv...@acm.org

Reply via email to