일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Ant
- Java
- Swing
- 육아
- Spring
- ThinkFree
- 미국드라마
- 부동산
- 이승철
- Programing
- 판매
- Mac
- 책
- WebLogic
- 중고
- Java5
- Linux
- Vista
- 요리
- Eclipse
- OS
- spring3.0
- 독서
- 행복이
- php
- Programming
- PSP
- WebService
- 효민이
- db
Archives
- Today
- Total
Bitaholic
Where is the configuration files of Apache Web Server on Linux? 본문
Computer/Linux
Where is the configuration files of Apache Web Server on Linux?
Bitaholic 2009. 11. 25. 11:00
설정 파일들은 '/etc/httpd/conf'에 있다.
httpd 실행 파일은 '/usr/sbin/httpd' (cent OS 5 기준)
아파치 실행/중단은
service httpd start/stop/restart
로 하면 된다.
httpd 실행 파일은 '/usr/sbin/httpd' (cent OS 5 기준)
아파치 실행/중단은
service httpd start/stop/restart
로 하면 된다.
Comments