Hi,

We have installed modperl-enabled ssl-enabled  apache server.

And we are able to start the https server successfully.( by running    ./httpsdctl start ).
.
But, when we are sending a https request to the server, it is displaying as "Internal Server Error" on Browser.

As we observed the apache error log file ,
It has given the following error
[Error] "Undefined subroutine &HTML::Mason::ApacheHandler::handler called"

Our httpsd.conf file consists of the following

PerlSetVar MasonCompRoot /usr/local/apache/htdocs
PerlSetVar MasonDataDir /usr/local/apache/mason
PerlModule HTML::Mason::ApacheHandler

<FilesMatch "*.html">
    SetHandler perl-script
    PerlHandler  HTML::Mason::ApacheHandler
</FilesMatch>

We are unable to guess the error.
Could you please mail me the solution.

Regards,
Rajesh

Reply via email to