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
Uncaught exception: no factory for server type "fastcgi"\n (HEAD and 2.3.0 in OSX) #1466
Comments
|
I'm also getting this on OS X when trying to run in fastcgi mode: hhvm --mode daemon -vServer.Type=fastcgi -vServer.Port=9000 -vLog.Level=Debug -vLog.File=/usr/local/var/hhvm/hhvm.log → hhvm --version |
|
fastcgi is not supported on OSX. |
|
Marking this |
|
Ok, thanks! |
|
I haven't touched anything on FreeBSD in months (to make it work) -- not sure if anyone else has. Feel free to hack on it; it probably requires at least some work, hopefully not the same amount as OSX [which has bigger issues since some of the APIs dependencies of the fastcgi stuff uses just aren't there on OSX.] |
|
Work is ongoing in #2386 |
|
@fredemmott @ptarjan This can be closed. |
mcuadros commentedDec 31, 2013
Hi,
Following the instructions on the blog post i am starting a fastcgi server but not is working on head compiled version, the same issue with the stable 2.3.0:
Any clue?
Regards
The text was updated successfully, but these errors were encountered: