| Private Hosting Questions about VPS, dedicated servers and colocation. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) | |
|
Registered User
Comfy Contributor
Joined in Apr 2006
Lives in New York
Hosted on VPS-5
172 posts
Gave thanks: 8
Thanked 8 times
|
Clearing the Error Log?
Anyone know where the file is that needs to be deleted to clear out the error log shown in cpanel?
I know I've done it before and this error stays behind but not a big deal. Quote:
|
|
|
|
|
|
|
#2 (permalink) |
|
Registered User
Comfy Contributor
Joined in Mar 2005
Lives in Niagara, Canada
Hosted on just.shak.ws
170 posts
Gave thanks: 55
Thanked 5 times
|
Tsikura, you have two files that the server wants to execute but has no permission:
1) /home/xxx/public_html/w/wp-content/plugins/xinha4wp/xinha_core/plugins/Contex tMenu/1.pl 2) /home/xxx/public_html/w/wp-content/plugins/xinha4wp/xinha_core/plugins/SpellC hecker/spell-check-logic.cgi You could delete those files, but you could get an error elsewhere as a consequence. What about giving those files execute permission? You can do it in ssh (chmod a+x thefile) or using the File Manager to set "permissions". The last error "directory is writable by others: (/home/xxx/public_html/w)" is security warning. Consequence is vulnerability to malicious code, which may penetrate your server and enslave it for evil! Maybe Surpass Hosting support would be gracious enough to tune up those issues if you submitted a ticket. If you don't have PHPSuExec or suPHP installed for apache, consider them, especially with respect to the last error, which I would not leave unaccounted. D.Shak |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Comfy Contributor
Joined in Apr 2006
Lives in New York
Hosted on VPS-5
172 posts
Gave thanks: 8
Thanked 8 times
|
Those errors are over a year old. I do not have any of those files/directory anymore.
I also have most folders as 755 as it is. I cleared the error log once, fine, but those errors above never disappeared. I don't really need a lesson about phpsuexec, been there done that and it has caused more problems than good. Not everyone will just install scripts and not update them or check for vulnerabilities. Those files above were just for testing and dissecting some php files. I have almost no clue about how to use cpanel as I prefer ssh now. Last edited by Tsikura; December 19th, 2007 at 5:00 PM. |
|
|
|
|
|
#5 (permalink) | |
|
Registered User
Comfy Contributor
Joined in Mar 2005
Lives in Niagara, Canada
Hosted on just.shak.ws
170 posts
Gave thanks: 55
Thanked 5 times
|
Quote:
Can you tell us about your problems with PHPSuExec? I have been running it with no problems [once the initial implementation problems were ironed out]. Maybe you should try the other solution suPHP. D.Shak |
|
|
|
|