문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| software:xampp [2011/08/16 11:56] – taeho | software:xampp [2025/10/03 22:30] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 7: | 줄 7: | ||
| * Aapache 설정 | * Aapache 설정 | ||
| * xampp\apache\conf\httpd.conf | * xampp\apache\conf\httpd.conf | ||
| + | < | ||
| + | Line 183: | ||
| + | DocumentRoot "/ | ||
| + | | ||
| + | Line 210: | ||
| + | < | ||
| + | | ||
| + | 예) | ||
| + | DocumentRoot " | ||
| + | < | ||
| + | </ | ||
| * PHP 설정 | * PHP 설정 | ||
| * xampp\php\php.ini | * xampp\php\php.ini | ||
| + | < | ||
| + | Line 1976: 주석 제거 | ||
| + | zend_extension = " | ||
| + | |||
| + | Line 2147: 주석 제거 및 수정 | ||
| + | xdebug.remote_enable = true | ||
| + | |||
| + | Line 2160: 주석 제거 | ||
| + | xdebug.remote_host = " | ||
| + | |||
| + | Line 2185: 주석 제거 | ||
| + | xdebug.remote_port = 9000 | ||
| + | </ | ||
| * Mysql 설정 | * Mysql 설정 | ||
| * sampp\mysql\bin\my.ini | * sampp\mysql\bin\my.ini | ||