留言板

Redirecting a page for WSUS

Daniel Fritz,修改在11 年前。

Redirecting a page for WSUS

New Member 帖子: 2 加入日期: 12-3-9 最近的帖子
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,修改在11 年前。

RE: Redirecting a page for WSUS

Liferay Legend 帖子: 1191 加入日期: 10-3-10 最近的帖子
run liferay on port 8080 and use mod_proxy or mod_jk