Hi Robert,

On Mon, Feb 05, 2007 at 05:24:52PM +0100, Robert LISIAK wrote:
>  my $h = HTML::Mason::CGIHandler->new(
>     comp_root => "$ENV{DOCUMENT_ROOT}/openxpki",
>     data_dir => "$ENV{DOCUMENT_ROOT}/../mason-data",
>     allow_globals => [ qw( $context %session_cache ) ],
>      );
> $h->handle_request();

Sounds like you want to be able to reach your OpenXPKI instance
at http://your_web/openxpki/? If so, please uncomment the following
line in openxpki.cgi:

$ENV{PATH_INFO} =~ s{\A /openxpki}{}xms;

Regards,
    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

Reply via email to