2022-06-17から1日間の記事一覧

Apache再起動できない

sudo systemctl restart httpd.service Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details. 上記のエラーが出る場合 service httpd configtest の…

LinuxにてLaravelの開発環境構築

LAMP作るまで本通り Composerインストール getcomposer.org php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75…

Failed to listen on localhost:8000 (reason: Address already in use)

Laravel development server started on http://localhost:8000/ [Fri Jun 17 20:38:43 2022] Failed to listen on localhost:8000 (reason: Address already in use) 8000が使用中! [root@tk2-117-59322 myapp]# ps ax | grep php 4659 pts/1 S 0:00 /usr/b…