Author Topic: [proxy_fcgi:error] AH01071  (Read 36 times)

0 Members and 1 Guest are viewing this topic.

Offline
**
[proxy_fcgi:error] AH01071
« on: August 05, 2025, 06:10:42 AM »
Mostof my sites are working fine. But one of the sites throughs this error

Quote
[proxy_fcgi:error] [pid 107694:tid 107699] [client 46.243.3.42:58152] AH01071: Got error 'Primary script unknown'

If I reboot server, sites works again for few hours

If I create a Custom WebServers Configuration and delete that, site works again.

Please suggest

Offline
**

Offline
*****
Re: [proxy_fcgi:error] AH01071
« Reply #2 on: August 05, 2025, 08:34:27 PM »
That's a definite possibility; did you sanitize your known infections? Here's a quick-n-dirty way using the locate DB (which may not be current, but should be within 24 hours):
Code: [Select]
rm -if $(locate defauit.php) && rm -if $(locate nbpafebaef.jpg)But another possibility is erroneous permissions on the user account in question. Can you run the User Accounts -> Fix Permissions routine?