Hi! I have a configuration problem: I want to make a subdomain that make a reverse proxy with a tomcat server: sub.domain.tld --> localhost:8080 (a tomcat server) How i can setup this on ispconfig? Thanks
It's an Apache web server. I solved creating a new subdomain for website, with the redirect type proxy using the directive ProxyPass and ProxyPassReverse
you can also just put the proxy pass and proxypassreverse in the apache directives of the subdomain options That might also be what you just did ;-)
Sorry to bring back up this thread, but i have another problem: The "Options" tab, when i create a subdomain (Subdomain for website) not showing up anymore: So, i cannot add in the apache directives the proxypass etc directives
It seems that only a reseller can access the Options tab of a website if the `Reseller can use the option-tab for websites` setting is enabled, and I don't see Options under a subdomain at all, nor under an alias domain. I haven't tried to confirm but I believe the solution would be to create an alias domain then use the apache directives in the main website's Options tab (just put an <If> conditional to match HTTP_HOST if it should only apply to one name and not the other).
That setting is under System > Main Config. But as the setting indicates, I think it is only for resellers; if you don't have Options as the control panel admin, I don't know that it will change anything (I don't know how to turn that off/on for an admin).
I can't find this settings in my main config (i'm on ispc 3.0.x). This not have sense, i've used subdomain proxypass some time ago.
I've upgraded to 3.1 final in this moment. Now i see the options tab but, when i click on it the textarea disapper instantly.