I changed it on a Customer firewall and tested it, and so far there has been no further request for the password.
This answer from humnab is working for me at the moment.
Opnsense:
/usr/local/etc/apache24/httpd.conf (enable prefork)
Code Select
#LoadModule mpm_event_module libexec/apache24/mod_mpm_event.so
LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so
This answer from humnab is working for me at the moment.
Opnsense:
/usr/local/etc/apache24/httpd.conf (enable prefork)
Code Select
#LoadModule mpm_event_module libexec/apache24/mod_mpm_event.so
LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so
"