Hi Oli, The module fastcgi is installed, enabled and also loaded: From /var/log/apache/error.log AH00489: Apache/2.4.10 (Debian) mod_fastcgi/mod_fastcgi-SNAP-0910052141 configured -- resuming normal operations
But I found another problem: (A couple of lines later on) [core:info] [pid 2424:tid 140667334412032] [client 192.168.56.1:38910] AH00128: File does not exist: /var/www/cgi-bin/webui.fcgi, referer: http://192.168.56.219/openxpki/ For some reason apache expects the fcgi script in /var/www/cgi-bin/ Basically I did a symlink ln -s /usr/lib/cgi-bin/webui.fcgi /var/www/cgi-bin/ and configured this directory to be allowed to run cgi scripts in apache (/etc/apache2/conf-enabled/openxpki.conf) analog to /usr/lib/cgi-bin Now I can see the login-form, but it stuck again afterwards ... Another point: in apache coonfig: /etc/apache2/sites-enabled/000-default.conf the directive DocumentRoot was not correct. It sould be: DocumentRoot /var/www In the end I switched to wheezy. Seems to run fine. Marian On 11/09/15 11:40, Oliver Welter wrote: > Hi Marian, > > might it be the case that you forgot to activate the fastcgi module? > I saw the same error here due to it not working. > > Oliver > > Am 09.11.2015 um 08:04 schrieb Oliver Welter: >> Hi Marian, >> >> the jessie package has some issues with the apache config as debian has >> changed some details on the config. I will release a new package likely >> today or tomorrow. You can try: >> >> * remove the "openxpki-scep.conf" file (should be in >> /etc/apache/conf-enabled) >> * Put this file >> https://github.com/openxpki/openxpki/blob/develop/config/apache/openxpki.conf >> >> here instead >> * Restart apache >> >> Oli >> >> Am 08.11.2015 um 23:54 schrieb Marian Thieme: >>> Hi Oliver, >>> >>> I used tje jessie repository: >>> root@ca-server:/home/mth# cat /etc/apt/sources.list.d/openxpki.list >>> deb http://packages.openxpki.org/debian/ jessie release >>> >>> The following was installed then: >>> root@ca-server:/home/mth# dpkg-query -l |grep openx >>> ii libopenxpki-perl 1.0.0-1 amd64 OpenXPKI Perl core modules >>> ii openxpki-i18n 1.0.0-1 amd64 Translations for OpenXPKI >>> >>> Logfile /var/openxpki/webui.log is entirely empty. >>> >>> Marian >>> >>> On 11/08/15 23:35, Oliver Welter wrote: >>>> Hi Marian, >>>> >>>> Am 08.11.2015 um 22:54 schrieb Marian Thieme: >>>> >>>>> I followed the Quickstart Guide until the step using the WebUI: >>>>> http://openxpki.readthedocs.org/en/stable/quickstart.html#adding-the-webclient >>>>> >>>>> >>>>> >>>>> >>>>> When visiting the website: >>>>> http://localhost/openxpki >>>>> >>>>> the following webresource is loaded: >>>>> http://localhost/openxpki/#/openxpki/welcome >>>> >>>> That is very strange, you should be redirected here AFTER login... >>>> >>>>> Unfortunately, I only get an empty page with the OpenXPKI Logo and the >>>>> writing "Open Source Trustcenter". But no authentication form is >>>>> available, as I would expect after reading the guide. >>>>> >>>>> My System is debian 8.2.0 amd64 running as a VirtualBox VM. The only >>>>> suspicious thing I found in the logs: (/var/openxpki/connector.log) >>>> >>>> Did you use the 0.37 packages from the "wheezy" branch or the 1.0 in >>>> the >>>> jessie branch (those have some issues).. >>>> >>>> Can you please check the /var/openxpki/webui.log. >>>> >>>> Oliver >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> OpenXPKI-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/openxpki-users >>>> >>> >>> ------------------------------------------------------------------------------ >>> >>> >>> _______________________________________________ >>> OpenXPKI-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/openxpki-users >>> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Presto, an open source distributed SQL query engine for big data, >> initially >> developed by Facebook, enables you to easily query your data on Hadoop >> in a >> more interactive manner. Teradata is also now providing full enterprise >> support for Presto. Download a free open source copy now. >> http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 >> >> >> >> _______________________________________________ >> OpenXPKI-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/openxpki-users >> > > > > > ------------------------------------------------------------------------------ > Presto, an open source distributed SQL query engine for big data, initially > developed by Facebook, enables you to easily query your data on Hadoop in a > more interactive manner. Teradata is also now providing full enterprise > support for Presto. Download a free open source copy now. > http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 > > > > _______________________________________________ > OpenXPKI-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openxpki-users > ------------------------------------------------------------------------------ Presto, an open source distributed SQL query engine for big data, initially developed by Facebook, enables you to easily query your data on Hadoop in a more interactive manner. Teradata is also now providing full enterprise support for Presto. Download a free open source copy now. http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
