• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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