Re: Hiawatha web server and Cms made simple
Posted: Sat Jul 15, 2017 9:47 pm
I'm assuming all's as intended as the Background Job Manager is working error-free and the access logs show regular entries like;
... which are all coming from the machine's public ipv6 address. I need to find out what's happening with the firewall, though.[/quote]
Why not allow all outgoing connections from your server as long
as they originate from your server, ie, NOT connections that pass through your server as this would be dangerous.
Code: Select all
GET /index.php?mact=CmsJobManager,cntnt01,process,0&cntnt01returnid=1&cms_cron=1&showtemplate=false HTTP/1.1" 200 3640 "-" "-"
Why not allow all outgoing connections from your server as long
as they originate from your server, ie, NOT connections that pass through your server as this would be dangerous.