Re: mod_perl

2000-08-03 Thread yusun
- Original Message - From: "Tom Brown" <[EMAIL PROTECTED]> To: "yusun" <[EMAIL PROTECTED]> Sent: Friday, August 04, 2000 12:16 PM Subject: Re: mod_perl > > you've obviously got a ScriptAlias in place for that directory... you > _must_ ... either that

Re: mod_perl

2000-08-03 Thread yusun
t; <[EMAIL PROTECTED]> To: "yusun" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 03, 2000 11:15 PM Subject: Re: mod_perl > Yusun, > > your questions don't get better if you post them over and over again. Can you > answer the fol

mod_perl

2000-08-03 Thread yusun
I have installed the mod_perl   % tar xzvf apache_x.x.x.tar.gz  % tar xzvf mod_perl-x.xx.tar.gz  % cd mod_perl-x.xx  % perl Makefile.PL APACHE_SRC=../apache_x.x.x/src \    DO_HTTPD=1 USE_APACI=1 EVERYTHING=1  % make && make test && make install  % cd ../apache_x.x.x  % make install ##

Re: mod_perl configure

2000-08-03 Thread yusun
httpd.conf by yourselves? Thanks! - Original Message - From: "frans" <[EMAIL PROTECTED]> To: "yusun" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 03, 2000 3:53 PM Subject: Re: mod_perl configure > Sorry, I'm not a master

mod_perl configure

2000-08-02 Thread yusun
I have installed the mod_perl and changed the httpd.conf as    Alias /cgi-perl/ /usr/ns-home/cgi-bin/  #AllowOverride None SetHandler perl-script PerlHandler Apache::PerlRun Options +ExecCGI allow from all PerlSendHeader On PerlSe

Re: mod_perl success!

2000-08-02 Thread yusun
ess! > ups again, i meant $key > > a working code for this "keys" loop would be > > foreach $key (sort(keys %ENV)) { > > print "$key = $ENV{$key}\n"; > } > > anyway you can write it shorter but you'll have pr

Re: mod_perl success!

2000-08-02 Thread yusun
I have installed the mod_perl and changed the httpd.conf as you said. But when I used the following CGI to test whether the mod_perl was working or not. The report was no. Why? #!/usr/bin/perl print "Content-type: text/plain\n\n"; print "Server's environment\n"; foreach ( keys %ENV ) {

Re: save as

2000-07-25 Thread yusun
I think you should check the httpd.conf. You should tell the Apache to handle the *.cgi or *.pl in some dir as CGI programs. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 26, 2000 6:36 AM Subject: save as > Hello folks, > > This may be a weak