White screen issue when accessing myip/10000

Yes I check is running

See
/var/webmin/miniserv.log
Last login: Mon May 17 13:56:04 2021 from 187.121.5.28
root@server:~# tail -l /var/webmin/miniserv.log
187.121.5.28 - - [18/May/2021:13:11:50 -0500] “” 403 1316550
187.121.5.28 - - [18/May/2021:13:11:50 -0500] “” 403 1316550
187.121.5.28 - - [18/May/2021:13:11:51 -0500] “” 403 1316550
187.121.5.28 - - [18/May/2021:13:13:17 -0500] “” 403 1316550
187.121.5.28 - - [18/May/2021:13:13:18 -0500] “” 403 1316550
187.121.5.28 - - [18/May/2021:13:13:44 -0500] “” 403 1316550
187.121.5.28 - - [18/May/2021:13:13:44 -0500] “” 403 1316550
187.121.5.28 - - [18/May/2021:13:13:46 -0500] “” 403 1316550
187.121.5.28 - - [18/May/2021:13:13:51 -0500] “” 403 1316550
187.121.5.28 - - [18/May/2021:13:13:52 -0500] “” 403 1316550

See

/var/webmin/miniserv.error

root@server:~# tail -l /var/webmin/miniserv.error
Invalid Nginx config line location ~ “^/ngx_pagespeed_beacon$” { }
at 64
Invalid Nginx config line location ~ “^/pagespeed_static/” { }
at 84
Invalid Nginx config line location ~ “^/ngx_pagespeed_beacon$” { }
at 85
Invalid Nginx config line location ~ “^/pagespeed_static/” { }
at 63
Invalid Nginx config line location ~ “^/ngx_pagespeed_beacon$” { }
at 64

There seems to be something wrong with my Nginx?

Well, I recently had a brute force attack on my sites, probably fail2ban may have blocked it if there was this brute force attempt at login

I can’t imagine an invalid nginx config could break all of Webmin. It shouldn’t even be parsing nginx config except when you browse to the nginx management pages or write out changes. I think that’s a red herring (something to fix, either fixing the config or us fixing the parser if it’s not supporting some valid nginx syntax).

You’ve blocked your IP, I guess? This is what happens when Webmin is configured to block an IP address…it never accepts the request after connection initiation and logs an 403 (denied).

So…unblock your IP. I’m not sure if fail2ban is smart enough to setup deny rules in Webmin, so I’m not sure how you got here. We don’t enable any IP-based blocking by default.

Edit /etc/miniserv.conf, find the deny= line, and remove your IP, or whatever IP range or block is preventing access.

Hi Joe,

I didn’t find the miniserv.conf file in /etc/miniserv.conf :frowning:

This is the absolute path?

Sorry, it’s /etc/webmin/miniserv.conf.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.