Hi,

Yes, your problem it's the same situation that I think. So, I can help
you.

Today, I don't have much time, but with a few tips, you can move on.


You can fix the problem, with "./configure" script.

Basically, you need to fix the location in the file system, for the URL.

For example, in CentOS, you have:

URL: https://localhost/pki/
File system:  /var/www/html/pki


Right now, in Ubuntu, you have something like:

URL: https://localhost/html/pki/
File system: /var/www/html/pki


But, you need this:

URL: https://localhost/pki/
File system: /var/www/pki       
-> here is the change **


For the 'cgi-bin' it's the same problem.

If my notes, are correct, you need this:


$ ./configure ... --with-htdocs-fs-prefix=/var/www/pki 


And with the scripts, is very similar, but the default path is
"/usr/lib/cgi-bin/". Double-check this, because I did in a different
way.



Greetings,
Jorge





------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to