Fórum

Redirecting a page for WSUS

Daniel Fritz, modificado 11 Anos atrás.

Redirecting a page for WSUS

New Member Postagens: 2 Data de Entrada: 09/03/12 Postagens Recentes
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 11 Anos atrás.

RE: Redirecting a page for WSUS

Liferay Legend Postagens: 1191 Data de Entrada: 10/03/10 Postagens Recentes
run liferay on port 8080 and use mod_proxy or mod_jk