On 12/16/05, Vincent Jong <vjong@xxxxxxxxxxxxxxxxx> wrote: > Well, I did a clean install of apache. I didn't change anything, started > up apache without any httpd.conf configuration changes and tried to access > http://localhost/cgi-bin/test-cgi. The 500 internal error is displayed as > markup with the added message of: > > Additionally, a 500 Internal Server Error > error was encountered while trying to use an ErrorDocument to handle the > request. > > Basically the same problem as before. > > This is the configure command used: > > ./configure --prefix=/usr/local/Apache2.2.X \ > --enable-so --enable-mods-shared=all \ > --enable-ssl --with-ssl You're probably still using your old config files. You may indeed have found a bug here, but I am very skeptical that you can trigger it without *any* changes to the default config (such as activating the multilingual error documents). Joshua.