Apache mod_wl_20.so - Win2K

Dear All,
Can somebody please send me the apache mod_wl_20.so as I could not find it nowhere,
the link on the bea support site point to nothing. I will appreciate really.
Thx,
Saiful

You can get it from 6.1 SP4 or 7.0 SP2. The mod_wl_20.so from there will
work with Apache 2.0.42/43/44.
Regards,
Eric
"saiful hakim" <[email protected]> wrote in message
news:3e673fbd$[email protected]..
>
Dear All,
Can somebody please send me the apache mod_wl_20.so as I could not find itnowhere,
the link on the bea support site point to nothing. I will appreciatereally.
>
Thx,
Saiful

Similar Messages

  • Apache mod_wl_20.so

    I was able to get the Apache mod_wl_20.so for Solaris/Weblogic 7 from BEA support, but I haven't been able to get it configured yet.
    Has anyone had any luck with configuring the Plug in for Apache?
    Any help would be appreciated!
    Thanks,
    John

    Hello Srinadh,
    Could you pls send me the mod_wl_20.so file pls as I could not find nowhere this
    file.
    Thx in advance.
    Rgds,
    Saiful
    "Srinadh" <[email protected]> wrote:
    >
    HI,
    Thanks for BEA for sending the mod_wl_20.so file. FOr some reason, Apache
    doesnt
    start. Error: Cannot load APACHE_HOME/modules/mod_wl_20.so into server:
    %1 is
    not a valid Win 32 Application. Any suggestions?
    "Srinadh " <[email protected]> wrote:
    HI John,
    Can you send me the mod_wl_20.so file? I am going mad trying to look
    for it? Where
    the hell did BEA saved the file?...Thanks in advance.
    John <[email protected]> wrote:
    I was able to get the Apache mod_wl_20.so for Solaris/Weblogic 7 from
    BEA support, but I haven't been able to get it configured yet.
    Has anyone had any luck with configuring the Plug in for Apache?
    Any help would be appreciated!
    Thanks,
    John

  • How to link tomcat 5 with apache 2 on win2k?

    i've just installed the new tomcat 5.
    i need help on how to combine tomcat 5 with apache2.
    so can anyone give me some URLs?
    thanks very much.

    Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html . I believe it's works the same way as for Tomcat 4.1.
    The following steps briefly describe what to do:
    1. Install the mod_jk DLL (if running on Windows) in your Apache\modules directory. You can find it on http://jakarta.apache.org/site/binindex.cgi as JK 1.2 'Binary Releases'. (Installing the JK2 Connector is more complicated.) Just copy it over.
    2. Create a file workers.properties in you Tomcat\conf\jk directory with the following content:
    # Definiert worker fuer Tomcat
    worker.list=ajp13
    # --- Settings for the ajp13 worker
    worker.ajp13.type=ajp13
    worker.ajp13.host=localhost
    worker.ajp13.port=8009
    You may need to make amendments if you're not running it on the same host or port.
    3. In your Apache conf directory edit the httpd.conf file. Add the following lines:
    # load the module you just added
    LoadModule jk_module modules/mod_jk_xxx.dll
    # set path for your settings
    JkWorkersFile "D:/Programs/jakarta-tomcat-4.1.24/conf/jk/workers.properties"
    JkLogFile "D:/Programs/jakarta-tomcat-4.1.24/logs/mod_jk.log"
    JkLogLevel info
    <VirtualHost *>
    ServerName your.server.name.com
    # link all the static files directly to your tomcat directory. Ignore that if you have them somwhere else.
    Alias /kleika/1_00 "D:/Programs/jakarta-tomcat-4.1.24/webapps/yourwebapp"
    <Directory "D:/Programs/jakarta-tomcat-4.1.24/yourwebapp">
    Options Indexes FollowSymLinks
    DirectoryIndex index.html index.htm index.jsp
    </Directory>
    # all requests to this path will be forwarded to Tomcat
    JkMount /yourwebapp/* ajp13
    </VirtualHost>
    I hope that helps.
    Steffen

  • OEM JServer

    How do I view the JServer in OEM - I haven't done anything bar install Oracle, start the Apache server (on Win2k this is), but I get a 'Failed to get a new JServer session. Unknown Service::OEM0'
    Just a pointer required for now - I don't know how to look at what or where JServer is.
    Thx
    Andrew

    Once you deploy you fall back to the database security mechanism. I.e. in order to see tables you have to have access to them. Have you granted select privileges? Are you using a database link that exists and works?
    Mark.

  • Apache 2.0.35 httpd.conf issue with Win2k WLS 6.1sp2 Cluster

    Hi,
              Anybody has a Win2K Apache 2.0.35 httpd.conf that works
              with a WLS 6.1sp2 Cluster?
              I am getting errors like
              "..Cannot load D:/Apache2.0.35/Apache2/modules/mod_wl_20.so into server: The
              specified procedure could not be found."
              Thanks,
              -ad
              

    you should post this question plugin newsgroup.
              I will ask one of our plugin engineer to get back to you...
              Kumar
              Toly Dedes wrote:
              > Hi,
              > Anybody has a Win2K Apache 2.0.35 httpd.conf that works
              > with a WLS 6.1sp2 Cluster?
              > I am getting errors like
              > "..Cannot load D:/Apache2.0.35/Apache2/modules/mod_wl_20.so into server: The
              > specified procedure could not be found."
              >
              > Thanks,
              > -ad
              >
              >
              >
              

  • Mod_wl_20.so, apache-2.0.45 with MPM worker

    Hi,
    we currently are using apache-2.0.45 with MPM prefork on Solaris 9. We plan to
    use MPM worker in the future. apache uses mod_wl_20.so to proxy requests for the
    Backend (WLS7 SP2). On http://httpd.apache.org/docs-2.0/misc/perf-tuning.html#compiletime
    they say "prefork:...it can be used with non-thread-safe third-party modules,...".
    As I understand it, this means: If using MPM worker, every module have to be thread-safe.
    The Question is: is mod_wl_20.so thread-safe or not, so that we can use MPM worker?
    Thanks
    Andreas

    Yes, actually what happened is that I was using WL 6.1SP2, and the plugin
    did work for releases lower or equal than version 2.0.44, now the problem is
    fixed with the last available plugin.
    Thanks for your support
    Luis
    "Eric Gross" <[email protected]> wrote in message
    news:3ebacf38$[email protected]..
    That should not be correct.
    Are you sure you are using the same plugin? You would get this message if
    you used any plugin prior to 6.1 SP4 or 7.0 SP2.
    Otherwise you should not get this error message when using the plugin from
    either of the above releases.
    Regards,
    Eric
    "Luis Esteban" <[email protected]> wrote in message
    news:3eb8d994$[email protected]..
    Here, with apache 2.0.44 it works fine, and we have no problem, but whenwe upgrade
    apache from 2.0.44 to 2.0.45 we get the following error
    httpd: module "mod_weblogic.c" is not compatible with this version ofApache (found
    20020612, need 20020903).
    Please contact the vendor for the correct version.
    Could you tell please me where to find a plugin suitable for the newapache version,
    or in the other hand, could you tell me how to workaround this problem.
    Thanks.

  • Problems loading the mod_wl_20.so in apache

    My problem is that a got this error when i try to run the apache
    /usr/lib/dld.sl: Unresolved symbol: ecvtr (code) from /usr/lib/libcl.1
    /usr/lib/dld.sl: Unresolved symbol: ldecvtr (code) from /usr/lib/libcl.1
    Syntax error on line 298 of /opt/hpapache2/conf/httpd.conf:
    Cannot load /opt/hpapache2/modules/mod_wl_20.so into server: No such file or directory
    ./apachectl start: httpd could not be started
    I have the WLS 7.0.0.1, the apache version is 2.0.39, The OS is hpux11.0.
    Thanks
    Randy Rosales

    mod_wl_20.so is linked against libcl.1 which is a 10.20 library. Your Apache is
    built against libc.2, which is a 11.0 library. These two symbols are renamed to
    __ecvt_r and __ldecvt_r in libc.2. The problem is mod_wl_20.so is mixing 10.20
    library with 11.0 library, this is not supported on HP-UX 11.0. BEA needs to recompile
    mod_wl_20.so on a 11.0 system against libcl.sl which is a symbolic link to libcl.2.
    Tairshian Chou
    "Randy Rosales" <[email protected]> wrote:
    >
    My problem is that a got this error when i try to run the apache
    /usr/lib/dld.sl: Unresolved symbol: ecvtr (code) from /usr/lib/libcl.1
    /usr/lib/dld.sl: Unresolved symbol: ldecvtr (code) from /usr/lib/libcl.1
    Syntax error on line 298 of /opt/hpapache2/conf/httpd.conf:
    Cannot load /opt/hpapache2/modules/mod_wl_20.so into server: No such
    file or directory
    ./apachectl start: httpd could not be started
    I have the WLS 7.0.0.1, the apache version is 2.0.39, The OS is hpux11.0.
    Thanks
    Randy Rosales

  • Can't start apache after linking mod_wl_20.so in the https.conf

    I get a segementation fault when trying to start apache after i have linked the apache plug-in.
    Anyone ever run into this?
    I fails whether the <IfModule> statement is there or not.

    Appreciate your response. This is all I have done.
    Installed IHS 2.0.47, copied mod_wl_20.so file to modules directory and made one entry in httpd.conf:
    LoadModule weblogic_module modules/mod_wl_20.so
    IHS core dumps on when tried to startup. This is all that is documented in the "Using Web Server Plug-Ins with WebLogic Server" document. Please let me know if I am missing any additional information. Thanks! i would appreciate if you can email me your httpd.conf file for my reference. Thanks!
    [email protected] or [email protected]
    Suresh,

  • Apache on win2k

    Apache doesn't start on my Windows 2000 SP1 machine.
    The error log reports:
    Syntax error on line 2 of C:\9iAS\iSuites\Apache\Apache\conf\mod__ose.conf:
    Cannot load c:/9ias/isuites/apache/apache/modules/orajipa8i.dll into server:
    If I comment out the line Apache starts ok.
    Any ideas ?
    Mike

    Yes I know. This is because the file mod__ose.conf is included twice. Once in httpd.conf and other in oracle_apache.conf.
    Since oracle_apache.conf is included in httpd.conf, there is a duplicate entry for mod__ose.conf. Hence while trying to load the dll which is already loaded, it is raising error.

  • Urgent: Installing P2GO on Win2K and Apache

    Hi,
    I have followed all instructions to install P2GO on my Win2000 machine with Apache 1.3.9 and JServ 1.2. I Oracle816 on the machine.
    But now my Apache Web Server fails to start giving an Internal Error.
    What could be the problem? Is it that I cannot use JServ1.2 ? What should I do to start debugging?
    Any help will be tremendously appreciated.
    Regards.
    -- Jaidev

    The configuration I'm using is Apache 1.3.12, JServ 1.1.2 and it works fine. It is probably a configuration error

  • Apache/2.2.4 (Win32) + Weblogic 8.1 Problem with Module

    Hey together,
    i'm pretty new to this whole weblogic thing.
    I wanted to install the apache plugin for weblogic. I am using weblogic 8.1 and apache 2.2.4 on win xp sp2.
    I followed the instructions given in the tutorial at bea.com.
    When i try to test the conf-file via httpd.exe -t i get
    httpd.exe: Syntax error on line 116 of C:/Programme/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:
    /Programme/Apache Software Foundation/Apache2.2/modules/mod_wl_20.so into server: Das angegebene Modul wurde nicht gefun
    den.
    But the mod_wl_20.so file is definitley in this directory as all the other modules.
    This is the important part of my httpd.conf:
    <IfModule mod_weblogic.c>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicHost localhost
    WebLogicPort 7101
    MatchExpression *
    </Location>
    </IfModule>
    I even downloaded the latest version of this plugin without sucess. It's all 32 bit, so there should be no problems with that.
    I read through several topics/threads dealing with same problems but without success.
    Could any1 help please?
    Thanks in advance.

    Hi,
    What do you have on line 116 ? I have it setup on Win2k and it works fine with the following statements. Only difference is that I have Apache 2.0.54 (not 2.2.x)
    LoadModule weblogic_module modules/mod_wl_20.so
    <Location /wlPortal >
    SetHandler weblogic-handler
    WebLogicHost localhost
    WebLogicPort 7001
    </Location>
    Kevin.

  • HTTP Server - Win2K and Oracle 8.1.7 and 9iAS

    I have a problem with the APACHE WEB SERVER on Windows 2000 Server. It does not come up - I get "error 1067 - process terminated unexpectedly". I have installed Oracle 8.1.7 and installed 9iAS with no errors, using the 101 Web Apps book. However, I get the above error. Also, when I go to a dos prompt, I got "Can't locate Cwd.pm in @INC (@INC contains: .) at (eval 1) line 1."
    Many reboots and reinstalls later with no errors and perusing this site, I have had no luck - I am an expert now in installing and wiping clean of Oracle... I would appreciate if any of you can assist me over the edge (I mean, over the top)...
    null

    So, here we are. I have Oracle 8.1.7 on the Windows 2000 server. I have tried everything, including dropping everything twice, trying to install 9iAS portal - then installing Portal 3.0.8. Even just trying to use the HTTP server from 8i. I continue to get the Error 1067 from the Win2K services trying to start the HTTP server. When I go to the prompt and run apache.exe from the apache\apache directory, I get a "Can't locate Cwd.pm in @INC (@INC contains: .) at (eval 1) line 1." message.
    HELP!!

  • Configuring httpd-ssl.conf on Leopard and Apache 2.2.6

    Hi everybody,
    I recently migrated to Leopard from Tiger 10.4.10. On my Tiger client I had installed my own web server using mod_ssl with Apache 1.3 server. On Leopard, apache 2.2.6 and OpenSSL 0.9.7 are now installed and configurations files have changed.
    Since two weeks, I'm trying to install mod_ssl without success on my machine. Thereafter, I will show only what's relevant from two configuration files :
    First -> Httpd.conf (which is in /etc/apache2/)
    #My port 80 is blocked by my isp
    Listen 8080
    <IfDefine SSL>
    LoadModule ssl_module libexec/apache2/mod_ssl.so
    </IfDefine SSL>
    LoadModule php5_module /usr/local/php5/libphp5.so
    User www
    Group www
    </IfModule>
    <IfModule mod_ssl.c>
    Listen 8080
    Listen 8083
    </IfModule>
    DocumentRoot "/Library/WebServer/Documents"
    <IfModule dir_module>
    DirectoryIndex index.htm lndex.php index.htm default.html
    </IfModule>
    ErrorLog /private/var/log/apache2/error_log
    # Virtual hosts
    #Include /private/etc/apache2/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    Include /private/etc/apache2/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include /private/etc/apache2/extra/httpd-dav.conf
    # Various default settings
    #Include /private/etc/apache2/extra/httpd-default.conf
    # Secure (SSL/TLS) connections
    #Include /private/etc/apache2/extra/httpd-ssl.conf
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    DirectoryIndex index.html index.php
    </IfModule>
    #Include /private/etc/apache2/other/*.conf
    # end of httpd.conf
    Second ->httpd-ssl.conf (which is in /etc/apache2/extra/)( I elided personnal information)
    <IfModule mod_ssl.c>
    listen 8080
    listen 8083
    </IfModule>
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl .crl
    SSLPassPhraseDialog builtin
    #SSLSessionCache "dbm:/private/var/run/ssl_scache"
    SSLSessionCache "shmcb:/private/var/run/ssl_scache(512000)"
    SSLSessionCacheTimeout 300
    SSLMutex "file:/private/var/run/ssl_mutex"
    <VirtualHost default:8080>
    #Just to keep things sane...
    DocumentRoot "/Library/WebServer/Documents"
    ServerName myadress.com
    ServerAdmin [email protected]
    SSLEngine off
    </VirtualHost>
    <VirtualHost default:8083>
    # General setup for the virtual host
    DocumentRoot "/Library/WebServer/Documents"
    ServerName myadress.com
    ServerAdmin [email protected]
    ErrorLog "/private/var/log/apache2/error_log"
    TransferLog "/private/var/log/apache2/access_log"
    # SSL Engine Switch:
    # Enable/Disable SSL for this virtual host.
    SSLEngine on
    # SSL Cipher Suite:
    SSLCipherSuite ALL:!ADH:!EXPORT56:RC4RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:eNULL
    # Server Certificate:
    SSLCertificateFile "/private/etc/apache2/ssl.key/server.crt"
    #SSLCertificateFile "/private/etc/apache2/server-dsa.crt"
    # Server Private Key:
    SSLCertificateFile "/private/etc/apache2/ssl.key/server.key"
    #SSLCertificateKeyFile "/private/etc/apache2/server-dsa.key"
    # Server Certificate Chain:
    #SSLCertificateChainFile "/private/etc/apache2/server-ca.crt"
    # Certificate Authority (CA):
    #SSLCACertificatePath "/private/etc/apache2/ssl.crt"
    SSLCACertificatePath "/private/etc/apache2/ssl.key/"
    #SSLCACertificateFile "/private/etc/apache2/ssl.crt/ca-bundle.crt"
    # Certificate Revocation Lists (CRL):
    #SSLCARevocationPath "/private/etc/apache2/ssl.crl"
    #SSLCARevocationFile "/private/etc/apache2/ssl.crl/ca-bundle.crl"
    # Client Authentication (Type):
    #SSLVerifyClient require
    #SSLVerifyDepth 10
    # Access Control:
    #<Location />
    #SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
    # and %{SSLCLIENT_S_DNO} eq "Snake Oil, Ltd." \
    # and %{SSLCLIENT_S_DNOU} in {"Staff", "CA", "Dev"} \
    # and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
    # and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \
    # or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
    #</Location>
    # SSL Engine Options:
    #SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
    <FilesMatch "\.(cgi|shtml|phtml|php)$">
    SSLOptions +StdEnvVars
    </FilesMatch>
    <Directory "/Library/WebServer/CGI-Executables">
    SSLOptions +StdEnvVars
    </Directory>
    # SSL Protocol Adjustments:
    BrowserMatch ".MSIE." \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    # Per-Server Logging:
    CustomLog "/private/var/log/apache2/sslrequestlog" \
    "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    </VirtualHost>
    ### end of httpd-ssl.conf
    When I uncomment this line in httpd.conf :
    LoadModule ssl_module libexec/apache2/mod_ssl.so
    and try to send the 'apachectl start' command in terminal nothing happens. Apache seems to hang and
    no "Apache/2.2.6 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations" in my console log. Of course, nothing in my error_log.
    I've read somewhere else that there would be a bug in 9.7 version of modssl and that we should install 9.8 version. Could anybody confirm this ?
    Is there somebody here who succeeded installing ssl on apache 2.2.6 and Leopard 10.5.1 ?
    Thanks for helping me
    Regards

    You need the latest plugin.
    Get it from at least 6.1 SP4.
    Eric
    "Michael Congdon" <[email protected]> wrote in message
    news:[email protected]..
    >
    I am having the exact same problem with Apache 2.0.40 on Solaris 2.7 andWebLogic
    6.1 SP 1.
    Please let me know if you get any help. I don't know of anyone who hassuccessfully
    used Apache 2.0 w/WebLogic.
    "Yanjing Liu" <[email protected]> wrote:
    I tried to use apache plug-in to forward request to a wls6.1sp1 on
    Win2000.
    >>
    So I installed Apache 2.0.40 running on Solaris 8 and simply copymod_wl.so
    from
    WL_HOME\lib\Solaris to APATHE_HOME/libexec. A few lines has been added
    to my httpd.conf,
    which are:
    LoadModule weblogic_module libexec/mod_wl.so
    <IfModule mod_weblogic.c>
    WebLogicHost myweblogicserver.com WebLogicPort 7001
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    </Location>
    When I verify the syntax of the httpd.conf file with the followingcommand:
    >>
    /export/home/apache2/bin/apachectl configtest
    Here are the errors I got:
    Cannot load /export/home/apache2/libexec/mod_wl_20.so into server:ld.so.1
    >>
    /export/home/apache2/bin/httpd:fatal: relocation error:file
    /export/home/apache2/libexec/mod_wl_20.so: symbol apr_pool_create:referenced
    symbol not found.
    Has anyone expereinced a similiar problem?
    Thanks,
    Yanjing

  • Apache Plug-in wont re-direct.

    I'm trying to use the apache plug-in to redirect traffic to my non-clusterd weblogic server but I can not get it to work. I'm trying to route everything to Weblogic. It loads the weblogic plugin but I never get re-routed. Any help is appreciated.
    Thanks,
    Tom.
    The pertinent information below:
    OS: Solaris 10
    Apache: 2.0.63
    Weblogic 9.2 MP3
    weblogic module copied to:
    /usr/apache2/libexec/mod_wl_20.so
    httpd.conf entries:
    # load the weblogic module
    LoadModule weblogic_module libexec/mod_wl_20.so
    #weblogic settings
    <IfModule mod_weblogic.c>
    WebLogicHost myserver.lc.ca.gov
    WebLogicPort 9001
    MatchExpression /*
    Debug ON
    WLLogFile /tmp/global_proxy.log
    WLTempDir /tmp
    DebugConfigInfo ON
    </IfModule>
    Error.log output:
    [Tue Nov 18 11:05:19 2008] [info] mod_unique_id: using ip addr 165.107.72.112
    [Tue Nov 18 11:05:20 2008] [info] mod_unique_id: using ip addr 165.107.72.112
    [Tue Nov 18 11:05:21 2008] [notice] BEA plugin build date/time: Dec 5 2007 15:1
    2:41. Change Number: 1014998
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_mod: mpm doesn't support th
    reads.
    [Tue Nov 18 11:05:21 2008] [notice] Digest: generating secret for digest authent
    ication ...
    [Tue Nov 18 11:05:21 2008] [notice] Digest: done
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: Testing Debug=ON LogFile=/var/ap
    ache2/logs/global_proxy.log TempDir=/tmp
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: created global log context in ch
    ild
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: Testing Debug=ON LogFile=/var/ap
    ache2/logs/global_proxy.log TempDir=/tmp
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: created global log context in ch
    ild
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: Testing Debug=ON LogFile=/var/ap
    ache2/logs/global_proxy.log TempDir=/tmp
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: created global log context in ch
    ild
    [Tue Nov 18 11:05:21 2008] [notice] Apache/2.0.63 (Unix) DAV/2 configured -- res
    uming normal operations
    [Tue Nov 18 11:05:21 2008] [info] Server built: Feb 10 2008 04:45:11
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: Testing Debug=ON LogFile=/var/ap
    ache2/logs/global_proxy.log TempDir=/tmp
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: created global log context in ch
    ild
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1

    OK, I chmod 777 to the mod_wl_20.so.
    I also changed the httpd.config to:
    &lt;IfModule mod_weblogic.c&gt;
    WebLogicHost lwpvcma1.lc.ca.gov
    WebLogicPort 9001
    WLLocalIP "my local ip - removed for security"
    Debug ON
    WLLogFile /var/apache2/logs/global_proxy.log
    WLTempDir /tmp
    DebugConfigInfo ON
    &lt;/IfModule&gt;
    &lt;Location /ShoppingCart&gt;
    SetHandler weblogic-handler
    PathTrim /ShoppingCart
    &lt;/Location&gt;
    But I still get the same result. The apache server and weblogic server are running on the same machine - not sure if that makes a difference.
    Here is what apache Server-info displays:
    Module Name: mod_weblogic.c
    Content handlers: yes
    Configuration Phase Participation: Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
    Request Phase Participation: Fixups
    Module Directives:
    CookieName - Defines CookieName
    WLCookieName - Defines WLCookieName
    WebLogicCluster - Defines a list of WebLogic Clusters
    WebLogicHost - Defines a WebLogic Host
    WebLogicPort - Defines a WebLogic Port
    PathTrim - Defines PathTrim
    PathPrepend - Defines PathPrepend
    HungServerRecoverSecs - This parameter is used for recovery from hung servers min:default=10:300
    WLIOTimeoutSecs - Defines WLIOTimeoutSecs
    WLSocketTimeoutSecs - Defines WLSocketTimeoutSecs
    ConnectTimeoutSecs - Defines ConnectTimeoutSecs
    ConnectRetrySecs - Defines ConnectRetrySecs
    MaxPostSize - Defines MaxPostSize
    StatPath - Defines StatPath
    ErrorPage - Defines ErrorPage
    DebugConfigInfo - Whether to log the config info or not
    Idempotent - Whether to failover or not
    DynamicServerList - Whether to use dynamic server list or not
    MaxSkips - Defines MaxSkips
    MaxSkipTime - Defines MaxSkipTime
    SecureProxy - Whether SSL is required
    EnforceBasicConstraints - Whether basic constraints checking is enforced
    RequireSSLHostMatch - Whether SSL host match is required
    SSLHostMatchOID - Which OID to use for SSL host match
    TrustedCAFile - Where SSL trusted CA file is located
    FileCaching - Whether to failover or not
    MatchExpression - Regular expression for matching weblogic requests (e.g., "*.jsp")
    Debug - Log the debugging info or not
    DefaultFileName - Set the default filename
    DisableCookie2Server - Igore session info in the cookie
    KeepAliveEnabled - Turn on/off keep alive enable feature
    KeepAliveSecs - how long we keep the socket open
    WLDNSRefreshInterval - how frequent we do DNS lookup
    QueryFromRequest - should use r-&gt;args as query string
    WLForwardUriUnparsed - should use r-&gt;unparsed_uri instead of r-&gt;uri
    WLLocalIP - specify the local IP to bind
    WLTempDir - specify the location for wlproxy directory
    WLLogFile - specify the log file to be used
    WLProxySSL - whether to send WL-Proxy-SSL header or not
    WLCrossOverProxyEnabled - whether to allow cross over proxy
    WLExcludePathOrMimeType - requests to be excluded for proxying (e.g., "*.php")
    Current Configuration:
    WebLogicHost myhost.lc.ca.gov
    WebLogicPort 9001
    WLLocalIP "My Local IP Address"
    Debug ON
    WLLogFile /var/apache2/logs/global_proxy.log
    WLTempDir /tmp
    DebugConfigInfo ON
    *&lt;Location /ShoppingCart&gt;*
    PathTrim /ShoppingCart
    *&lt;/Location&gt;*

  • Error in configuring apache plug in with weblogic 8.1.5

    I tried to configure Apache 2.2 plugin with weblogic 8.1 SP 5 in Linux ES 4.0 . I am getting the following error while loading weblogic_module in httpd.conf file in Apache server (restarting apache server after putting entries in httpd.conf).. The error is httpd: Syntax error on line 414 of /usr/local/apache2/conf/httpd.conf: API module structure `weblogic_module' in file /usr/local/apache2/modules/mod_wl_20.so is garbled - perhaps this is not an Apache module DSO?
    Did anyone got this error before?

    The solution is for BEA to provide the plug-in. Probably a few minutes of a work for BEA developer. Weblogic 9.0 has it.
    Edited by muralive at 09/17/2007 10:08 PM

Maybe you are looking for