<aside> 💡 참고자료 Apache 설치방법 php 정의 php 모듈이해 mac os, apahce에 php 실행 테스트

</aside>

설치

php(Hypertext Preprocessor)

<!DOCTYPE html>
<html>
    <head>
        <title>Example</title>
    </head>
    <body>

        <?php
            echo "Hi, I'm a PHP script!";
        ?>

    </body>
</html>

Untitled

Mac 이슈

httpd.conf 위치

[에러]Set the 'ServerName' directive globally to suppress this message

access log 포맷

[구동에러]

헤더 학습