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
- 우분투 mysql 비밀번호 없이 로그인 될때
- mysqldump: Got error: 1045
- group_concat 구분자
- PHP 구글 OTP 인증
- bootstrap modal
- apache mod rewrite
- 부트스트랩4 세로 중앙 정렬
- (using password: YES)" when trying to connect
- wkhtmltopdf 실행 오류
- 파라미터 & 오류
- html pdf 변환
- PHP 정규식 예제
- modsecurity 설치
- magic bytes
- 비밀번호검증정규식
- svn 충돌 해결 resolve
- 아파치 웹 서버의 정보 숨기기
- libxrender1
- usb efi 시스템 파티션 삭제
- 구글 OTP 인증
- bootstrap
- 자바스크립트비밀번호검증
- javascript
- php 특정 문자열 취환
- 세로 중앙 정렬
- mysql root 비밀번호 변경
- svn 충돌 해결 resolved
- 비밀번호정규식
- JQuery checkbox 컨트롤
- PHP 구글 OTP 연동
Archives
- Today
- Total
투덜이 개발자
apache TRACE, OPTIONS method 제거 처리 본문
반응형
apache TRACE, OPTIONS method 제거 처리
https://seongsland.tistory.com/243
https://solbel.tistory.com/1593
https://hello-nanam.tistory.com/75
확인방법
[root@ggcdev conf]# curl -v -X OPTIONS http://110.93.135.209/test.txt
* About to connect() to 110.93.135.209 port 80 (#0)
* Trying 110.93.135.209...
* Connected to 110.93.135.209 (110.93.135.209) port 80 (#0)
> OPTIONS /test.txt HTTP/1.1
> User-Agent: curl/7.29.0
> Host: 110.93.135.209
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Thu, 22 Jul 2021 04:41:09 GMT
< Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips
< Allow: POST,OPTIONS,GET,HEAD,TRACE
< Content-Length: 0
< Content-Type: text/plain; charset=UTF-8
<
* Connection #0 to host 110.93.135.209 left intact
반응형
'OS > Linux' 카테고리의 다른 글
리눅스 크론탭(Linux Crontab) 사용법 (0) | 2021.08.23 |
---|---|
VmWare CnetOS7 설치 ( 초기 세팅 ) (0) | 2021.07.23 |
우분투 php 실행 안됨 (0) | 2021.06.04 |
우분투 php 설치 (0) | 2021.06.04 |
[Linux] Ubuntu mariaDB 설치 (0) | 2021.06.04 |