Forum archive 2000-2006

Kevin Leonard - permissions accessing course

Kevin Leonard - permissions accessing course

by Arnold Pizer -
Number of replies: 0
inactiveTopicpermissions accessing course topic started 7/1/2004; 11:17:09 AM
last post 7/1/2004; 3:06:55 PM
userKevin Leonard - permissions accessing course  blueArrow
7/1/2004; 11:17:09 AM (reads: 807, responses: 1)
I just created the democourse in ww 1.9. I can pull the course up in my browser, but when I try to login, I get the following error:

Forbidden You don't have permission to access /cgi-bin/webwork/system/login.pl on this server.

<| Post or View Comments |>


userSam Hathaway - Re: permissions accessing course  blueArrow
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".

<| Post or View Comments |>