On Wed, 2008-01-09 at 17:33 +0100, Stefanita rares Dumitrescu wrote: > the system works out with nginx - serving the static content, and > passing the dynamic requests to an apache & php server listening to the > internal interface on port 8000. Do you need Apache for a particular purpose? If it's just PHP you might consider just using PHP+FastCGI instead. Cliff