ispconfig

Permalink
Hi

has anyone had success installing concrete on top of ispconfig either via aps or separate install. Every time I try I get failed installation.

 
daveofca replied on at Permalink Reply
Sorry for the late reply, I have.

I had to modify the website set up to the following:

Options Tab:
Custom php.ini settings:
upload_max_filesize = 200M
post_max_size = 200M
memory_limit = 300M
max_execution_time = 259200
max_input_time = 259200
session.gc_maxlifetime = 1200

Apache Directives:
FcgidMaxRequestLen 2000000

I hope this helps.