We currently have our Liferay installation on the same box as our WSUS server. Our Liferay installation is pointing to port 80, however, WSUS also wants port 80 - specifically {host}:80/selfupdate.
I know if this were a standard Apache installation I could just go into the httpd.conf file and add something like this into it:
1###############################################
2# Allow WSUS SelfUpdate to work
3Alias /Selfupdate "C:/Program Files/Update Services/Selfupdate"
4Alias /selfupdate "C:/Program Files/Update Services/Selfupdate"
5Alias /ClientWebServiceM5 "C:/Program Files/Update Services/webservices/
6ClientWebServiceM5"
7<Directory "C:/Program Files/Update Services">
8 Order deny,allow
9 Allow from all
10</Directory>
Alas, I cannot. Where would I add an alias into a Liferay installation?
Por favor, faça login para denunciar.