PDA

View Full Version : Consider me an idiot.


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!!!!!

admin
08-23-2007, 02:31 PM
Hi,

1. You have to run setup.cgi before accessing admin panel.
Did you do that?

2. In authrun.cgi at 24 and 38 lines, update path.
to pro folder.

3. If that didn't work, please submit a helpdesk ticket with ftp info. I will check it.