Description
This is not strictly a bug, though a showstopper for my setup.
I followed Server Configurations docs for Apache. Apache rejects to serve files from any other directory than /opt/papermerge and the media and static directories configured in the VirtualHost directive for the Papermerge virtual host. This is because the WSGI directives are global and cannot be local to the Papermerge virtual host inside the VirtualHost directive.
Expected
Instructions how to disable WSGI for the other virtual hosts or keep the Django configuration separated or any other configuration hint that does not require changing the Papermerge code myself (barring future updates).
Description This is not strictly a bug, though a showstopper for my setup.
I followed Server Configurations docs for Apache. Apache rejects to serve files from any other directory than
/opt/papermerge
and the media and static directories configured in theVirtualHost
directive for the Papermerge virtual host. This is because the WSGI directives are global and cannot be local to the Papermerge virtual host inside theVirtualHost
directive.Expected Instructions how to disable WSGI for the other virtual hosts or keep the Django configuration separated or any other configuration hint that does not require changing the Papermerge code myself (barring future updates).
Info: