-
Notifications
You must be signed in to change notification settings - Fork 390
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
Unable to obtain trace for php application running on apache httpd #95
Comments
Also on adding the phptrace "so" file to httpd modules and restarting the httpd service, obtained following error: ● httpd.service - The Apache HTTP Server Jun 12 08:49:02 ip-172-31-0-210.us-west-1.compute.internal systemd[1]: Starting The Apache HTTP Server... On looking into source code, found |
I am having the same problem on an Ubuntu 18.04 LTS system with PHP 7.2.24. I don't think the disposition of PHP's On an Ubuntu 16.04 LTS system with PHP 7.0, where |
@ankitjain235 |
Hi, I was trying to get trace for php applications running on apache httpd server but could not obtain any trace for such case.
I have added following to the /etc/php.ini
extension=trace.so
enable-dtrace=1
I have the application running properly.
Apache is also picking up the same /etc/php.ini file
Although I do obtain following
![image](https://user-images.githubusercontent.com/25716679/41272785-3f0c7670-6e34-11e8-9b13-89f50f3f8168.png)
Here it says Dtrace support is available but disabled. It this why it's not working or does phptrace does not support trace for such case?
Please help me on this.
The text was updated successfully, but these errors were encountered: