iSelfSchooling.com - Copyright © 1999-2007 iSelfSchooling.com  References  Job Openings  |  Secure Login
    Home  | Search more...  |  FREE Online VIDEO Oracle Training  |  Gift Store  |  Bookstore

   Unlimited access!   

    Oracle  Syntax  | Suggestions Your Contribution  |  FREE Legal Forms

 

Email2aFriend Homepage us! |  Bookmark   -  Copyright & User Agreement

Products/Services

 Vision/Mission

 Community Sharing

 Services

  Products

 Biography

 Contact Us

 FAQ

 Current News

 Website Traffic

 Bookstore

 FREE Training

 SQL

 PL/SQL

 Forms 

 Reports

 Other TOOLS

 Fundamentals

 Performance

 OEM

 Application Server

 Grid Control

 Articles

 Prepare for OCP

Oracle SYNTAX

 Oracle Functions

 Oracle Syntax

 Oracle 10g Syntax

  PL/SQL Syntax

UNIX and more...

 UNIX for DBAs

 LINUX for DBAs

 DB using PHP

  A+ Certification

 Basics of JAVA  

 Tips of  SEO

Finance/Jobs

 Financial Aid

 Skilled

 Oracle

 Jobs

  Magazine

More Training

 Q & Answers

 SQL-PL/SQL

 DBA

 Developer

 Important Notes

 Case Studies

 9i New Features

 10g New Features

 10g Qs/As

 Grid Control

 OracleAS # I

 OracleAS # II

  LDAP and OID

  HTTP Server

 Instructor-Led

  Virtual Hosts

 Community Sharing

More to know...

Acknowledgement**

 FREE Legal Forms

 Who is who

 Market Place

 University Directory

 Advisory Articles

 Links...

 

 

Managing and configuring Oracle HTTP Server

 

More Resources by Google:

What is Oracle HTTP Server?

Oracle HTTP Server or OHS is an extension of the standard Apache distribution. It provides a robust and reliable Web server. You can access to FORMS, REPORTS, Discoverer, and Portal via the Web.  You can access to Oracle stored procedures with a PL/SQL engine. It provides failover and supports J2EE (OC4J).

 

How to start and stop the HTTP Server manually:

The Oracle HTTP Server –OHS- is managed by the OPMN utility.

# cd $ORACLE_HOME/opmn/bin

# ./opmnctl startproc process-type=HTTP_Server  -- starts the process

# ./opmnctl stopproc process-type=HTTP_Server  -- stops the process

# ./opmnctl status – gives status information

 

List the name of all Oracle HTTP Server configuration files.

  • httpd.conf

  • mod_oc4j.conf

  • mime.types jsev.conf

  • oracle_appache.conf

  • aqxml.conf

  • moddav.conf

  • plsql.conf

  • ojsp.conf

  • xml.conf

How do you allow access from specific IP addresses or machine name?

Change your httpd.conf file to add the following lines:

<Location /server-status>

   SetHandler server-status

   Order deny,allow

   Deny from all

   Allow from xxx.xxx.xxx.xxx

</Location>

 

 

 
 
Google
 
Web web site