[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ 550 easy questions: CGI, e-mail files, home directories



"Joshua B. Lilly" wrote:
> 3) Here`s the big one...can`t get any CGIs to run, at all.  Here is the
> resultant error message through a browser:
> 
> "Internal Server Error
>  The server encountered an internal error or misconfiguration and was unable
> to complete your request. Your administrator may not have enabled CGI access
> for this directory."
> 

HOW TO FIX PAM MODULE SINCE RAQ550 UPDATE

1) Login as root
2) Use editor to edit httpd.conf file like
   "pico /etc/httpd/conf/httpd.conf"

The top line of httpd.conf has the following line since the update:
LoadModule pam_external_auth_module modules/mod_auth_pam_external.so

This line is also remarked out in the httpd.conf file.  You will need to
find it in the httpd.conf file and remove the # AND ALSO you will need
to remove the top line copy.

In pico, go to this line with your cursor and cut it out by pressing
Ctrl-K


IF FOR SOME reason you do not see the line in the file then Move down to
the ClearModuleList section and place it in the section so that it
looks:
ClearModuleList
AddModule mod_so.c
AddModule mod_perl.c
LoadModule pam_external_auth_module modules/mod_auth_pam_external.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so

Press Ctrl-x to exit and save the file.

3) Type the following on the command line:
/etc/init.d/httpd reload

And press enter.

You will get something like:
[root]# /etc/init.d/httpd reload
Reloading httpd: httpd ok
[root]#./etc/init.d/httpd restart

It should now be fixed

John - A Cobalt Raq550 Crash Test Dummy.  You can learn a lot from a
dummy! (Yes, the phrase is borrowed from the Department of
Transportation's safety belt awareness program).
-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
John D. Gorena, PC Services & Internet Marketing
http://www.JMG-Enterprises.com
Office: 972-315-5377
John.Gorena@xxxxxxxxxxxxxxxxxxx
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~