https://bugs.contribs.org/show_bug.cgi?id=8685

--- Comment #10 from Terry Fage <[email protected]> ---
Issue with 

installed the current version, try to access from server-manager
Not Found
The requested URL /phpki/ca/ was not found on this server.
rebooted and configed once, server-manager is saying need to again..

signal-event post-upgrade; signal-event reboot after install did not do the
job, as was a second reboot from the server manager, requird a 

expand-template /etc/httpd/conf/httpd.conf
expand-template /etc/httpd/pki-conf/httpd.conf
sv t /service/httpd-e-smith
sv u /service/httpd-pki

Update your httpd conf !
Needs adding to the createlinks for a console-save probably


The fix for the ereg bit:
You can trying editing the openssl_fucntions file and see if then shuts up !
if (preg_match('E-mail Protection', $certtext) && preg_match('Code Signing',
$certtest)) {
        $cert_type = 'email_signing';
    }
if (preg_match('E-mail Protection', $certtext)) {
        $cert_type = 'email';
    }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to