Alvaro Lopez Ortega wrote:
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 } } ====
woohoo!! (happy dance) Alvaro, you rock! I have been fighting with Apache for a long time, I tried Cherokee with my development of akasha but that didn't go well for a variety of reasons I think we are both trying to forget. :-) but when gentoo changed their Apache configuration, I couldn't stand the thought of trying to puzzle out how to make everything work. your lovely product, on the other hand, was easy enough to understand at two o'clock in the morning when I had my brain bloodied by Apache configuration files. It was just that I didn't understand PHP which was hanging me up.
> 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.
cool. simplest method I've seen for turning on ssl yet. but I found a problem. I'm using squirrel Mail on a nonstandard port and I want SSL on that nonstandard port. it worked before I used secure only so I know everything is functional from a serving perspective. now, when I make the https request, it just sits there spinning its little circle and I get nothing in the log. If I revert back to straight http, I get a 426 upgrade required error message.
on a related theme, If I want to have a different certificate for a virtual host, would I redefine the certificate definitions in the virtual server definition? could I do that within the virtual server definition?
and completely unrelated but necessary, webdav? is it supported yet? Or is that bounty material?
--- eric _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
