We're trying to install Pawtucket, but it's not working. We followed the official setup guide (https://manual.collectiveaccess.org/pawtucket/user/setup/index.html), but it doesn't function as expected.
Pawtucket is located inside the Providence directory at /var/www/domain.if.usp.br/pawtucket. Providence itself is working correctly when accessed via /var/www/domain.if.usp.br.
We're using version 2.0.5 for both Providence and Pawtucket. When we try to access Pawtucket, we get an HTTP ERROR 500.
Our system is running on Ubuntu Server, and below you'll find our Apache configuration files.
providence apache2 configuration file
<VirtualHost *:80>
ServerName domain.if.usp.br
ServerAlias www.domain.if.usp.br
DocumentRoot /var/www/domain.if.usp.br
<Directory /var/www/domain.if.usp.br>
Options +Indexes +FollowSymLinks
AllowOverride All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>