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