Question
When I enter the view page, the following errors occur.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
acrux@postechPLEASENOSPAM.edu and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
I checked my error log file, this is stated
failed to resolve handler `Apache::Registry': Can't locate Apache/Registry.pm in
@INC
(
@INC
contains: E:/Server/Perl/lib E:/Server/Apache2.2/htdocs/erwin/twiki/bin E:/Server/Apache2.2/htdocs/erwin/twiki/lib E:/Server/Perl/site/lib . E:/Server/Apache2.2) at (eval 6) line 3.\n
When I insert the "SetHandler perl-script" to directory section for twiki/bin, above error occurs!!
while I replace it by "SetHandler cgi-script", no errors occur!
What is this problem?
Environment
--
JiHunRoh - 21 May 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
This is a problem with your Apache setup. Looks like you may be missing some perl modules. Check your Apache documentation for how to use
SetHandler correctly.
--
CrawfordCurrie - 22 May 2006