|
| doctor installation errors |
 |
Tue, 29 May 2007 21:34:11 -070 |
When I installed Doctor, I did stuff like normal, but I keep getting
this error:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xml:lang="en">
<head>
<title>Server error!</title>
<link rev="made" href="mailto:admin@localhost" />
<style
type="text/css"><!--/*--><![CDATA[/*><!--*/
body { color: #000000; background-color: #FFFFFF; }
a:link { color: #0000CC; }
p, address {margin-left: 3em;}
span {font-size: smaller;}
/*]]>*/--></style>
</head>
<body>
<h1>Server error!</h1>
<p>
The server encountered an internal error and was
unable to complete your request.
</p>
<p>
Error message:
<br />Premature end of script headers: doctor.cgi
</p>
<p>
If you think this is a server error, please contact
the <a href="mailto:admin@localhost">webmaster</a>.
</p>
<h2>Error 500</h2>
<address>
<a href="/">localhost</a><br />
<span>05/29/07 21:29:17<br />
Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d
mod_autoindex_color SVN/1.4.3 PHP/5.2.0</span>
</address>
</body>
</html>
I did change #!C:/Perl/bin/perl -w to #!C:/Perl/bin/perl -wT, but thats
all the changes I made to doctor.cgi.
|
| Post Reply
|
| Re: doctor installation errors |
 |
Tue, 29 May 2007 21:38:37 -070 |
VanBuren Darren, L. wrote:
> When I installed Doctor, I did stuff like normal, but I keep getting
> this error:
><?xml version="1.0" encoding="ISO-8859-1"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xml:lang="en">
> <head>
> <title>Server error!</title>
> <link rev="made" href="mailto:admin@localhost"
/>
> <style
type="text/css"><!--/*--><![CDATA[/*><!--*/
> body { color: #000000; background-color: #FFFFFF; }
> a:link { color: #0000CC; }
> p, address {margin-left: 3em;}
> span {font-size: smaller;}
> /*]]>*/--></style>
> </head>
>
> <body>
> <h1>Server error!</h1>
> <p>
>
>
>
>
> The server encountered an internal error and was
> unable to complete your request.
>
> </p>
> <p>
>
>
> Error message:
> <br />Premature end of script headers: doctor.cgi
>
>
>
> </p>
> <p>
> If you think this is a server error, please contact
> the <a href="mailto:admin@localhost">webmaster</a>.
>
> </p>
>
> <h2>Error 500</h2>
> <address>
> <a href="/">localhost</a><br />
>
> <span>05/29/07 21:29:17<br />
> Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d
> mod_autoindex_color SVN/1.4.3 PHP/5.2.0</span>
> </address>
> </body>
> </html>
>
> I did change #!C:/Perl/bin/perl -w to #!C:/Perl/bin/perl -wT, but thats
> all the changes I made to doctor.cgi.
>
> Can someone help me?
|
| Post Reply
|
| Re: doctor installation errors |
 |
Wed, 30 May 2007 15:43:07 -040 |
On 5/30/07 5:15 AM, _Daniel_ spoke thusly:
> What's Doctor??
I assume he is referrring to the Doctor webtool, by Mozilla.
<http://www.mozilla.org/tools.html>
<https://doctor.mozilla.org/>
To experience it, go to the bottom of almost any page on
www.mozilla.org, and click on "Edit this Page".
VanBuren Darren, L. should probably post his question in
|
| Post Reply
|
| Re: doctor installation errors |
 |
Wed, 30 May 2007 19:15:14 +100 |
VanBuren Darren, L. wrote:
> VanBuren Darren, L. wrote:
>> When I installed Doctor, I did stuff like normal, but I keep getting
>> this error:
>> <?xml version="1.0" encoding="ISO-8859-1"?>
>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>> <html xmlns="http://www.w3.org/1999/xhtml"
lang="en" xml:lang="en">
>> <head>
>> <title>Server error!</title>
>> <link rev="made" href="mailto:admin@localhost"
/>
>> <style
type="text/css"><!--/*--><![CDATA[/*><!--*/
>> body { color: #000000; background-color: #FFFFFF; }
>> a:link { color: #0000CC; }
>> p, address {margin-left: 3em;}
>> span {font-size: smaller;}
>> /*]]>*/--></style>
>> </head>
>>
>> <body>
>> <h1>Server error!</h1>
>> <p>
>>
>>
>>
>>
>> The server encountered an internal error and was
>> unable to complete your request.
>>
>> </p>
>> <p>
>>
>>
>> Error message:
>> <br />Premature end of script headers: doctor.cgi
>>
>>
>>
>> </p>
>> <p>
>> If you think this is a server error, please contact
>> the <a
href="mailto:admin@localhost">webmaster</a>.
>>
>> </p>
>>
>> <h2>Error 500</h2>
>> <address>
>> <a href="/">localhost</a><br />
>>
>> <span>05/29/07 21:29:17<br />
>> Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d
>> mod_autoindex_color SVN/1.4.3 PHP/5.2.0</span>
>> </address>
>> </body>
>> </html>
>>
>> I did change #!C:/Perl/bin/perl -w to #!C:/Perl/bin/perl -wT, but
>> thats all the changes I made to doctor.cgi.
>>
>> Can someone help me?
>
> Cough! I forgot the top line!
What's Doctor??
|
| Post Reply
|
| Re: doctor installation errors |
 |
Thu, 31 May 2007 09:38:52 +100 |
Chris Ilias wrote:
> On 5/30/07 5:15 AM, _Daniel_ spoke thusly:
>> What's Doctor??
>
> I assume he is referrring to the Doctor webtool, by Mozilla.
> <http://www.mozilla.org/tools.html>
> <https://doctor.mozilla.org/>
>
> To experience it, go to the bottom of almost any page on
> www.mozilla.org, and click on "Edit this Page".
>
> VanBuren Darren, L. should probably post his question in
> mozilla.support.webtools.
Thanks for that Chris!
|
| Post Reply
|
|
|
|
|
|
|
|
|
|