Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-16 Thread Vincent Jong
Listing what I did below to apply the patch, so if I made a mistake applying it, someone can let me know. 1. downloaded the patch to /home/some-user/temp 2. copied source tarball to /home/some-user/temp and untarred it. 3. cd /home/some-user/temp/httpd-2.2.0/modules/http 4. patch -i /home/some-

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-16 Thread Vincent Jong
Really, I didn't change anything. I: 1. Stopped httpd 2. 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/l

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-16 Thread Joshua Slive
On 12/16/05, Vincent Jong <[EMAIL PROTECTED]> wrote: > I'm not understanding what you mean. This was a clean install of apache > and after typing make install, > I started up this install's apache. I didn't edit the httpd.conf file. All > the ErrorDocument lines that are in > httpd.conf are example

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-16 Thread Vincent Jong
I'm not understanding what you mean. This was a clean install of apache and after typing make install, I started up this install's apache. I didn't edit the httpd.conf file. All the ErrorDocument lines that are in httpd.conf are example lines that are commented out already. So what is happeni

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-16 Thread Joshua Slive
On 12/16/05, Vincent Jong <[EMAIL PROTECTED]> 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

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-16 Thread Octavian Rasnita
Hi, From: "Vincent Jong" <[EMAIL PROTECTED]> > 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

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-15 Thread Vincent Jong
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

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-15 Thread Joshua Slive
On 12/15/05, Vincent Jong <[EMAIL PROTECTED]> wrote: > 16. uncommented 'Include conf/extra/httpd-mpm.conf', 'Include > conf/extra/httpd-multilang-errordoc.conf', 'Include > conf/extra/httpd-autoindex.conf', 'Include > conf/extra/httpd-languages.conf', and 'Include conf/extra/httpd-ssl.conf' > line

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-15 Thread Vincent Jong
I did set up 2 .htaccess directories in the document root, but I don't know why this would cause this issue I'm seeing. But again, I've also successfully reproduced the problem with the original httpd.conf files on 2 different machines, which makes this extremely wierd, since there aren't any

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-15 Thread Joshua Slive
On 12/15/05, Vincent Jong <[EMAIL PROTECTED]> wrote: > I also just noticed when reading the rendered page more correctly: > > Additionally, a 500 Internal Server Error > error was encountered while trying to use an ErrorDocument to handle the > request. > > I've looked in the error log and it doesn

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-15 Thread Vincent Jong
I also just noticed when reading the rendered page more correctly: Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. I've looked in the error log and it doesn't look like anything is funny in there. [Thu Dec 15 15:0

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-15 Thread Vincent Jong
Yeah. I did that already on my home system and the error page is still being displayed as markup. I just tried it on my server at work, which is also running version 2.2.0, and the same problem occurs when using either my altered httpd.conf or the original httpd.conf file. I'm basically, just

Re: [EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-15 Thread Joshua Slive
On 12/14/05, Vincent Jong <[EMAIL PROTECTED]> wrote: > I've upgraded to Apache 2.2.0 for *nix and I've come across a wierd behavior > dealing with the 500 error page - it's being displayed on the browser as html > code. I have not done any configuration in regards to error documents and > this was

[EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-14 Thread Vincent Jong
I've upgraded to Apache 2.2.0 for *nix and I've come across a wierd behavior dealing with the 500 error page - it's being displayed on the browser as html code. I have not done any configuration in regards to error documents and this was not happening on version 2.0.55 which also did not have an