[Unit]
Description=apache(httpd-2.4.26) daemon
After=syslog.target
After=network.target
[Service]
Type=forking
User=justpdh
Group=justpdh
ExecStart=/app/web/httpd-2.4.26/bin/apachectl start
ExecStop=/app/web/httpd-2.4.26/bin/apachectl stop
ExecReload=/app/web/httpd-2.4.26/bin/apachectl restart
PrivateTmp=true
LimitNOFILE=infinity
[Install]
WantedBy=multi-user.target
'WEB Server&WAS > Apache' 카테고리의 다른 글
[Apache] ssl 암호 제거(pass phrase) (0) | 2017.09.20 |
---|---|
아파치 로그 파일 분리 (0) | 2016.03.08 |
ssl 인증서 설치 참고 (0) | 2016.01.15 |
지정아이피의 접속을 제외한 모든 접속을 특정페이지로 보내기 (0) | 2015.12.18 |
[apache] 80포트 일반계정 실행 (0) | 2015.02.01 |