I wan to understand the code of OpenCA .In the directory
: /usr/local/openra/OpenCA/lib/functions/initServer, you can find this
function(below).
But, I can't find out this module(OpenCA::Server) in the CPAN.

OpenCA::Server->run (
     user       => $AUTOCONF{"httpd_user"},
     group      => $AUTOCONF{"httpd_group"},
     proto      => "unix",
     port       => $AUTOCONF{"var_prefix"}."/tmp/openca_socket|unix",
     background => 1,
     pid_file   => $AUTOCONF{"var_prefix"}."/tmp/openca_socket.pid");

So,could you tell me where I can find this module(OpenCA::Server).
THX!

lampa
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to