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
- ansible
- Proxy
- endpoint security
- XCP-ng
- application security
- ssh key 배포
- 한글가이드
- Windows
- centos 8
- 보안양파
- bash
- hardening
- docker
- GitLab
- xe guest utilities
- Kibana
- 로그인불가
- x-pack
- Elasticsearch
- freebsd
- pfsense
- PlayBook
- ELASTIC
- G-suite
- proxycfg
- miniconda
- macos
- elastic stack
- Kibana server is not ready yet
Archives
- Today
- Total
선 밖에 선 자유인
PHP4에서 html 에 포함된 PHP 코드가 노출될 때 본문
- httpd.conf 에 다음과 같이 추가하고 Apache WebServer를 재시작한다.
<IfModule mime_module>
...
AddType application/x-httpd-php .php .php3 .html .htm .phtml .inc
AddType application/x-httpd-php-source .phps
...
</IfModule>
Comments