I have installed Trac and it reports the following error when I'm trying to access its page:
Internal Server Error
TracError: IOError: (13, 'Permission denied')
Any suggestions what needs to be checked?
|
I have installed Trac and it reports the following error when I'm trying to access its page:
Any suggestions what needs to be checked?
| |||||||||
feedback
|
|
Enable debug in trac.ini. Restart apache (usually is ran behind apache) and check for errors in trac.log I guess you have to change the owner to apache's user for all files and dirs of your trac instance. HTH | |||||
|
feedback
|