Hello all, I would like to start the openca daemon with a php script handled by my Apache server. The reason for doing that is that I need to run several daemons (one per subCA) and it is much easier to do it via an web interface. Big advantage also is that a daemon for a specific PKI will be launched automatically anytime it is needed.
So instead of running "openca_start" directly from the command line as root, I run "openca_start" with Apache profile (that is as www-data). It raises a first problem, as the openca/var/tmp/xml_cache.pid needs root rights, I cannot edit this file, and then "openca_stop" does not work anymore (because the PID IDs are not updated). Instead, I need to kill the processes myself. Not too bad. I think I can edit rights for this file too (root to www-data). Also, my openca/lib/locale/fr_FR/LC_MESSAGES/openca.mo (yes, I am French, nobody is perfect :) is not loaded anymore and thus I loose my beautiful translations. I do not see where the problem lies for the moment. There may be other problems, so I need your thoughts and expertise to go further safely. Thanks, Pierre ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
