• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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