Hi Robert, On Tue, Feb 06, 2007 at 11:02:19AM +0100, Robert LISIAK wrote: > OK! I have uncoment the line and have now this error in my browser > I18N_OPENXPKI_CLIENT_INIT_CONNECTION_FAILED; __SOCKETFILE__ => > > the server (opXpki) is up and running, there are no errors in the logs > neither apache nor opXpki. Did you set the OPENXPKI_SOCKET_FILE in your Apache config (see the example config file for an example) If yes, is the socket file read and writable by your Apache user (putting both the daemon and the apache user in the same group seems a good solution for that)?
> About LocationMatch please find below what I use in my apache conf, I > picked up the sample from > http://cpan.uwinnipeg.ca/htdocs/HTML-Mason/HTML/Mason/CGIHandler.pm.html Please have a look at the eg/openxpki-mason-cgi.conf file for an example > > ////// my apache conf for Mason ////////// > <LocationMatch "\.(cgi|html)$"> > Action html-mason /usr/lib/cgi-bin/openxpki.cgi I believe this path should be relative to your server, at least I have it set to /cgi-bin/openxpki.cgi. Also, the LocationMatch should not include the .cgi ending. Just use the example config file and you should be fine. Good luck, Alex -- Dipl.-Math. Alexander Klink | IT-Security Engineer [EMAIL PROTECTED] | working @ urn:oid:1.3.6.1.4.1.11417 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
