Jose Landivar wrote:
> 
> Hi,

Hi,

> 1.- The links in the navbar.html file need to be modified from /cgi-bin/RAServer?xxx 
>to ($user-specified-cgi-directory)/RAServer?xxx
> For me, this became: /cgi-bin/cgi-raserver/RAServer?xxx
> This also happens in the CA side of things.
>
> 2.- In the CA side of things also there is a piece of javascript in the pages. 
>Specifically in the forms.
> This javascript needs a file called /pwd.html in order to pop up a window and verify 
>the passphrase.
> This /pwd.html should be changed to ($user-specified-directory-for-ca-files)/pwd.html
> In my case this was /htdocs-ca/pwd.html

Mmmmm.... it seems to me you do not access to the pages through the web server
that should be mounted on the ca/ra machine. If you use the server then you should
use something like:

        [from /usr/local/apache/conf/ca.conf]
        ScriptAlias /cgi-bin/ "/$(user-specified-cgi-directory)/cgi-ca/"

        [from /usr/local/apache/conf/ra.conf]
        ScriptAlias /cgi-bin/ "/$(user-specified-cgi-directory)/cgi-raserver/"

in the apache.conf. If you do this, the cgi-bin/ directory should be independent from
the installation dir...
 
C'you,

        Massimiliano Pala ([EMAIL PROTECTED])

S/MIME Cryptographic Signature

Reply via email to