You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/11/19 19:19:01 UTC

[GitHub] [skywalking] TigerIcecold opened a new issue #3895: Proxying Apache SkyWalking with Apache WebServer under a different endpoint URL

TigerIcecold opened a new issue #3895: Proxying Apache SkyWalking with Apache WebServer under a different endpoint URL
URL: https://github.com/apache/skywalking/issues/3895
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   I have a Liferay CE (Java CMS) on Apache Tomcat and Apache SkyWalking installed on the same machine. Liferay is configured to work with the ports 8009, 8080 and 8443 and Apache Skywalking is configured to use TCP_8081. Now I would like to manage the web acces over the Apache Webserver and enable authentication for SkyWalking. So I'd like to have the same hostname for both and Liferay should use the root URL location "/" and SkyWalking should use something like /skywalking - so:
   
   Liferay:         mywebsite.com
   SkyWalking: mywebsite.com/skywalking
   
   Unfortunately SkyWalking doesn't work like this. It works only if it is proxied as root (/).
   My experiments with the Apache Webserver mod_proxy_html weren't successful.
   
   So, now there are two possibilities:
   
   1) Does anybody know how to proxy Apache SkyWalking wit the Apache WebServer under a different endpoint URL?
   
   2) Or is it possible to configure Apache SkyWalking to start under a different endpont URL, like localhost:8081/skywalking? Like this it would be very easy to proxy it.
   
   I would like to not create a separate virtual host in Apache WebServer for this.
   
   Thank you kindly in advance
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   6.5.0, Ubuntu 19.10, Azul OpenJDK 11.0.5
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services