• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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