Questions tagged [oracle-http-server]

Oracle HTTP Server is the web server component for Oracle. It provides listener, framework for hosting static pages, dynamic pages, and applications over the Web.

11 questions
1
vote
0 answers

URL redirection not working after changing from http to https

I have an application deployed in weblogic and OHS (oracle http server) as webserver. My OHS config looks like below ,when it was working (http) whenever i give example.domain.com it redirected to…
Vamsi
  • 13
  • 1
  • 5
1
vote
0 answers

Oracle HTTP Server "File name too long" ERROR

I am using Oracle HTTP Server. I would like to ask about my server log file. I saw an ERROR in my log file example like this: [OHS] [ERROR:32] [AH00127] [core] [client_id: 10.10.10.10] [host_id: example] [host_addr: 10.10.10.10] [pid: 111111] [tid:…
1
vote
0 answers

change WebLogicHost or Location section based on cookie on oracle http server

I wanted to change WebLogicHost or the location section based on http-cookie on oracle http server 12.1.3 Below is the original working configuration in mod_wl_ohs.conf SetHandler weblogic-handler WebLogicHost x.x.2.16 …
1
vote
1 answer

weblogic & OHS: How forward one url to a different server

I have an environment with Oracle WebLogic and OHS running. In the mod_wl_ohs.conf I have following (beside config for other applications) SetHandler weblogic-handler WLLogFile /opt/logs/ application1.log Debug…
PaulEdison
  • 897
  • 1
  • 15
  • 36
0
votes
0 answers

OSB Calling service with X-FORWARDED-FOR header shows Unauthorized

OSB Calling service with X-FORWARDED-FOR header shows Unauthorized. But if remove this header it is working fine. I tried to directly test it from service bus, it is working fine from there for both cases. I have checked but didn't find any…
0
votes
1 answer

Having difficulty OHS rewrite rule for multiple domains

I'm having a bit of difficulty with rewriting on Oracle HTTP Server for multiple domains that point to same IP address and port Following is working RewriteEngine On RewriteCond %{REQUEST_URI} ^/$ RewriteRule ^(.*)$…
Akila
  • 23
  • 4
0
votes
1 answer

Unable to start OHS component

Middleware: Oracle HTTP Server(OHS) Version: 12.2.1.3 Configured Oracle HTTP Server(OHS) in standalone mode. Node manager is running perfectly. While starting "./startComponent.sh ohs1" i am getting the below error, """ javax.net.ssl.SSLException:…
0
votes
1 answer

SSL Configuration in OHS 12c

In the past, my web application hosted in Weblogic 12c and OHS 12c, the url is http://serverName/webName SSL is pretty new to me, now I managed to turn on 1. SSL in Weblogic, web application can access through https://serverName:7002/webName 2. SSL…
noobie
  • 452
  • 4
  • 6
  • 22
0
votes
0 answers

after migrating from Apache2.4 to OHS(Oracle HTTPS server) I get Fatal error: Uncaught Error: Call to undefined function oci_connect()

After migrating from Apache 2.4 to OHS(Oracle HTTPS server) I get Fatal error: Uncaught Error: Call to undefined function oci_connect() I am using PHP 7 version when I entered command php -m I can see that OCI8 is installed When I use Apache I am…
Shesha
  • 21
  • 9
0
votes
1 answer

weblogic & OHS - how to make my application available via the common external port

I have a application that is deployed on a weblogic server (12c). Th application has a angular JS and a Rest endpoint part. With the internal port & urls the application parts are working fine (both part of one ear…
PaulEdison
  • 897
  • 1
  • 15
  • 36
0
votes
1 answer

Redirect alias to different servers based on port

I have an Oracle HTTP Server (which is based on Apache) with two applications on it: http://example.net/ -> opens the Life-Application (default port 80) http://example.net:7777/ -> opens the Test-Application Now we want to simplify the URL,…
Wernfried Domscheit
  • 54,457
  • 9
  • 76
  • 110