Foren

Redirecting a page for WSUS

Daniel Fritz, geändert vor 11 Jahren.

Redirecting a page for WSUS

New Member Beiträge: 2 Beitrittsdatum: 09.03.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Redirecting a page for WSUS

Liferay Legend Beiträge: 1191 Beitrittsdatum: 10.03.10 Neueste Beiträge
run liferay on port 8080 and use mod_proxy or mod_jk