sitelink1 | |
---|---|
sitelink2 | |
extra_vars5 | |
extra_vars6 |
C:oracleora92ApacheApacheconf 밑에 보면 httpd.conf 에서 port 를 찾아서 변경하면 된다.
변경할때 도스창에서 nestat -a 를 실행하여 없는 포트번호로 충돌되지 않게 설정한다.
# Port: The port to which the standalone server listens. Certain firewall
# products must be configured before Apache can listen to a specific port.
# Other running httpd servers will also interfere with this port. Disable
# all firewall, security, and other services if you encounter problems.
# To help diagnose problems use the Windows NT command NETSTAT -a
#
Port 80
##
## SSL Support
##
## When we also provide SSL we have to listen to the
## standard HTTP port (see above) and to the HTTPS port
##
Listen 80
Listen 443
#
변경후에 윈도우 서비스 관리자에서 OracleOraHome92HTTPServer 서비스의 시작유형을 "사용 안 함"으로 바꾸고 서비스를 중지시킨다.
그리고 정상적으로 종료되었는지 다음의 명령어로 재확인
netstat -an|findstr 80
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
9 | Oracle WebServer User's Guide | 황제낙엽 | 2010.12.29 | 1047 |
8 | OEM(Oracle Enterprise Manager)를 이용한 오라클 계정 관리 | 황제낙엽 | 2008.02.07 | 393 |
7 |
오라클을 위한 Toad 설치
![]() | 황제낙엽 | 2008.02.06 | 378 |
6 | Where Oracle9i Client for Window XP? | 황제낙엽 | 2008.01.30 | 137 |
5 | Oracle 10g Instant Client (간단 접속을 위한 가벼운 SQL Plus) | 황제낙엽 | 2008.01.30 | 489 |
» | 오라클 아파치 서버 (80)포트 변경하기 | 황제낙엽 | 2007.10.20 | 228 |
3 | 사용자 생성 및 권한부여 | 황제낙엽 | 2007.07.16 | 202 |
2 | Oracle XDB 의 8080 port 바꾸는 방법 | 황제낙엽 | 2007.07.16 | 155 |
1 | IMPORT and EXPORT | 황제낙엽 | 2007.07.05 | 738 |