Hello all. I managed to install ISPC3.1 in a Banana Pro (1GB RAM, GbE directly attached to SoC, SATA port). The install does not present particular troubles (except for having to manually compile fastcgi module) and ISPConfig itself runs quite well, with acceptable response time. The problem is that *any* php script in a created website thrashes apache2 process (the handling process consumes all the available memory including swap for a total of 2GB and gets killed). Seems independent of the mode I use to handle PHP (FPM, fastcgi or mod-php). And it doesn't depend on script complexity: even a simple <?php echo "OK"does the same. Any hints? Tks, Diego
Yup. That's "THE" reference I just skipped webmail install since I'm using GSuite for my domains. It's the first time I'm having troubles (and it's about the tenth time I install ISPConfig, but the first I install it on such a constrained-resources device, the second if you count the test on an RPi B w/ 256MB RAM).
Just terminated another install, this time on a RPi 2B: PHP is working well! I don't understand what happens on the Banana Pro. I followed the exact same steps... Bah! Well, I'll keep the BPro as storage controller (GbE interface and SATA port supporting PMP)...
I don't think I missed something, but I'll probably retry anyway if I'll still have the BPro available (I doubt).
Reinstalled using the (slightly modified) script and it seems it's working: no runaway processes, at least for a simple phpinfo(). Mah! Anyway the RPi2 seems faster (maybe it leverages the 4 cores).