1 OpenXPKI-Client-HTML-Mason version 0.0.1
3 This module implements a HTML (Web) interface to a locally running
4 OpenXPKI daemon process via the Default service.
8 To install this module, run the following commands:
16 Alternatively, to install with Module::Build, you can use the following commands:
24 Web server configuration
30 At minimum requires a web server that is capable of running CGI scripts.
31 Apache with mod_perl is the recommended configuration.
33 This module requires a full installation of the OpenXPKI core modules,
34 the OpenXPKI::Client class and a properly configured and running OpenXPKI
35 daemon to communicate with.
41 Apache error: Can't locate object method "new" via package "Apache::Request"...
43 Locate the shared lib libapreq.so and make sure the Apache runtime can
44 properly acces this library.
53 Copyright (C) 2006, Martin Bartosch
55 This library is free software; you can redistribute it and/or modify
56 it under the same terms as Perl itself.