On Tue, 8 Aug 2000, Johann Spies wrote: > My next problem is that I do not know how to configure apache to allow > me as user to execute .cgi-scripts from the server. > > When I try it I get the following error message: > > Forbidden > > You don't have permission to access /cgi-bin/sql-ledger/admin.cgi > on > this server.
Is "admin.cgi" executable for www-data (apache runs as www-data on debian ) ? Try a chmod 755 on your cgi script, perhaps this solve the problem. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

