On 20.10.2005, at 22:36, Christopher wrote: > > "How did u create the file?" Do you mean the html file? I just > edited in vi and saved it in the html folder. > > Do you want the entire apache httpd.conf file?
the output from wget --spider -S http://localhost (or whatever your webserver is found with) and maybe the info what kind of encoding you think it is, and if it was a remote vi, so when you type a ö (as I do in german Ä,ß etc.) or some other local char, then the encoding of the remote (probably ssh) machine gets transferred in what the terminal program thinks is right, then written to disk on the server, and then played out by apache, with whatever apache thinks what kind of encoding it is. so please include the part of the html file outputted by hexdump, but please excuse that I don't have the hexdump commandline ready to display the decimal or hex value next to every char/line of output. then we know for sure what kind of encoding has been written to the file. the entire httpd.conf isn't needed, since we know what has been set there from the first output. hope that helps along the way to clear the issue, and if you find some nice format of hexdump for such a task I'll keep it handy for the future. matthias _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
