Bonjour Alex,
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.

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

////// my apache conf for Mason //////////
<LocationMatch "\.(cgi|html)$">
    Action html-mason /usr/lib/cgi-bin/openxpki.cgi
    AddHandler html-mason .html .cgi
</LocationMatch>

<LocationMatch "/usr/lib/cgi-bin/">
    RemoveHandler .html .cgi
</LocationMatch>

<FilesMatch "(autohandler|dhandler)$">
    Order allow,deny
    Allow from all # for tests
    #Deny from all
</FilesMatch>
/////////////////////////////////////////
What do you think about all above ?
Salutations
rlis

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


-- 
[EMAIL PROTECTED]
+33 687.77.65.73
ICQ UIN : 179675117
<><
system and network security advise
not another RFID company member
------------------------------------------------------------------
* Internet access sharing DSL/Cable/Others (base : GNU/Linux)
* Internet access protect by Firewall
* Virtual Private Network over Internet
* Remote administration via crypto channel (VPN)
------------------------------------------------------------------


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