× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Haas, Matt (CL Tech Sv) skrev den 06-06-2008 16:14:
Justin,

It's not being recognized as UTF-8. Here is how to fix this problem:

* On your PC, create a file called httpd.conf.
* Go to the admin HTTP server and edit the configuration file
* Copy everything from that screen into the httpd.conf file you just created.
* Make a note of the permissions on httpd.conf on the server and delete the file.
* Copy the httpd.conf file from your PC to the server and fix the permissions as needed.

This will create the file in CCSID 819 which will resolve this issue.
Another approach is to fire up qsh

mv httpd.conf httpd.conf.bad
touch -C 819 httpd.conf
cat httpd.conf.bad >> httpd.conf
rm httpd.conf.bad

That should leave you with a new httpd.conf in codepage 819. Note that it is ">>" and not ">".



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.