Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
172 views

We have oracle products like OAM, OIG and SOA. We are using Routes to access these externally. The route urls are accessible but as a requirement we need to have a Oracle HTTP server as proxy in front ...
saurabh panai's user avatar
1 vote
0 answers
484 views

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's user avatar
  • 13
1 vote
0 answers
192 views

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: ...
Erdemaknc's user avatar
0 votes
1 answer
660 views

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} ^/...
Akila's user avatar
  • 23
1 vote
0 answers
382 views

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 <Location /base> ...
Vinod Marathe's user avatar
0 votes
1 answer
8k views

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 ...
Naga's user avatar
  • 21
0 votes
1 answer
3k views

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 ...
noobie's user avatar
  • 452
0 votes
0 answers
199 views

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 ...
Shesha's user avatar
  • 21
0 votes
1 answer
1k views

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 (...
PaulEdison's user avatar
1 vote
1 answer
7k views

I have an environment with Oracle WebLogic and OHS running. In the mod_wl_ohs.conf I have following (beside config for other applications) <Location /application1> SetHandler weblogic-...
PaulEdison's user avatar
0 votes
1 answer
984 views

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-...
Wernfried Domscheit's user avatar