Hi James On 22.02.24 18:37, James B. Byrne via OpenXPKI-users wrote:
192.168.216.89 - - [22/Feb/2024:12:17:17 -0500] "GET /openxpki/cgi-bin/webui.fcgi?page=welcome&target=top&_=1708622237008 HTTP/1.1" 200 10717"https://192.168.216.89/openxpki/" "Mozilla/5.0 (X11; FreeBSD amd64; rv:122.0) Gecko/20100101 Firefox/122.0"
This line says that the result from the initial page call is a 200 but the site is quite to large IMHO - so I suspect that Martins statement is right and you are not executing the CGI script but seeing the source code. Please open the Firefox Developer Console (F12), go to the network tab and check what you get back from this call. It should be a JSON structure and not perl code.
If it is perl, check if you have the CGI stuff enabled for the directory, etc...
... and if you guys get this working, we would appreciate a pull request on the config repo with a working apache config or at least a README how to get things changed.
Oliver -- Protect your environment - close windows and adopt a penguin!
_______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
