• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

php and executable

B

bonsaidouglas

Guest
Hi I've installed Ghostscript and html2ps to convert HTML pages to PDF, but there seems to be a permissions problem on the html2ps executable;
Error: html2ps [/usr/local/bin/html2ps] not executable

I've chmodded the permissions on the file itself to no effect. Is there a PHP or HTTPD setting that dissallows PHP from executing programs?

Thnx
 
There is PHPs open_basedir, if "/usr/local/bin/" is not within the allowed path, then php scripts won't be able to access the file.

Also check your php.ini file to see if anything has been defined in the directive 'disable_functions'
 
Outstanding, that was it. I already had a vhost.conf going so I added it there as "php_admin_value open_basedir" and it's working perfectly.

Thanks
 
how to install GhostScript

Hi I have PLESK 7.5.4 Reloaded
Fedora C3

how can I install GhostScript?

Thanks a lot.
 
I can't remember if I installed it with YUM or if I downloaded the package from the GhostScript site and installed... Either of those should point you in the right direction though.
 
Back
Top