Xiangli Zhang <[EMAIL PROTECTED]> wrote:

: Hi,all:
: 
: Can anybody help me the question?
: 
: I am using apache 2.0 in redhat 9.0. I put my perl
: cgi script under var/www/cgi-bin 
: 
: my souce code(simple.cgi)
: 
: #!/usr/local/bin/perl
: use CGI qw/:standard/;
: print header(),
:       start_html(-title=>'Wow!'),
:       h1('Wow!'),
:       'Look Ma, no hands!',
:       end_html();
: 
: I use Mozilla web browser, enter URL:
: http://localhost/cgi-bin/simple.cgi
: 
: It tell me the following error:
: 
: Internal Server Error

    Set your file permissions for simple.cgi to 755.


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to