Am 08.07.2015 um 14:05 schrieb Dan Rosendorf:
The webui.fcgi is called with "/cgi-bin/webui.fcgi", can you please check if you can access the script and if it works. It should answer with a json encoded message "goto:login".After a couple issues with privileges (which I ended up solving by using sudo) the webui.fcgi (run from the command line) did answer with a json encoded message "goto:login". It feels to me as if possibly the apache is not executing the webui.fcgi as a perl script or something like that. Is that even possible?
Have you tried to call the script from the browser as suggested? The apache server has a default location for CGI Scripts which have special permissions inside apache. On Ubuntu this should be /usr/lib/cgi-bin/ - you need to put your script there and give it executable permissions. Besides you need mod_fcgi or at least mod_cgi (which will result in a very slow UI) enabled in your server.
Oliver -- Protect your environment - close windows and adopt a penguin!
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/
_______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
