Hi members.
I installed OpenCA-0.9.2.5 successfull with FC4 by show:
It installed in some where as:
/home/httpd/cgi-bin/cgi-ca/ca
/usr/local/openca/
And I added alias "openca" into httpd.conf as below:
Alias /openca/ "/home/httpd/htdocs/htpdocs-ca/"
<Directory>
........
some lines
........
</Directory>
Alias /cgi-bin/ca/ "/home/httpd/cgi-bin/cgi-ca/"
<Directory>
........
some lines
........
</Directory>
[EMAIL PROTECTED] etc]# ./openca_rc start
Starting OpenCA ... OK
But when I access Openca from IE:
http://192.168.0.1/openca/
it show quickly "Enter CA" then go to page:
http://192.168.0.1/cgi-bin/ca/ca?cmd=getStaticPage&name=index with content
of page is source of ca file in /home/httpd/cgi-bin/cgi-ca/ folder:
#!/usr/bin/perl
## Certification Authority (HTML Interface)
## (c) 1999-2003 by Massimiliano Pala and OpenCA Group
## All Rights Reserved
use lib '/usr/local/openca/modules/perl5';
use strict;
no warnings;
use OpenCA::Configuration;
our (%AUTOCONF, $config, $common_libs);
%AUTOCONF = ();
$AUTOCONF {"lib_prefix"} = "/usr/local/openca/OpenCA/lib";
$AUTOCONF {"etc_prefix"} = "/usr/local/openca/OpenCA/etc";
$AUTOCONF {"var_prefix"} = "/usr/local/openca/OpenCA/var";
$AUTOCONF {"config_prefix"} = "ca";
$AUTOCONF {"VERSION"} = "0.9.2";
$AUTOCONF {"PROGRAM"} = "CA Manager";
.........................................................................
........................................................................
I can't to solve the problems.
Can everyone help me.?
--
View this message in context:
http://www.nabble.com/Please-help-me-when-openCA-started-tf1990713.html#a5463037
Sent from the openca-users forum at Nabble.com.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users