hi, when my python cgi scripts executes (which executes fine) i get a 505 internal server error.
i tracked down the error to the following line:
"usersdb = anydbm.open("databases/users.dbm", 'r')"
which is where i try to open a file (database). the database does exist in that directory and has 777 permissions.
any help would be apreciated, thanks
sam
i tracked down the error to the following line:
"usersdb = anydbm.open("databases/users.dbm", 'r')"
which is where i try to open a file (database). the database does exist in that directory and has 777 permissions.
any help would be apreciated, thanks
sam