Hi,
> I have discovered that my literal reading of README.md and the Quickstart
> guide
> led me to copy the /usr/local/share/examples/openxpki/htdocs/ directory to
> /var/local/www/openxpki/ whereas it appears that I instead should have copied
> the contents thereof. This I have now done and I get a different error.
>
> I now see the openxpki logo on a grey page with the following error message
> box:
>
> Application Error
>
> [
> "There was an error while processing the data received from the server: ",
> {}
> ]
>
> This probably means that I have misconfigured, or failed to configure
> something
> else.
>
> Any clues as to what that may be?
Is mod_fcgid enabled in Apache? Check if the fcgi scripts are actually
executed, if mod_fcgid is not enabled you will see the raw output of the CGI
script in the development console or your browser.
Check the web server error log file for hints.
If fcgi is enabled, check the web server log files, typically at
/var/log/openxpki/webui.log, you should see log messages there.
If none are to be seen,
touch /var/log/openxpki/webui.log
chown WEBSERVER-RUNTIME-USER /var/log/openxpki/webui.log
chmod 600 /var/log/openxpki/webui.log
And retry.
While you are at it, also create scep.log, rpc.log, est.log with the same
owner/permissions there.
HTH
Martin
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users