-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run as apache fcgi #6
Comments
It's a while since I've worked on this, but the error that you're getting from the command line is due to missing environment variables, see http://www.perlfect.com/articles/cgi_env.shtml . I haven't tried using apache, but I've had it working using cherokee, so I think that this is a configuration problem, but without more information it's difficult to know what to suggest. |
Cool, I may give Cherokee a try. If Raphters isn't as active are there On Dec 14, 2011, at 3:43 PM, Daniel Waterworth
|
I don't know of any other C web frameworks, but there's CppCMS and WT for C++ and there's also frameworks for other fast languages like lua, haskell and ocaml. |
Forget about C web frameworks, I will recommend Lift framework so you won't have to reinvent the wheel. |
I think that's unfair towards the efforts of the author @proyb2 (Oh, by the way: The Liftweb Framework is built using Scala which is compiled to Java. Much weirder and harder than opalang.org imho) |
Thanks for those links @X4! And kudos on a well crafted comment. |
Opalang look interesting and yet comparing Lift and Opalang are different beast. Well, perhaps our IT culture in Asia are operate differently where there is no much choices to choose other than Java developers, @X4. I love g-wan as much as I want to develop an enterprise portal with it but Pierre hasn't been response to my questions. Going by popularity support, nginx does it better. |
It's possible I'm just doing something wrong, but I have an apache server that can run the test script at http://snippets.dzone.com/posts/show/288 but when I try to run simple (renamed to simple.fcgi) I get a 500 error. The apache logs show:
If I run simple directly I get this:
Apache config is up at https://gist.github.com/1467099
Thanks for your help, look forward to trying out Raphters!
The text was updated successfully, but these errors were encountered: