just like jira, confluence & crowd i need to disable http(s) connectors and use ajp instead.
where can i find documentation for that?
i was wondering why the app was unreachable after changing connector from "HTTP/1.1" to "AJP/1.3"
my mistake was i forgot trailing / in my proxy config to point on ajp://localhost:7990/ instead of ajp://localhost:7990
now everything runs as expected
hi michiel...
thats a simple thing....
just edit server.xml and change protocol "HTTP/1.1" to "AJP/1.3"" inside the connector
nothing more to change
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi C.
well, how did you set up ajp in Stash? What changes in server.xml? Any need to change scripts.cfg too?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.