since i'm not the only one who wants this, i've put a few more options
into the configure script, with the effect that my 14 options

        --with-ca-prefix=/usr/local/openca-$version-cvs/ca \
        --with-ext-prefix=/usr/local/openca-$version-cvs/ext \
        
--with-ca-htdocs-fs-prefix=/usr/local/apache-1.3.20/htdocs/openca-$version-cvs/ca \
        
--with-ca-cgi-fs-prefix=/usr/local/apache-1.3.20/cgi-bin/openca-$version-cvs/ca \
        --with-ca-htdocs-url-prefix=/openca-$version-cvs/ca \
        --with-ca-cgi-url-prefix=/cgi-bin/openca-$version-cvs/ca \
        
--with-ra-htdocs-fs-prefix=/usr/local/apache-1.3.20/htdocs/openca-$version-cvs/ra \
        
--with-ra-cgi-fs-prefix=/usr/local/apache-1.3.20/cgi-bin/openca-$version-cvs/ra \
        --with-ra-htdocs-url-prefix=/openca-$version-cvs/ra \
        --with-ra-cgi-url-prefix=/cgi-bin/openca-$version-cvs/ra \
        
--with-pub-htdocs-fs-prefix=/usr/local/apache-1.3.20/htdocs/openca-$version-cvs/pub \
        
--with-pub-cgi-fs-prefix=/usr/local/apache-1.3.20/cgi-bin/openca-$version-cvs/pub \
        --with-pub-htdocs-url-prefix=/openca-$version-cvs/pub \
        --with-pub-cgi-url-prefix=/cgi-bin/openca-$version-cvs/pub \

can now be shortened to these 5:

        --with-openca-prefix=/usr/local/openca-$version-cvs \
        --with-htdocs-fs-prefix=/usr/local/apache-1.3.20/htdocs/openca-$version-cvs \
        --with-htdocs-url-prefix=/openca-$version-cvs \
        --with-cgi-fs-prefix=/usr/local/apache-1.3.20/cgi-bin/openca-$version-cvs \
        --with-cgi-url-prefix=/cgi-bin/openca-$version-cvs \

a typical apache installation (where htdocs and cgi-bin are in the same
directory) can be configured via

        --with-httpd-fs-prefix=/any/where/apache

, and a debian host can be configured with

        --with-htdocs-fs-prefix=/var/www
        --with-cgi-fs-prefix=/usr/lib/cgi-bin

instead of the prior 12 --with-... options.

i had something like this in my mind for a loong time, now michael asked
me if i could do something there for 0.9.

rj

_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to