Anyone familiar enough with that file to be able to help me out? I need to write it up for a Wt application I want to write for a CS course final project.
I also asked someone on Wt's team via email, but I thought I'd ask here as well just in case I could find someone who can help on here.
I want to specify user-agents (preferably Ajax-enabled user-agent (I don't know what values to put for them, though, so I'll need help on that)), and set an automatic tracking option. I also want to enable WebSockets and Ajax-puzzle support in general application settings.
Also, I'm using Windows, but for an alternative to the built-in httpd (which apparently only supports one session at a time), I want to use FastCGI instead of IIS/ISAPI. I've downloaded Apache and want to know of a way to use its FastCGI protocol for wtfcgi (the connector).