Greetings,
I do apologize for the extended delay,
We have stabilised the server at this time by disabling the following file:
'/mycommunity/profile.php'
There appears a decent amount of local traffic directed towards profile.php as shown below:
[+] Top Connections by IP any port:
1 50.23.47.206
2 157.55.18.24
3 207.46.199.45
3 207.46.204.241
4 65.52.108.148
5 65.52.104.27
9 96.252.243.219
42 0.0.0.0
316 127.0.0.1
621 184.172.250.53
[+] Connections by port:
1 783
1 8443
1 953
1 993
1 995
1 9999
2 22
11 53
99 11211
473 80
[+] TOTAL: 1010
I have disabled the file profile.php to protect the integrity of the server. Is there a specific reason the server is connecting to profile.php continuously ? Csampson |
and? |
Makes no sense to me. https://www.deanbassett.com |
@prolaznic https://www.deanbassett.com |
What might cause this: Insufficient permissions
[Sun Jan 08 14:45:25 2012] [error] [client 184.172.250.53] Insufficient permissions: /home/public_html/ mycommunity/profile.php
[Sun Jan 08 14:45:25 2012] [error] [client 184.172.250.53] File does not exist: /home/public_html/mycommunity/modules/boonex/photos/data/thumbnails/O5079564-1.jpg [Sun Jan 08 14:45:25 2012] [error] [client 184.172.250.53] Insufficient permissions: /home/public_html/mycommunity/profile.php [Sun Jan 08 14:45:25 2012] [error] [client 184.172.250.53] File does not exist: /home/public_html/mycommunity/ssp_mfr/slideshowpro/albums/album-5/lg/O5079539-1.jpg [Sun Jan 08 14:45:25 2012] [error] [client 184.172.250.53] Insufficient permissions: /home/public_html/mycommunity/profile.php [Sun Jan 08 14:45:25 2012] [error] [client 184.172.250.53] File does not exist: /home/public_html/mycommunity/modules/boonex/photos/data/thumbnails/O5079539-1.jpg Csampson |
Most likely incorrect permissions or ownership of the photos. Most likely the result of moving the photos. Perhaps from one server to another. https://www.deanbassett.com |
Thanks Deano it reminded me of a hard coded script calling for photos once I uploaded the photos the issue went away! Thanks..... Csampson |