You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fano CLI --deploy-* commands generate exception when run on OpenBSD.
Step to reproduce
root# fanocli --deploy-scgi=hi.fano
Exception at 00000F7EACD66CB2: EFCreateError:
Unable to create file "/etc/apache2/sites-available/hi.fano.conf": No such file or directory.
Workaround
From inside project directory, generate virtual host configuration and deploy manually, for example
Description
Fano CLI
--deploy-*
commands generate exception when run on OpenBSD.Step to reproduce
root# fanocli --deploy-scgi=hi.fano Exception at 00000F7EACD66CB2: EFCreateError: Unable to create file "/etc/apache2/sites-available/hi.fano.conf": No such file or directory.
Workaround
From inside project directory, generate virtual host configuration and deploy manually, for example
root# fanocli --deploy-scgi=hi.fano --stdout >> /etc/apache2/extra/httpd-vhosts.conf
The text was updated successfully, but these errors were encountered: