I have a PHP script to generate a PDF with wkhtmltopdf and xvfb (to simulate X server).
Using command line, there is no problem.
When this script is incorporated into my website, wkhtmltopdf never stops.
I am using
- Apache 2.4
- PHP 5.4
- wkhtmltopdf 0.11.0 rc1
What can cause this issue?