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 | 31 |
Tags
- 호버
- Ionic modal
- angular button
- 아이오닉 스크롤 이벤트
- angular animation
- scroll
- formgroup
- egov spring ajax 사용 예시
- 셀렉트박스 커스텀
- angular route
- 스크롤 이벤트
- ApexChart
- summary
- Router
- TAILWIND
- flex-1
- modal
- ajax 사용 예시
- angular modal
- Angular Router
- prisma
- 앵귤러 모달
- 스크롤 이벤트 감지
- route
- 옵저버블
- 앵귤러 애니메이션
- Oracle LISTAGG 사용 예시
- 검색
- 모달
- mysql if
Archives
- Today
- Total
깜놀하는 해므찌로
NameVirtualHost has no effect and will be removed in the next release 에러 해결 예시 본문
IT
NameVirtualHost has no effect and will be removed in the next release 에러 해결 예시
agnusdei1207 2022. 11. 12. 19:26반응형
SMALL
#NameVirtualHost *:443
<VirtualHost *:443>
ServerAdmin 111@gamil.com
DocumentRoot /home/abcd/www
ServerName abcd
ServerAlias www.abcd.co.kr
CustomLog logs/ssl.abcd.org-log common
SSLEngine on
SSLCertificateFile "/usr/local/apache/file.crt"
SSLCertificateKeyFile "/usr/local/apache/file.key"
SSLCACertificateFile "/usr/local/apache/file.crt"
SSLCertificateChainFile "/usr/local/apache/file.pem"
<IfModule proxy_fcgi_module>
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:1231/home/file/www/test/$1
</IfModule>
</VirtualHost>
1. 버전 문제로 conf 서버 환경 설정 파일들 안에 ' NameVirtualHost *:433 ' 이라고 명시된 애들은 전~부 주석 처리
2. 이후 명령어가 정상적으로 실행되는 것을 확인 할 수 있습니다.
반응형
LIST
'IT' 카테고리의 다른 글
리눅스 openssl 설치 및 버전 확인 명령어 (0) | 2022.11.13 |
---|---|
document.ready JQeury -> JavaScript 순수 자바스크립트 예시 (0) | 2022.11.12 |
CLIENT_PLUGIN_AUTH is require 에러 시 DB 뚫고 연결하는 방법 (0) | 2022.11.11 |
리눅스 파일 이름 변경 예시 / rename 안 될 시 / mv (0) | 2022.11.10 |
리눅스 파일 1개 권한 전체 해제하기 예시 (0) | 2022.11.09 |