facebookarchive / heroku-buildpack-hhvm

Use HHVM on Heroku
66 stars 27 forks source link

Use FastCGI server #12

Open nubs opened 10 years ago

nubs commented 10 years ago

From what I understand, the builtin server is being deprecated - is that correct? If so, this buildpack should be updated to use FastCGI, with nginx/apache/? as the server.

ptarjan commented 10 years ago

Yup! We'll be doing this with the upcoming 3.0.0 release.

ClaudiuC commented 10 years ago

@ptarjan How are you thinking to decide handling nginx/apache - which do we choose?

ptarjan commented 10 years ago

@ClaudiuC whatever the PHP buildpack chooses I'm hoping to be identical to them.

ClaudiuC commented 10 years ago

@ptarjan Makes sense :+1: . Looks like https://github.com/CHH/heroku-buildpack-php uses nginx. I think I could find some time to make the updates this week-end if you don't get a chance, if you could just get a new package up on http://dl.hhvm.com/heroku/

ptarjan commented 10 years ago

@ClaudiuC yup! That would be wonderful. Basically I want it to be the same but with our package instead. I'll work on getting the package up for 10.04 up here http://dl.hhvm.com/ubuntu/dists/lucid/

jowy commented 10 years ago

Any news on this? :)!

JosefJezek commented 10 years ago

Any news?