Linux
如何在 Web 伺服器上禁用 php 的安全模式?
我正在使用wkhtmltopdf製作頁面的 pdf。我的程式碼使用這個wkhtmltopdf庫執行 shell 來執行命令。在我的 wamp 伺服器上一切正常,但是當程式碼在我的網路伺服器上執行時,它不起作用並出現以下錯誤:
Warning: shell_exec() has been disabled for security reasons in /home/pssptech/public_html/.../cert.php on line 272
我認為 php 在伺服器上以安全模式執行,這就是禁用 shell 執行的原因。但主要問題是我無法在遠端 Web 伺服器上找到****php.ini文件。 你能告訴我在哪裡可以找到配置文件以便我可以禁用安全模式嗎?
提前致謝。
編輯您的 php.ini 並將變數 safe_mode 設置為 off。
safe_mode = Off
在 linux 執行中查找 php.ini
查找 / -name php.ini -print