php.ini를 수정한 후 어떻게 PHP를 다시 시작하나요?
php-fpm을 다시 시작했는데 아무 소용이 없었는데 프로세스에 문제가 있는 것 같습니다
이게 정상인가요?
아래 사진은 grep에서 얻은 정보입니다
감사합니다! ! !
php.ini를 수정한 후 어떻게 PHP를 다시 시작하나요?
php-fpm을 다시 시작했는데 아무 소용이 없었는데 프로세스에 문제가 있는 것 같습니다
이게 정상인가요?
아래 사진은 grep에서 얻은 정보입니다
감사합니다! ! !
PHP 실행 모드에 따라 다릅니다. fastcgi인 경우 php-fpm을 다시 시작하세요. apache 모드인 경우 apache 서비스를 다시 시작해야 합니다.
/etc/init.d/apache2 restart
Apache 서비스를 다시 시작하고 살펴보세요.
공통: apache2 서비스 재시작
apahce 설치 디렉터리가 /usr/local/apache2라고 가정합니다.
apahce 시작 명령: /usr/local/apache2/bin/apachectl start apaceh
apache 중지 명령: /usr / local/apache2/bin/apachectl stop
apache 재시작 명령: /usr/local/apache2/bin/apachectl restart
현재 연결을 중단하지 않고 다시 시작하는 경우 다음과 같아야 합니다: /usr/local/sbin/apachectl 우아하다
apache가 Linux 서비스인 경우
service httpd start start
service httpd restart restart
service httpd stop 서비스 중지
Ubuntu 시스템
start# sudo /etc/init.d/apache2 start
stop# sudo /etc/init.d/apache2 stop
restart# sudo /etc/ init.d/apache2 재시작