HTTP Server under stand-alone-apache new thread

Sorry I closed the other thread too soon thinking I had a solution by creating an alias for libdb.so.2. ButI was mistaken.
So once again:
I made an installation of Oracle HTTP-Server from the Companion-CD Release 10.2 for Linux 64bit in a Suse Enterprise 10 SP1 environment.
Installation was successfu. HTTP-Server now starts without error messages.
But if I try to include the plsql.conf in the http_conf_local of the stand_alone-apache version 2.0 I get the message
'cannot load modplsql.so. Wrong ELF class. ELFCLASS32.
In the meantime I have learned that you can use 32bit-classes under 64bit Linux.
But do I have to do to get them accepted?
Thanks in advance for further help.
Christine

Well, after some more research I ended up doing the following:
New aim is to have a fully working oracle HTTP-Server beneath another Apache and redirecting incoming URLs with /pls/ to the Oracle-HTTP-Server
-remove all includes from the other Apache pointing to my HTTP-Server
- correct file owner mismatches by giving the oracle user the ownership on all files within the oracle_home-path with a chown-command
- correct file group mismatches by relating all files within the oracle_home_path with group dba using a chgrp-command
After that the opmn-demon was able to start with ./opmnctl start
Trying to start HTTP-Server with ./opmnctl startproc ias-component=HTTP_Server failed, but now I got logs to investigate.
-disabled two lines in httpd.conf:
#LoadModule rewrite_module libexec/mod_rewrite.so
#LoadModule dbm_auth_module libexec/mod_auth_dbm.so
then HTTP_Server starts.
Why it can't load the mentioned modules I do not know, they are present where they are supposed to be.
Redirect the outside listening apache to my HTTP-Server by adding into it's http_conf_local:
ProxyPass /pls/ http://localhost:7780/pls/
ProxyPassReverse /pls/ http://localhost:7780/pls/
ProxyPass /htdocs/ http://localhost:7780/htdocs/
ProxyPassReverse /htdocs/ http://localhost:7780/htdocs/
Christine
Edited by: candrae on Nov 5, 2008 8:55 AM

Similar Messages

  • Where can I download "apache http server plug-in", where apache is on Redhat Linux 7.2

    hi,
    very urgent!
    where can I download "apache http server plug-in", where apache
    web server is on Redhat Linux 7.2.
    in my situation,I want to proxy all requests to weblogic 6.1,which is on win2000.
    thanks
    jy

    Hi,
    You can try using the following approach with +'MatchExpression'+ parameter for the +'VirtualHost'+ configuration, which should solve your problem:
    <VirtualHost *:80>
    ServerAdmin [email protected]
    ServerName << Put your apache server ip-address here>>
    ErrorLog logs/error_log
    <Location */CustomLocationPrefix1** >
    SetHandler weblogic-handler
    +## Select the list of apps/urls for APP1+
    WebLogicCluster 192.168.100.1:7001,192.100.1:7002
    CookieName CUSTOM_JSESSIONID_COOKIE_NAME_1
    Debug ALL
    DebugConfigInfo ON
    WLLogFile C:/wlproxy.log
    </Location>
    <Location */CustomLocationPrefix2** >
    SetHandler weblogic-handler
    +## Select the list of apps/urls for APP2+
    WebLogicCluster 192.168.100.3:7001,192.168.100.4:7002
    CookieName CUSTOM_JSESSIONID_COOKIE_NAME_2
    Debug ALL
    DebugConfigInfo ON
    WLLogFile C:/wlproxy.log
    </Location>
    <Location */CustomLocationPrefix3** >
    SetHandler weblogic-handler
    +## Select the list of apps/urls for APP3+
    WebLogicCluster 192.168.100.5:7001,192.168.100.6:7002
    CookieName CUSTOM_JSESSIONID_COOKIE_NAME_3
    Debug ALL
    DebugConfigInfo ON
    WLLogFile C:/wlproxy.log
    </Location>
    <IfModule mod_weblogic.c>
    +## Combine all the locations for the different web-apps you want to route through apache http server+
    +## (i.e., APP1, APP2, APP3 in this case).+
    WebLogicCluster 192.168.100.1:7001,192.168.100.2:7002,192.168.100.3:7001,192.168.100.4:7002,192.168.100.5:7001,192.168.100.6:7002
    MatchExpression *
    +## The following may not be needed (need to recheck)+
    EnforceBasicConstraints OFF
    </IfModule>
    </VirtualHost>
    Regards,
    Deepak Kerur.
    Edited by: user10231088 on Jul 7, 2011 6:36 PM
    Edited by: user10231088 on Jul 7, 2011 6:36 PM

  • Starting Oracle 8i listener when under stand alone Windows NT 4.0 workstation.

    Hi,
    I am finding it difficult to start oracle listener under a stand alone Windows NT4.0 workstation. My NT machine is stand alone and not connected to any n/w. Since I was not able to bring up listener, I was not able to create any database. I have installed Oracle8i Enterprise Edition on my machine. Please help.
    -- Shesha

    Dear Philip,
    I have attached the listener.ora and tnsnames.ora.
    listener.ora
    # LISTENER.ORA Network Configuration File: D:\Oracle\Ora81\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS = (KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ASHWIN)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = ASHWIN)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ashwin.sheernali)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (SID_NAME = ashwin)
    tnsnames.ora
    ASHWIN.SHEERNALI =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ASHWIN)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ashwin.sheernali)
    Also, I am getting the following error messages when tried with "lsnrctl start" command at command prompt.
    TNSLSNR for 32 bit Windows version 8.1.6.00 - Production
    System parameter file is D:\Oracle\Ora81\network\admin\listener.ora
    Log Message written to D:\Oracle\Ora81\network\log\listener.log
    Listening on (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0IPC)))
    Attempted to listen on (DESCRIPTION=(ADDRESS=(KEY=EXTPROC0)))
    TNS-12538: TNS: no such protocol adapter
    TNS-12560: TNS: protocol adapter error.
    TNS-00508: No such protocol adapter.
    Thanks for everything.
    I will use the simplest forms of listener.ora and tnsnames.ora, as suggested in your mail and try tonight.
    -Shesha
    null

  • Move P6 R8.1 Stand Alone to new PC?

    We have a stand alone version of P6 with a local Oracle Express database installed on a single PC. We need to transfer this to a new computer. I have installed PC on the new machine but am having difficulty understanding how to transfer the data across.
    I am totally new to both Primavera and Oracle so any help that can be given would be gratefully received.
    Thanks

    Hello,
    You have different options to tranfer your data.
    1)Export your projects in XER or XML files and import in your new PC . (won't export obs, layout, ect)
    2)Backup your database with exp method and import in your new computer
    3)Migrate all your database information from old computer to your new computer with the migrate.bat tool (in the media folder)
    Best Regards!

  • Saving Image to server from stand alone SWF using PHP

    Hi all!
    I´m having some problems completing the following task.
    I built an information terminal for the shop of a friend of mine which uns as fullscreen application.
    On this terminal the swf file is running as a stand alone file by unsing the flash player directly.
    I want to save a snapshot (jpg) from a webcam if someboy presses a button.
    This does work as long as I run my application (swf) by using the browser (Firefox , Apache and localhost).
    But if I try to use it as it should be used no image is beeing created.
    There was an error when first testing the application which forwarded me to an Adobe site where I had the possibility to grant files permissions, which I did for the file (the SWF) that needed it.
    Did I do something wrong, or is there some permission thet I have to grant before it works as it should be?
    Best regards and many thanks in advance!
    Jan

    Does nobody have any idea?!

  • Oracle HTTP Server - JSP pages in Apache\htdocs\ only????

    I have been trying to move away from Microsoft products for some time. I installed Oracle 8.1.7 Enterprise Edition which came with Oracle HTTP server. My application is working fine except for one problem I am having. I cannot get my JSP pages to pull from any other directory except ".....\Apache\htdocs\" Could someone please help me to correct this problem?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Prem:
    your need to configure or map the others directory in apache to work in httpd.conf.
    prem<HR></BLOCKQUOTE>
    Does someone have an example of how to configure or map to other directories in httpd.conf?
    null

  • Differences between application for App. Server and stand alone application

    What are main differences?
    Why to use App. Server. if it is possible easily make Server application that listens port using socket classes?

    Can u please give a short example for 1, 3 and 4?The container will pool instances of your bean which aids in perfromance gain.
    You can handle security issues declaratively.
    The container manages the life cycle of your beans so that you can handle actions at bean's activation, passivation, initialization, destruction etc.

  • HTTP Server: Stand-alone install

    Is it possible to have the HTTP server that comes on the companion CD installed on a separate machine from the database (and APEX). I know this is possible with the application server but I cannot find in the doco whether the HTTP Server can stand on its own. A link to the appropriate docs would help. Thanks.

    "j_70",
    Yes - this is possible and supported. It is how apex.oracle.com is configured.
    http://download-west.oracle.com/docs/cd/B32472_01/doc/install.300/b32468/post_inst.htm#BHAFJJDA
    It's really just a matter of copying the images directory to the filesystem for use by Oracle HTTP Server, and then configuring a Database Access Descriptor. The PlsqlDatabaseConnectString lets you specify the host, which could be remote.
    Joel

  • Essbase 11.1.2.1 without http server

    Hi ,
    Ive been trying to install Essbase 11.1.2.1 standalone mode. And my doubt is, is it mandatory to go with http server. Cause under normal circumstances starting the opmn ohs instance starts apache.exe process in my server which we dont want to be running. I came across some docs and one of john's post where i found the below workaround.
    "To configure the Shared Services Registry without installing Foundation Services Web applications:
    1.Start EPM System Configurator from the command line, including the –forceRegistry option
    From a Windows console, change to EPM_ORACLE_HOME/common/config/version_number, and then enter configtool.bat —forceRegistry.
    On UNIX, change to EPM_ORACLE_HOME/common/config/version_number and then type ./configtool.sh —forceRegistry."
    will this method ensure that we can run without http server thereby eliminating the apache.exe process from server?
    thanks,

    OPMN is part of the OHS installation in 11.1.2.1 but that doesn't mean OHS will be running for the essbase deployment.
    If you deploy OHS then another OPMN service will be created that runs OHS.
    Essbase can be started from command line or the OPMN windows service e.g. opmn_EPM_<instancename>
    Cheers
    John
    http://john-goodw

  • Mod_osso behavior differences with 10gR3 Oracle HTTP Server 2

    We have an install of standalone 10gR3 Oracle HTTP Server 2 (i.e. the Apache 2 version), and have noticed that the behavior of mod_osso is different than the regular 10gR3 Oracle HTTP Server (i.e. the Apache 1 version).
    We use the following in our mod_osso.conf:
    <Location /somepath>
    AuthType Basic
    require valid-user
    </Location>
    First Difference: With OHS 2, when we go to /somepath, we get the error "missing AuthName" in the Apache logs.
    So, we set an AuthName. Now, our mod_osso.conf looks like this:
    <Location /OnDemand>
    AuthType Basic
    AuthName "Oracle Single Sign On"
    require valid-user
    </Location>
    Second Difference: Now, we we go to /somepath, Apache returns a 401, which causes the browser to prompt for credentials! We can enter anything we want in the dialog, and everything will continue as normal (i.e. redirects to the Oracle SSO Server to prompt for credentials, etc).
    So, our question is: Why these behavior differences in 10gR3 OHS 2? It almost seems as if it's using an old 9i mod_osso!
    Thanks,
    - Bill

    Okay, we figured it out.
    Apparently, the three "LoadModule mod_auth*" lines in OHS 2 httpd.conf need to be commented out.
    Now mod_osso is working exactly as with OHS 1.
    - Bill

  • Fails to start HTTP server

    Hi ,
    I am unable to bring the OMS up and after verifying i found "apachectl" file is missing.Because of this HTTP server is down.
    Apache logs:
    09/05/28 01:25:40 Start process
    /fbcemgbos4/oracle/product/oms10g/Apache/Apache/bin/.apachectl: No such file or directory
    09/05/28 01:25:41 Start process
    /fbcemgbos4/oracle/product/oms10g/Apache/Apache/bin/.apachectl: No such file or directory
    Can someone help me on to recover or recreate this file?
    Thanks.

    get the apachectl from another oms home and place it to this home. Open the apachectl and change to OH to relevent OH

  • Web Service and Oracle HTTP Server

    I have a web environment with Oracle Database 10.2.0.3 , oracle http server (using mod_plsql), Oracle pl/sql web toolkit. I need to create a web service that is accessed externally which will interact with the database (select, insert, delete). Is it possible to publish a web service to the Oracle Http Server or to implement web services with the environment above

    Hello,
    In RDBMS 10g you cannot directly expose WS from the DB you need to use the OracleAS Web Service Runtime to do it, following this documentation:
    - Developing Web Services that Expose Database Resources
    This is true if we are talking about "tooling/runtime/API" but after all Web Services are mainly XML (WSDL and SOAP) so it is still possible to create by hands (PL/SQL & static files) but it is probably a long work depending of the complexity of your services.
    Also, in RDBMS 11, you can now directly expose WS from the DB using the embedded HTTP server, see this Oracle 11g New Features Document
    Note that before taking one approach you must take time to write up your requirement regarding Web Services eg: do I need security, which time of encoding, interoperability, ..., ... For example WS-Security that is the standard to secure SOAP messages is not (yet) supported by the Oracle 11g RDBMS Native Web Services... where when you do use the WS-Runtime you can secure the Web Service..
    Regards
    Tugdual Grall

  • Http server configuration with mod_ntlm and mod_plsql

    I don't know if this is the right place to ask, but I will try anyway. We are trying to configure Oracle http server to use mod_ntlm to authenticate users for html-db application. After we configure the server to use mod_ntlm for mod_plsql content(pls), all the requests failed with 400 Bad Requests error. It looks like the mod_plsql does not recognize the http header for NTLM authentication(which is encrypted). Anyone knows how to make mod_ntlm and mod_plsql work together in oracle http server(i.e. Apache)? Thanks.

    sorry, 291509, but this is the wrong forum for your question. one of these forums is used to determine the appropriate forums for posting. i'm, of course, not sure which one that is, but i'd start there if i were you.
    regards,
    raj

  • PI 7.0 Java stack config of the stand-alone server to  new cluster system

    Hi colleagues,
    we have a PI installation in stand alone server (SAP with abap +
    java and Oracle in the same server)
    The system number of the ABAP stack is 00, and we are conecting to the
    Java stack to the for example the URL
    http://hostname:50000/rep/start/index.jsp
    We have installed a new PI in a MSCS and in some weeks, we´ll have to
    copy the database and configuration of the stand-alone server to the
    new cluster system. In the SAP PI installation on the MSCS, we have
    confirmed that with the ABAP stack, we won´t have any issue because the
    ASCS has the system number 00 (message server), so we only have to
    install a SAP system in each nodes without care these new system
    numbers because we are configuring a Logon group but the question is in
    the Java stack... The SCS (service in the cluster) has the 01 system
    number...
    What is the best way to keep the same URL to the Java stack that in the
    stand-alone server? (remember:
    http://hostname:50000/rep/start/index.jsp )
    Have we to install a Webdispatcher in the MSCS and one Java stack in
    each node of the cluster? we think that is right but we have a lot of
    doubts about the URL, the files of the Java (if they are stored in
    local disk in one node, how are they replicated to the second node?)
    and so on....
    Could you give us any suggestion to make the "migration" from the stand-alone to a cluster in a transparent way for the users?
    Thanks in advanced and kind regards !!
    Victor

    Thanks a lot.
    For information
    Our central SLD is on a standalone system
    However slave SLD (to ensure autonomy and HA for production XI system) will be deployed on Java separated hardware system of Xi production system.
    On master SLD all systems are described and all machine are linked with it (SLDAPICUST) except production XI one
    On slave SLD, all data of master one are replicated and only XI system is linked with (SLDAPICUST)

  • 11g HTTP Stand Alone Server Media

    Does anyone know where the 11g HTTP Stand Alone Server media is located for download. It used to come with the companion CD in 10g, but this is the statement in the Oracle Documentation - "Oracle HTTP Server: Starting with Oracle Database 11g, Oracle HTTP Server is available on a separate media shipped with Oracle Database. In the previous releases, this product was available as a Companion CD component.".
    Can anyone provide a link to the download? As its not with the 11g database download....

    But there is still a copanion CD (it is called examples now).
    http://www.oracle.com/technology/software/products/database/oracle11g/111060_linx8664soft.html
    Dim

Maybe you are looking for

  • Take Control of your Travel: Webcast with SAP Travel OnDemand customer UST Global

    You are invited to take control of your travel - register here to attend the SAP Travel onDemand webcast and learn how to manage your travel and expenses. SAP Travel onDemand: How UST Global runs SAP to manage travel expenses like never before Date -

  • Help program not working.

    Dear All I using a Java Book called Java Gently written by J.Bishop Im working on a program and its typed out correctly and compiled corretcly, but for some reason wont work i dont know what parameters i need to enter. take a look: class CurioStore1

  • So what exactly do u do with a mac mini?

    Hey All, So, what exactly are you supposed to do with a mac mini ? Im pretty much of a straight up PC guy (although that may change as I played around with my nikon d50 and some macs last year and liked the results of my photos), but a friend has a m

  • EXPLAIN PLAN option disabled

    Hi, When I take an Explain Plan using TKPROF it gives the following error: Error in CREATE TABLE of EXPLAIN PLAN table: APPS.prof$plan_table ORA-00955: name is already used by an existing object parse error offset: 18 EXPLAIN PLAN option disabled. An

  • Startscen.sh parameter is not working

    Hi all Im running a scenario from a shell script in the following fashion sh bin/startscen GL_JOURNAL 001 GLOBAL -AGENT_URL=http://mycompanyhost:mycompantport/oraclediagent variable_input_file_name=$INPUT_FILE_NAME The scenario starts but the variabl