Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: more HTMLDB fun...

Re: more HTMLDB fun...

From: Sinardy <all_about_oracle_at_hotpop.com>
Date: Wed, 6 Jul 2005 14:07:49 +0800
Message-ID: <00bc01c581f1$0c673900$0400a8c0@ncs.corp.intads>


Hi,

In addition.

Perhaps you can try to

  1. http://localhost:7777 (change to your hostname if is not local) here you should see Oracle HTTP Server
  2. Click on Demonstration Tab
  3. Click on the Demo column "FastCGI" You will see all the current HTTP server environment in new window

look for this line

SCRIPT_FILENAME=c:/myoracle/product/10gcompanion/apache/apache/fcgi-bin/echo.exe

then you copy your dads.conf file to C:\myoracle\product\10gCompanion\Apache\modplsql\conf

then restart the service.

If can't work, I will just drop those http' users than uninstall the apache and reinstall, because during the installation it create the conf file automatically.

Regards,
Sinardy

  My .conf hierarchy goes as follows.

$ORACLE_HOME/Apache/apache/conf/httpd.conf
  which at the bottom contains a reference to

$ORACLE_HOME/Apache/apache/conf/oracle_apache.conf
  which contains a reference to

$ORACLE_HOME/Apache/apache/modplsql/conf/plsql.conf
  which contains a reference to
$ORACLE_HOME/Apache/apache/modplsql/conf/dads.conf
  which is where my dads are configured.

  My first step from the error message you've got would be to step through the chain of conf files making sure they were all referenced correctly.

  The next thing to note is that apache parses these files at startup time, so editing the files requires a webserver restart

$ORACLE_HOME/opmn/bin/opmnctl stopproc ias-component=HTTP_Server
$ORACLE_HOME/opmn/bin/opmnctl startproc ias-component=HTTP_Server

  should do that.

$ORACLE_HOME is the home for the web server in all cases - not necessarily the db server.

  clear as mud no?    

  On 7/5/05, bill thater <shrekdba_at_gmail.com> wrote:     OK so the Apache httpd is up and running. i can connect and it show     the expected pages that work in the expected ways. however if i put     in the URL:

    http://<host>:<port>/pls/htmldb/htmldb_admin

    i get a page not found error. i looked at the log and they show that     it's getting :

    [Tue Jul 5 07:44:46 2005] [warn] mod_plsql: /pls/htmldb/htmldb_admin     HTTP-404 No DAD configuration found

    but i have both a dads.conf and marvel.conf file in place with the     proper stanzas in them.

    can somebody throw me a clue?

    --
    --

    Bill "Shrek" Thater     ORACLE DBA 
          shrekdba_at_gmail.com
    ------------------------------------------------------------------------
    "Zen is not easy.
    It takes effort to attain nothingness.     And then what do you have?
    Bupkes." -- The Goddess
    --
    http://www.freelists.org/webpage/oracle-l

  --
  Niall Litchfield
  Oracle DBA
  http://www.niall.litchfield.dial.pipex.com

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jul 06 2005 - 01:09:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US