Hi,
Whilst trying to install the latest version of partkeepr, I am getting an error of 'webserver misconfiguration' during the setup wizard.
I am installing on Ubuntu and have deployed packages for apache2, php and mysql.
As far as I can tell I have configured Apache correctly, enabled mod_rewrite, and included all the apache config highlighted on the wiki page.
Sample of my config is below
<VirtualHost *:80>
ServerName
partkeepr.leedsth.nhs.uk DocumentRoot /var/www/partkeepr/web/
AcceptPathInfo on
ErrorDocument 403 "<h1>Demo Site update in progress. Check back in a few minutes.</h1>"
<Directory /var/www/partkeepr/web/>
Require all granted
AllowOverride All
</Directory>
## Logging
ErrorLog ${APACHE_LOG_DIR}/partkeepr_error.log
CustomLog ${APACHE_LOG_DIR}/partkeepr_access.log combined
ServerSignature Off
</VirtualHost>
When 'Testing webserver settings' it just gives the general 'webserver misconfiguration' error without any specifics, and I've already followed everything in the wiki.
I've tested that .htaccess is being parsed. I've used phpinfo() to check that the mod_rewrite module is being loaded.
Any other tips or did anyone else have this problem?
Thanks,
Shams