-
brew services start php코딩Coding/Php 2023. 2. 22. 20:45728x90
==> php To enable PHP in Apache add the following to httpd.conf and restart Apache: LoadModule php_module /opt/homebrew/opt/php/lib/httpd/modules/libphp.so <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch> Finally, check DirectoryIndex includes index.php DirectoryIndex index.php index.html The php.ini and php-fpm.ini file can be found in: /opt/homebrew/etc/php/8.2/ To start php now and restart at login: brew services start php
반응형'코딩Coding > Php' 카테고리의 다른 글
PHP❤️85. Pagination 페이징 처리 구현 1 (0) 2023.05.23 16개 PHP Project(Login, Upload , Admin (0) 2023.04.15 PHP(4hr) Full Course for non-haters 🐘 (2023) (0) 2023.03.29 1. PHP소개(게시판 만들기도 있음 👍 (0) 2023.03.26 PHP Development Server <= 7.4.21 - Remote Source Disclosure (0) 2023.01.30 Create secure passwords in PHP (0) 2022.12.21 php 에서 EOL 라인 바꾸기 \n 이거 왜 안되지 ㅠㅠ (0) 2022.09.22 PHP ❤️Programming Language Tutorial - Full Course (0) 2022.09.21