我有Ubuntu的服务器,并安装了Apache和PHP。 我所有的networking都正常工作。
我想从networking上的图像,使用lighttpd服务器在不同的端口比Apache,例如8080.所以,在HTML中,我将有
<img src="http://myweb.com:8080/@content/img.jpg" />
如何在不中断Apache的情况下安装和configurationlighttpd?
在lighttpdconfiguration中将server.port设置为8080。