The server encountered an internal error or misconfiguration
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@server.eukhost.com 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
If you are getting above error after installing perldesk then the installation is missing some perl modules. Just copy and paste following lines on the server to install missing perl modules.
perl -MCPAN -e ‘install MIME::Tools’
perl -MCPAN -e ‘install DBI’
perl -MCPAN -e ‘install DBI::MySQL’
perl -MCPAN -e ‘install Digest::MD5′
perl -MCPAN -e ‘install DBD::MySQL’
Other way Around is below :-
METHOD 2
Step A) Download the tar.gz file from search.cpan.org after locating the module
needed
Step B) Untar the file by typing ‘tar zxvf filename’
Step C) Run the installation, first ‘cd’ to the installation directory and run the following
steps:
perl Makefile.pl
make
make test
make install
The above would install the module in the root Perl lib directory, if you would like to
install it elsewhere or don’t have access to install it at root level simply specify the
directory by using the PREFIX option when running the makefile, example below:
perl Makefile.pl PREFIX=/home/perl/my_module
If modules are installed in a directory other than the root perl installation you will need
to tell PerlDesk where to look for the modules. To do this, open the files listed below
and insert the line:
use lib ‘/home/perl/my_modules’;
In the following files:
./pdesk.cgi
./admin.cgi
./kb.cgi
./staff.cgi
./include/email.cgi


















web hosting store said,
September 21, 2006 @ 10:16 am
Very interesting article. I like method 2- Download the tar.gz file from search.cpan.org after locating the module.
web hosting store said,
September 21, 2006 @ 10:16 am
keep up the nice aricles.
Edward said,
October 4, 2006 @ 3:47 pm
You may come across with such error when you access to ftp, or control panel as Perl by default may writes the actual errors to your web log. So its wise to check it first.