Hi,

>  How can do it?.
>  Can I install OpenCA only with the configuration options
>  --with-http-host .. or I need to do any other change in the source or
>  configuration files?

the web server must be capable of running CGIs. I don't think you have
to change anything in the configure step of building OpenCA.

You told us you want to learn OpenCA, so my suggestion for you problem
is:
- install OpenCA on a (Linux, *BDD) test system
- use Apache for your first try, you will find most documentation for
  this webserver

The basic procedure would be is something like:

DocumentRoot /usr/local/openca-0.9.2/htdocs
ScriptAlias /cgi-bin/ /usr/local/openca-0.9.2/cgi-bin/

My advice is to get this working first. It is well documented
in OpenCA docs.

Then learn how to configure static HTML serving and CGI stuff
on your other web server. Configure it similarly.
Make sure that the CGI user of your other web server is the same as
in the OpenCA startup script (openca_start).
Add SSL according to the web server docs.

Stir gently until smooth.

Martin



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