from yesterday my vps sometimes go crash.
this is error log before one of this..
can you help me?
thank you
from yesterday my vps sometimes go crash.
this is error log before one of this..
can you help me?
thank you
However you say that there's a cpu load. If everything works fine except for the high cpu. Contact your hosting provider to trace which part of the software causing this high CPU.
I've a fully managed server and Arvixe tell me that is a php problem.
"
I can confirm that you do have moderate to high load on your server, but this is not a fault of the server itself. You have a PHP script under the user cenex that is using a lot of CPU:
root@cenexvps [~]# ps faux | grep cenex
root 3979 0.0 0.0 103240 860 pts/0 S+ 12:16 0:00 \_ grep cenex
cenex 3565 11.4 2.0 393424 31168 ? R 12:06 1:14 | \_ /usr/bin/php
cenex 3572 13.5 2.4 379792 36936 ? S 12:06 1:28 | \_ /usr/bin/php
cenex 3680 9.6 2.8 382872 44260 ? D 12:11 0:34 | \_ /usr/bin/php
"
I have Oxwall for a long time, I have buyed a lot of plugin (37 XD), install and uninstall it repeatly...
If I reinstall from 0 with the right plugin and import database and userfile, do you think can I resolve the issue?
two weeks ago it goes very well and cpu was always at 2% with 100+ users online.
Thank you
htaccess file
Options +FollowSymLinks
RewriteEngine On
AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
ForceType text/css
</FilesMatch>
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} !/e500\.php
#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php