permissions accessing course | topic started 7/1/2004; 11:17:09 AM last post 7/1/2004; 3:06:55 PM |
|
Sam Hathaway - Re: permissions accessing course 7/1/2004; 3:06:55 PM (reads: 1100, responses: 0) |
This
could either be an apache configuration problem or a file permissions
problem. Check the Apache error log for more information. Make sure that the login.pl script is readable and executable by the web server. It is safe for this and the other perl scripts to be world-readable and -executable. Make sure that Apache is configured to give access to the directory containing login.pl. There should probably be lines in the <Directory> section like: "Allow from all". |