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 |
Tags
- proxycfg
- x-pack
- hardening
- GitLab
- Windows
- ansible
- bash
- ssh key 배포
- Elasticsearch
- Kibana server is not ready yet
- xe guest utilities
- Kibana
- freebsd
- ELASTIC
- XCP-ng
- application security
- 한글가이드
- G-suite
- elastic stack
- pfsense
- docker
- endpoint security
- centos 8
- miniconda
- 보안양파
- macos
- PlayBook
- 로그인불가
- Proxy
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