Posted on 03-21-2016 11:36 PM
Upgraded our mac pro server 10.11.4 and server version 5.1 15S5127
install went swimmingly, but the server upgrade did affect the port 8443 for JSS again
fixed this by doing the following:
It will looks like:
/Library/Server/Web/Config/Proxy/apache_serviceproxy.conf
listen 80
listen 443
listen 8008
listen 8800
listen 8443
listen 8843
/Library/Server/Web/Config/Proxy/apache_serviceproxy.conf
listen 80
listen 443
listen 8008
listen 8800
listen 8843
Then CTRL + X to exit, Y to save, and Enter to exit.
Restart websites service from GUI and also restart Tomcat following this kb article: https://jamfnation.jamfsoftware.com/article.html?id=117
Posted on 03-22-2016 05:54 AM
Would it makes sense to wait to update until there is a fix out for this?
Posted on 03-22-2016 06:05 AM
@CorpTech it sounds like the post was basically sharing a fix.
@Malcolm to preserve special characters you might want to use the >_ button. So your post would look like this:
/Library/Server/Web/Config/Proxy/apache_serviceproxy.conf
listen 80
listen 443
listen 8008
listen 8800
#listen 8443
listen 8843