Fork me on GitHub
#biff
<
2022-04-13
>
jeffparker20:04:58

I created a new Digital Ocean droplet for biffweb; now enjoying the t prod-dev experience very much. The logs already showing 404s that demonstrate I'm not meeting user expectations:

jeffparker20:04:22

Ran 1 tests containing 1 assertions.
0 failures, 0 errors.
{:test 1, :pass 1, :fail 0, :error 0, :type :summary}
Apr 13 20:25:51 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   4ms 200 get  /
Apr 13 20:31:55 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:  56ms 404 post /_ignition/execute-solution
Apr 13 20:31:55 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   2ms 200 get  /
Apr 13 20:31:56 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   1ms 404 get  /script
Apr 13 20:31:56 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   1ms 404 get  /login
Apr 13 20:31:57 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   1ms 404 get  /jenkins/login
Apr 13 20:31:57 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   1ms 404 get  /manager/html
Apr 13 20:31:58 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   1ms 404 get  /wp-login.php
Apr 13 20:31:58 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   3ms 200 get  /?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=23mo7psa
Apr 13 20:31:59 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   1ms 404 get  /users/sign_in
Apr 13 20:31:59 biffweb-ubuntu-s-1vcpu-1gb-nyc1-01 task[1264]:   2ms 404 get  /actuator/env

jeffparker21:04:53

Email sign-in links for authentication nicely avoids these attempts:

:   4ms 200 get  /
:   1ms 404 get  /script
:   1ms 404 get  /login
:   1ms 404 get  /jenkins/login
:   1ms 404 get  /manager/html
:   1ms 404 get  /wp-login.php
:   3ms 200 get  /?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=23mo7psa
:   1ms 404 get  /users/sign_in
:   2ms 404 get  /actuator/env

Jacob O'Bryant21:04:04

wow, I'm surprised you're already getting those! I get a lot of those too.