Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug "Can't detect http user name." #1876

Merged
merged 2 commits into from
Jul 1, 2019

Conversation

andrey-helldar
Copy link

@andrey-helldar andrey-helldar commented Jul 1, 2019

See:

Q A
Bug fix? Yes
New feature? No
BC breaks? No
Deprecations? No
Fixed tickets #1778, #1805

before:

[192.168.10.10] > ps axo comm,user | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww  
  -data|[n]ginx' | grep -v root | sort | awk '{print }' | uniq                 
  [185.22.232.51] < httpd           apache                                     
  [185.22.232.51] < nginx           apache                                     
  [185.22.232.51] < php-fpm         apache                                     

@andrey-helldar
Copy link
Author

andrey-helldar commented Jul 1, 2019

@antonmedv, я пофиксил баг.
Развернул локально копию проекта, затестил, все отлично.
Лень идти в гугл переводчик, поэтому пишу на родном :)

Если надо, могу скрин консоли с Gitlab заснять.

@antonmedv antonmedv merged commit 2ef394e into deployphp:master Jul 1, 2019
@andrey-helldar
Copy link
Author

@antonmedv, thanks!

count() поправил потому что у меня при вызове предыдущей команды, которую меняли, вылазило три записи процессов (те самые "зомби"), поэтому решил предложить отказаться сравнивать с одной конкретной, заменив на "первый элемент массива".
Как показала практика, такой вариант является рабочим.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants