11 questions
0
votes
1
answer
172
views
Oracle Http Server as proxy for Openshiftroute
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 ...
1
vote
0
answers
484
views
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 ...
1
vote
0
answers
192
views
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: ...
0
votes
1
answer
660
views
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} ^/...
1
vote
0
answers
382
views
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
<Location /base>
...
0
votes
1
answer
8k
views
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 ...
0
votes
1
answer
3k
views
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 ...
0
votes
0
answers
199
views
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 ...
0
votes
1
answer
1k
views
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 (...
1
vote
1
answer
7k
views
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)
<Location /application1>
SetHandler weblogic-...
0
votes
1
answer
984
views
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-...