일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 독서
- Programing
- Eclipse
- Linux
- 행복이
- 판매
- Spring
- 육아
- Java5
- 미국드라마
- ThinkFree
- Vista
- Programming
- 효민이
- php
- spring3.0
- WebLogic
- OS
- 요리
- PSP
- Java
- 책
- db
- Ant
- 이승철
- WebService
- Swing
- 부동산
- 중고
- Mac
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