Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

problem with Apache header

Hi

I have a problem with the Apache 2.4 server, I'll try to explain what the problem is.

I am using apache to submit AccesPoint via port 4443, by the time prompted me username and password,

img1.jpg

but these data do not reach the access point. the screen shows me the followingimg2.jpg

AccesPoint user appears as the Null

please helpme, what can I do for logging correctly in accesspoint? my configuration is as follows:


httpd.conf


<VirtualHost _default_:4443>

LogLevel warn

  SSLEngine on

  ServerName localhost:4443

  SSLCertificateFile "${SRVROOT}/conf/ssl/server.crt"

  ProxyRequests Off

  SSLProxyEngine on

  <Proxy *>

  Require all granted

   </Proxy> 

  ProxyPass /qlikview http://172.18.244.99:2014/qlikview

  ProxyPassReverse /qlikview http://172.18.244.99:2014/qlikview

  ProxyPass /QvAJAXZfc http://172.18.244.99:2014/QvAJAXZfc

  ProxyPassReverse /QvAJAXZfc http://172.18.244.99:2014/QvAJAXZfc

  ProxyPass /QVDesktop http://172.18.244.99:2014/QvDesktop

  ProxyPassReverse /QVDesktop http://172.18.244.99:2014/QvDesktop

 

   SSLCertificateKeyFile "${SRVROOT}/conf/ssl/server.key"

  RewriteEngine On

  RewriteCond %{LA-U:REMOTE_USER} (.+)

  RewriteRule .* - [E=RU:%1]

  RequestHeader add QVUSER %{RU}e

  <Location /qlikview>

  AuthType Basic

  AuthName "QlikView"

  AuthBasicProvider file

  AuthUserFile conf/usuarios

#I have some users registered in my conf file / users

  Require valid-user

  </Location>

</VirtualHost>

img3.jpg



2 Replies
marcus_sommer

I'm not sure if an Apache-Server will be supported from QV - I have never heard from them ... so I believe rather not. But I think bbt‌ could do it.

- Marcus

Bill_Britt
Former Employee
Former Employee

Quick reply this morning (getting ready to leave on vacation). This should work if everything is setup correctly. Lets take Apache out of it and do a test with Fiddler. Check out the attached document on how to do this.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.