When i try to do the inizialization phase it does fine the "initizalize
database" phase.
Then when i do the "Generate new CA secret key" phase it ask me
correctly about the Encryption Algorthm and the about the CA Key Size, but
then appeared a "Object Not Found" page.
I debug about it and i discover that the problem is in
/var/www/ca/scripts/getPasswd.js where the htdocs_url_prefix is "/ca" and
not "/var/www/ca/apache/htdocs/ca/". If i put it manually it works fine.
I know that i can change this value in
/var/www/ca/apache/htdocs/ca/scripts/path.js it would work fine but i want
to do it correctly in configuration time.
If /var/www/ca/apache/htdocs/ca/ works as htdocs_url_prefix then your apache is misconfigured. Please check your document root. It should be
DocumentRoot "/var/www/ca/apache/htdocs"
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
