Hi, I have seen an error in the log file of Apache telling that Apache/RequestUtil.pm was not found.
I have seen that this module was called from CGI::Cookie and CGI::Cookie contains the following line (at line 32): require Apache::RequestUtil; Should I change this with: require Apache2::RequestUtil; ? If yes, I guess I might need this change in other modules also. Do you know if I find somewhere all the modules that need this change? Thank you. Teddy