Chris Fidao

Results 141 comments of Chris Fidao

PR would be great - Making a default user for _._ from someuser.% would be useful to get people underway instead of having to figure it out themselves. On Thu,...

It looks like their [docs want you to add that via a "header"](https://mandrillapp.com/api/docs/messages.JSON.html#method=send). I _think_ this means you can do this: ``` php $email = array( 'html' => 'This is...

I'm guessing to figure out the IP address you had to go into the VM and run `ifconfig` ?

Ah - you created a vhost manually but the vhost doesn't set up PHP for you. Still need to edit the vhost manually and add in the ProxyPassMatch portion. Check...

Specially the code at the bottom in the if block - using 'sed' to find and replace: https://github.com/fideloper/Vaprobash/blob/master/scripts/apache.sh On Tuesday, May 13, 2014, Chris Fidao [email protected] wrote: > Ah -...

Well I don't want it to assume a user uses php, but perhaps I should for Vaprobash specifically. I can definitely see about that... On Tuesday, May 13, 2014, Javier...

Might change this to a different style of handling php requests in the bear future, should get around this issue. On Friday, October 10, 2014, Jeff Finley [email protected] wrote: >...

Yep, I was recently bitten by this at work too. For anyone who might make a PR before I do: The PPA to use will be _ppa:ondrej/php, *at which time...

Hi! I was wondering if you were able to test this after updating it? I haven't had a chance to try out RVM updates/fixes.

there's a PR referenced there with the fix it looks like. I haven't had time to attend this project lately, but I'll try to get to it in the near...