• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk 8.6.0 - PHP-Problem with memory_limit in vhost.conf

F

flitzender_elch

Guest
Hey everybody,

when i try to set php_admin_value memory_limit 32M in my vhost.conf, the website don't show anything.
My Website can not be indicated. The browser show "The web page cannot be indicated.".

When i delete the line and reconfigure-vhost and restart the apache, my site is indicated again.

Anyboy an idea for this?
 
Dont use php_admin_value try php_value instead.

Also look in your error logs to see if there are any problems.
 
Ok, thanks it works.

Thanks a lot.

Is there a site or manual which all parameters for the vhost.conf illustrated?
 
I dont think so - but pretty much you can use anything that is valid for apache or any of its child modules
 
Back
Top