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
- 코드라마 #AI
- centos7
- PID4
- windows19Server
- CenOS6.10
- utf8mb4
- winscp
- 아이티제어
- PHP4
- 에디트플러스 #sftp안될때
- MSSQL #TCP/IP Enabled
- putty
- 조성남
- sftp
- php7
- root직접로그인
- 신바람여비서win98
- CapsLock키보드 뽑기
- 윈도우앱지우기
- ftp
- ubunto #네티워크설정
- IT제어
- 인터넷안되는문제해결
- 한글2 #hangul2_from_2024_01_17
Archives
- Today
- Total
아이티제어
http2.4에서 html 파일 소스가 보일때 php처리 적용 방법 본문
/etc/httpd/conf.d/php.conf 파일
수정전
<FilesMatch \.php$ >
SetHandler application/x-httpd-php
</FilesMatch>
수정후
</filesmatch \.(php|html)$ >
SetHandler application/x-httpd-php
</FilesMatch>

'Linux' 카테고리의 다른 글
| Linux에서 windows파일 shell명령MySQL dump오류 해결 방법 (0) | 2022.03.18 |
|---|---|
| http 2.4에서 Forbidden You don't have permission to access 해결방법 (0) | 2022.03.17 |
| MySQL4버전Latin1에서UTF8로 변환 (0) | 2022.03.17 |
| KT-cloud CentOS7에 MySQL 4 소스컴파일( 실패 ) (1) | 2022.03.05 |
| KT-Cloud LVM 디스크 생성(추가) 확장 요약 (최종) (0) | 2022.01.31 |