Hello, 

I installed OpenCA  RPMS(0.9.1) in SuSE 9.1, but doesn't work well.
(Of cource, I know that i should install latest version. but i wanted to try
this time.)

I got RPMS from FTP server.
--------------------------------------------------------------------
|-- OpenCA-CA-0.9.1-1.i386.rpm
|-- OpenCA-CA-Node-0.9.1-1.i386.rpm
|-- OpenCA-LDAP-0.9.1-1.i386.rpm
|-- OpenCA-OCSPD-0.3.51-2.i386.rpm
|-- OpenCA-Public-0.9.1-1.i386.rpm
|-- OpenCA-RA-0.9.1-1.i386.rpm
|-- OpenCA-RA-Node-0.9.1-1.i386.rpm
|-- OpenCA-SV-0.9.93-1.i386.rpm
|-- OpenCA-common-0.9.1-2.i386.rpm
|-- perl-OpenCA-CRL-0.9.15-0.i386.rpm
|-- perl-OpenCA-Configuration-1.5.3-0.i386.rpm
|-- perl-OpenCA-DB-2.0.5-0.i386.rpm
|-- perl-OpenCA-DBI-0.9.82-0.i386.rpm
|-- perl-OpenCA-OpenSSL-0.9.83-0.i386.rpm
|-- perl-OpenCA-PKCS7-0.9.12-0.i386.rpm
|-- perl-OpenCA-REQ-0.9.47-0.i386.rpm
|-- perl-OpenCA-TRIStateCGI-1.5.5-0.i386.rpm
|-- perl-OpenCA-Tools-0.4.3-0.i386.rpm
`-- perl-OpenCA-X509-0.9.38-0.i386.rpm
--------------------------------------------------------------------

and install these packages like this.
--------------------------------------------------------------------
# rpm -Uvh  *.i386.rpm
--------------------------------------------------------------------
dependencies problem is nothing. :)

and set up a Apache2 server using YaST2.
(and then, i edited it myself)
Apache configuration : 
  http document root :  /usr/local/httpd/htdocs
  cgi-root :                    /usr/local/httpd/cgi-bin
  configuration file :  /etc/apache2/openca-server.conf   (it's included in 
httpd.conf. I changed)

- configuration file contents is following: ( reffered for openca.info's howto )
      4 DocumentRoot /usr/local/httpd/htdocs/
      5 <Directory "/usr/local/httpd/htdocs/">
      6     Options FollowSymLinks Indexes
      7     AllowOverride None
      8     Order allow,deny
      9     Allow from all
     10 </Directory>
     11
     15 Alias /ca                       "/usr/local/httpd/htdocs/ca/"
     16 Alias /ca-node                  "/usr/local/httpd/htdocs/ca-node/"
     17 Alias /ra                       "/usr/local/httpd/htdocs/ra/"
     18 Alias /pub                      "/usr/local/httpd/htdocs/pub/"
     19 Alias /ra-node                  "/usr/local/httpd/htdocs/ra-node"
     20 ScriptAlias /cgi-bin/ca/        "/usr/local/httpd/cgi-bin/ca/"
     21 ScriptAlias /cgi-bin/ca-node/   "/usr/local/httpd/cgi-bin/ca-node"
     22 ScriptAlias /cgi-bin/ra/        "/usr/local/httpd/cgi-bin/ra/"
     23 ScriptAlias /cgi-bin/pub/       "/usr/local/httpd/cgi-bin/pub/"
     24 ScriptAlias /cgi-bin/ra-node/   "/usr/local/httpd/cgi-bin/ra-node/"
     25
     26 <Directory "/usr/local/httpd/cgi-bin">
     27     Options ExecCGI
     28     AllowOverride None
     29     Order allow,deny
     30     Allow from all
     31     SetHandler cgi-script
     32 </Directory>
     33
     37 ServerAdmin     [EMAIL PROTECTED]
     38 ServerName      ogden.ishida.co.jp
     39 ServerSignature Off
     40
     44 <IfDefine SSL>
     45     SSLEngine off
     46 </IfDefine>

I restarted Apache2 like this:
-----------------------------------------------
# /etc/init.d/apache2 restart
-----------------------------------------------

I checked usnig Konq.
but I got this error message on my display
(navigation toolbar is displayed well :)
==================================================
Server error!
  The server encountered an internal error and was unable to complete your 
request. 
Error message: 
  Premature end of script headers: ca 
If you think this is a server error, please contact the webmaster. 
==================================================

of course, I changed suexec module setting to "disabled".
and then restart apache2, but doesn't work well.

 I apreciate so much any help about this problem

best regards,
Kanchi Koyama



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to