-
Published Answer
again complied with nginx 1.15.2 problem fixed.
•
By
getluckybyme
-
Published Answer
for static modules, we don’t need to add to .conf file.
loadmodule “modules/ngxpagespeed.so”; // this not necessary
check n…
•
By
getluckybyme
-
Published Answer
How to use log rotate for virtual hosts.
Can replace this CustomLog /var/log/apache2/access-example.com.log combined
With Cu…
Accepted Answer:
How to use log rotate for virtual hosts.
Can replace this CustomLog /var/log/apache2/access-example.com.log combined
With Cu…
•
By
getluckybyme
-
Published Question
i have 10+ virtual hosts eachone have 1 GB plugs acesslog
how can i get rid of that. i
Accepted Answer:
How to use log rotate for virtual hosts.
Can replace this CustomLog /var/log/apache2/access-example.com.log combined
With CustomLog "|bin/rotatelogs /var/log/logfile 5M" common
2
•
•
By
getluckybyme
Apache
WordPress
LAMP Stack
Debian
-
Published Answer
fINALLY REALIZED THAT it is a limit for request
Thank you
•
By
getluckybyme
-
Published Question
I am running 10 WordPress installs on lamp server powered by Debian 8.
Server allocated RAM is 4 GB
my php.ini was 256M. then I checked free memory by free m command.
there was used memory 1.8GB free memory 2GB. no...
2
•
•
By
getluckybyme
WordPress
Apache
Debian