If you have spare IP, bind IP's to Apache and Lighttpd as needed.

In Apache

Code:
Listen yourip1:80
Listen yourip2:80
In lighttpd

Code:
server.bind                = "your-lighttpd-ip-here"
Or use a different port for lighttpd