I've just upgraded my serv from fedora8 to fedora12 and got a problem. The httpd and vsftpd add a junk in the beginning of html files. Png, tar and other files are ok. When I make a request to localhost everything is ok.
Code:
#telnet localhost 80
GET /1.html
<html>
</html>
but from any other comp
Code:
#telnet server 80
GET /1.html
Ï0IàËNIE
îc@@À¨9À¨8P³)º`øõëú([È
F*]<html>
</html>
But this is not an apache problem. When I dl html files from ftp I got the same problem.
Iptables is swithed off.