일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 전자정부프레임워크
- WebLogic
- oracle
- JDOM
- Eclipse
- phonegap
- appspresso
- ibsheet
- Android
- Spring
- Ajax
- iBATIS
- node.js
- PLSQL
- 선택적조인
- rowspan
- MySQL
- Google Map
- 가우스
- MFC
- JSON
- sencha touch
- GPS
- tomcat
- Struts
- jQuery
- swingx
- dock
- PHP
- jsr 296
Archives
- Today
- Total
Where The Streets Have No Name
xampp설치후 외부에서 접속시 403에러 발생 본문
C:\xampp\apache\conf\extra 에서 httpd-xampp.conf을 연다
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
위와 같이 수정해서 보안을 풀어준다.