Foros de discusión

Redirecting a page for WSUS

Daniel Fritz, modificado hace 11 años.

Redirecting a page for WSUS

New Member Mensajes: 2 Fecha de incorporación: 9/03/12 Mensajes recientes
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:
###############################################
# Allow WSUS SelfUpdate to work
Alias /Selfupdate "C:/Program Files/Update Services/Selfupdate"
Alias /selfupdate "C:/Program Files/Update Services/Selfupdate"
Alias /ClientWebServiceM5 "C:/Program Files/Update Services/webservices/
ClientWebServiceM5"
<directory "c: program files update services">
  Order deny,allow
  Allow from all
</directory>

Alas, I cannot. Where would I add an alias into a Liferay installation?
thumbnail
jelmer kuperus, modificado hace 11 años.

RE: Redirecting a page for WSUS

Liferay Legend Mensajes: 1191 Fecha de incorporación: 10/03/10 Mensajes recientes
run liferay on port 8080 and use mod_proxy or mod_jk