Really, I didn't change anything. I: 1. Stopped httpd2. Renamed the older install directory from /usr/local/Apache2.2.X to /usr/local/Apache2.2.X.old
3. Copied the httpd source tarball to my temp directory. 4. Untarred it and did a cd to the extracted directory. 5. ./configure --prefix=/usr/local/Apache2.2.X \ --enable-so --enable-mods-shared=all \ --enable-ssl --with-ssl 6. make 7. make install as root 8. /usr/local/Apach2.2.X/bin/apachectl startAccessed http://localhost/cgi-bin/test-cgi and the error page rendered in HTML code. I didn't make any changes whatsoever to this install's httpd.conf file.
Thanks, Vincent J. On Fri, 16 Dec 2005 06:49:29 -0800, Joshua Slive <joshua@xxxxxxxx> wrote:
On 12/16/05, Vincent Jong <vjong@xxxxxxxxxxxxxxxxx> wrote:Well, I did a clean install of apache. I didn't change anything, startedup apache without any httpd.conf configuration changes and tried to access http://localhost/cgi-bin/test-cgi. The 500 internal error is displayed asmarkup 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-sslYou'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.
-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx