Re: more HTMLDB fun...

  • From: "Sinardy" <all_about_oracle@xxxxxxxxxx>
  • To: <niall.litchfield@xxxxxxxxx>, <shrekdba@xxxxxxxxx>
  • Date: Wed, 6 Jul 2005 14:07:49 +0800

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
  ----- Original Message ----- 
  From: Niall Litchfield 
  To: shrekdba@xxxxxxxxx 
  Cc: Oracle-L (E-mail) 
  Sent: Tuesday, July 05, 2005 11:00 PM
  Subject: Re: more HTMLDB fun...


  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@xxxxxxxxx> 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@xxxxxxxxx
    ------------------------------------------------------------------------
    "Zen is not easy.
    It takes effort to attain nothingness.
    And then what do you have? 
    Bupkes."  -- The Goddess
    --
    //www.freelists.org/webpage/oracle-l




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

Other related posts: