On Thu, February 22, 2024 08:06, Martin Arendtsen wrote:
>  Hi,
>
> I believe that Sergei (Thank you for your work!) follows a standard for the
> apache installed on FreeBSD.
> Remember that FreeBSD puts everything in /usr/local when it comes to
> packets and applications not part of the base system. :)
>
> When I installed the server I did set a custom path on the file system (
> /data/www ) and then copied the files from the package to the relevant
> subdirectories.
> James if you want I can send you a copy of my apache config file.
>
>

A copy of your config file is most welcome.

I am aware of FreeBSD's /usr/local/ prefix convention to the usual Linux file
locations.  I handled that by adding some variables to the top of the
distributed apache2-openxpki-site.conf file:

Define __HOST_IPV4      '192.168.216.89'
Define __HTTP_ROOT      '/usr/local/www'
Define __PREFIX_PATH    '/usr/local'

and then simply replaced "/var/www" with "${__HTTP_ROOT}" everywhere else. That
seems to work without issue.

I suspect that the issue lies with something that I have done or left undone
with respect to openxpki itself.  But I am not getting any logging to help
discover what it is waiting for.

Thanks,



-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
   Unencrypted messages have no legal claim to privacy
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:[email protected]
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3



_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to