- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
subbu_y
Engager
03-18-2015
05:28 PM
We have enterprise installed on the same server running apache webserver. We also made the necessary configuration on webserver, but still cannot run the example test_login.html. Here is the configuration on httpd file. Splunk is running on port 8000.
httpd.conf :
#ProxyPreserveHost On
ProxyPass /proxy http://localhost:8000
ProxyPassReverse /proxy http://localhost:8000
test_login.html
splunkjs.config({
proxyPath: '/proxy',
scheme: 'http',
host: 'localhost',
port: 8080,
authenticate: {username: '*****', password: '******'}
});
Are the configurations correct?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
subbu_y
Engager
03-20-2015
01:51 PM
finally gaveup on proxy . But it is now working with CORS.
But again if I use jssdk it cannot work without proxy ?!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
subbu_y
Engager
03-20-2015
01:51 PM
finally gaveup on proxy . But it is now working with CORS.
But again if I use jssdk it cannot work without proxy ?!
