Skip to content
WJunction - Webmaster Forum

Want to hire, my CPU Usage 100%

Status
Not open for further replies.
Hi, i'm having problem with my website.

I used aaPanel with OpenLiteSpeed for my website. My site is running fine without .htaccess, but without .htaccess all pages return with 404 error.

So i used this code for .htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

After save and restart LiteSpeed, i can access to all my post but my CPU Usage increased up to 900% and my site starting slow.

https://prnt.sc/IU93GhknFAt8
https://prnt.sc/ibhzEHilPWxK

Any one can help? I will pay for it, thanks.
 

10 comments

I think if you use wordpress you have some options to make adjustmen

In your case, it would be important to see where the problem lies. The visitors pay, query a database, ....
If i disabled my htaccess, site and VPS back like normal.

Once i enable htaccess, my CPU instantly used 100%, weird.
 
Status
Not open for further replies.

About the author

M
Active Member · Joined
2,674
Messages
446
Reactions
83
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom