sirxamiel
08-23-2007, 12:24 PM
Ok.....I configured everything the way I was supposed to, but Im getting an internal server error when I try to access the auth_admin.cgi. The following is how I did everything.
I created a directory called"pro" in my cgi-bin directory.
Created directory for users.
Edited Authpro.
Now, on the editing of cgilib.cgi, I edited it for unix. This is how it looks:
use LWP::Simple;
$_os=0; # UNIX
#$_os=1; # NT
$sendmail="/usr/sbin/sendmail"; # UNIX
I uploaded all files in ascii mode, and set all cgi files to chmod 755
I tried to access the auth_admin via my address, and it gives me an internal 500 error.
I edited the top line path to perl on each script to the actual path to my server. That didnt help either.
Please help!!!!!
I created a directory called"pro" in my cgi-bin directory.
Created directory for users.
Edited Authpro.
Now, on the editing of cgilib.cgi, I edited it for unix. This is how it looks:
use LWP::Simple;
$_os=0; # UNIX
#$_os=1; # NT
$sendmail="/usr/sbin/sendmail"; # UNIX
I uploaded all files in ascii mode, and set all cgi files to chmod 755
I tried to access the auth_admin via my address, and it gives me an internal 500 error.
I edited the top line path to perl on each script to the actual path to my server. That didnt help either.
Please help!!!!!