Eric S. Johansson wrote:
> I'm trying to figure out how to make the three of these work together.
> Are there any pointers? Running on Gentoo, latest Cherokee
I would suggest:
- Check the PHP interpreter. It must be the "cgi-fcgi" version. You
can check it with "php -v", the output should be something like:
PHP 4.4.0-3 (cgi-fcgi) (built: Oct 8 2005 16:53:33)
- Take a look at this configuration. This is what I'm using to run
my webmail (it is on a Debian box, the paths are different):
====
Server mail.example.com {
DocumentRoot /usr/share/squirrelmail/
DirectoryIndex index.php, index.html
Directory / {
Handler common
}
Extension php {
Handler phpcgi
}
}
====
> And what does onlysecure mean?
It is a key to only allow access from secure connections. It
implements a mechanism to switch the protocol on-the-fly (actually,
it is pretty cool) but AFAIK it is still unsupported by the Mozilla
browsers; I don't know if any of the other ones knows about it.
In the worst case, you can use it to only allow secure connections
to those resources.
--
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee