hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

XHProf not triggered under HTTPS Virtualhost #359

Open philipnorton42 opened 8 years ago

philipnorton42 commented 8 years ago

Need to check this but I think it's just because the PHP include isn't present in the apache conf file for the SSL version of the site.

devkinetic commented 8 years ago

it should be noted also that the main vhost file is under 000-default.conf and not {{ webserver_hostname }}.conf I had to update the xhprof playbook role in my fork to get it running at all. I will have a PR when I've finished testing.

devkinetic commented 8 years ago

I can go ahead and add a task for the ssl vhost but before I do, whats with the redhat tasks? Can we prune these as the project doesn't use redhat any longer?

devkinetic commented 8 years ago

https://github.com/hashbangcode/vlad/pull/367