software_development:install_apm_for_dev

This is an old revision of the document!


개발환경 위해서 APM 설치하기

https://www.apachelounge.com/download/

  • [Apache 변수] conf > httpd.conf
    • Define SRVROOT “c:/Apache24”
    • ServerRoot “${SRVROOT}”
    • DocumentRoot “${SRVROOT}/htdocs”
    • ServerName 127.0.0.1:80 #제거
  • [윈도 변수] Edit Environment Variables
    • Path : c:/Apache24/bin
  • 설치 : cmd 관리자권한 실행
    • httpd -k install
    • httpd -k start
    • 127.0.0.1:80 접속

5.4.39.
https://windows.php.net/downloads/ > past realeses..
https://windows.php.net/downloads/releases/archives/

  • php.ini-development > php.ini 로 변경
Enter your comment:
N T B L᠎ W
 
  • Last modified: 2025/07/07 14:13