Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- resource
- GIT
- plugin
- import
- web.xml
- Quartz
- Windows
- maVen
- VirtualBox
- bash
- ssh
- context
- IntelliJ
- grep
- Eclipse
- port
- find
- lsof
- profile
- Source
- netsh
- xargs
- JavaScript
- Windows 10
- vscode
- tomcat
- 네트워크
- Mac
- 줄바꿈 문자
- 단축키
Archives
- Today
- Total
목록Web & WAS/Apache (2)
develog
[Apache] Windows 7, Apache 웹서버 설치
▶ Apache Lounge 접속 - https://www.apachelounge.com/download/VC11/ ▶ vcredist_x64/86.exe, 다운로드 및 설치 - Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030 ▶ httpd-2.4.20-win64-VC11.zip, 다운로드 및 설치 - Apache 2.4.20 Win64 (VC11) - 압축해제, C:\Apache24\ ▶ httpd.conf 수정 - ServerName localhost:80 ▶ 실행되는지 확인 - http://localhost/ 접속 - 'It works!' 표시되는지 확인 ▶ Windows 서비스로 등록, 해제 - httpd.exe -k install - ..
Web & WAS/Apache
2016. 5. 3. 11:13
config test
/apache/bin/apachectl configtest
Web & WAS/Apache
2012. 10. 9. 16:01