iSelfSchooling.com - Copyright © 1999-2009 iSelfSchooling.com ||  References  |  Job Openings  || Login (Staff | Members)
    Home  | Search more...  |  FREE Online VIDEO Oracle Training 

    Oracle Syntax  | Suggestions  | Private Tutoring  | Group Collaboration

  Copyright & User Agreement

Email2aFriend  | Homepage us! |  Bookmark

Services

 Vision/Mission

 Services

 Biography

 Contact Us

 FREE Training

 SQL

 PL/SQL

 Forms 

 Reports

 Other TOOLS

 Fundamentals

 Performance

 OEM

 Application Server

 Grid Control

 Articles

 Prepare for OCP

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

More to know...

Acknowledgement**

 Who is who

 University Directory

 Links...

 

 

FREE Online Oracle Training for beginners and advanced - The most comprehensive Oracle tutorial

The authors do not guarantee or take any responsibility for the accuracy, or completeness of the information.

BASICS

SQL | PL/SQL

DEVELOPERS

FORMS 2 | REPORTS | Other TOOLS

DBAs

FUNDAMENTALS 2 | PERFORMANCE | OEM

ADVANCE

APPLICATION SERVER | GRID CONTROL | ARTICLES 2 3 4

Advanced - Application Server

Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 | Lesson 06 | Lesson 07 | Lesson 08 | Lesson 09 | Lesson 10 | Lesson 11 | Lesson 12 | Lesson 13 | Lesson 14 | Lesson 15 | Lesson 16 | Lesson 17 | Lesson 18 | Lesson 19 | Lesson 20 | Lesson 21 | Lesson 22 | Lesson 23 | Lesson 24 | Lesson 25 | Lesson 26 | Lesson 27 | Lesson 28 | Lesson 29 | Lesson 30 | Lesson 31 | Lesson 32 | Lesson 33 | Lesson 34 | Lesson 35 |

Lesson 07

"The whole of life, from the moment you are born to the moment you die, is a process of  learning."

-Jiddu Krishnamurti (1895-1986)

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