Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Lighttpd FastCGI for specific domains.
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Lighttpd FastCGI for specific domains.

OneTwoOneTwo Member
edited February 2012 in General

hello, I use cgi with lighttpd but I would like to enable fastcgi for only specific domains. how can I do it?

Comments

  • $HTTP["host"] =~ "^yourdomain$" { fastcgi.server = ( ... ) }

  • Most of the configs are a bit as programming... so let's be creative

Sign In or Register to comment.