RE: Chaining and redirection

1999-10-02 Thread Gerald Richter
If you try [- use Apache::Constants qw(REDIRECT); $req_rec-header_out("Location" = "/y.html"); $req_rec-status(REDIRECT); -] and nothing else in the file, does this work or not? Gerald BTW. The location should be a full URL including the host part

relative redirect (was RE: Chaining and redirection)

1999-10-02 Thread David Harris
Dirk Lutzebaeck wrote: ie. Location /PERL Options ExecCGI SetHandler perl-script PerlHandler Apache::OutputChain Apache::GzipChain Apache::Registry /Location and /PERL/x.pl use Apache; use Apache::Constants qw(REDIRECT); $r = Apache-request; $r-header_out("Location" = "/y.html");

Re: make test fails

1999-10-02 Thread Anthony Gardner
It has been suggested to increase the sleep in that script to let the server warm up a bit more. The only time I experienced that problem was when something else was wrong with the install. Change the sleep first from 1 to 5 secs and see what happens. Apart from that I don't know. The port

Re: make test fails

1999-10-02 Thread Stas Bekman
Hi everybody, I am installing apache 1.3.9 and modperl 1.21: I untar them in two subdirectories of the same home directory, then I go to the modperl directory and type: perl Makefile.PL APACHE_SRC=../apache_1.3.9/src \ DO_HTTPD=1 USE_APACI=1 PERL_MARK_WHERE=1 EVERYTHING=1

Re: Another IE5 complaint

1999-10-02 Thread Greg Stark
"Joe Pearson" [EMAIL PROTECTED] writes: Hi all, Maybe everyone already knows this, but I just discovered that whenever a IE5 user visits a page in their "Favorites", IE5 also trys to GET favicon.ico from the same site. Therefor I have hundreds of "File does not exist:" errors in my log

Re: Another IE5 complaint

1999-10-02 Thread Randy Harmon
On Sat, Oct 02, 1999 at 03:21:17PM -0400, Greg Stark wrote: "Joe Pearson" [EMAIL PROTECTED] writes: [] whenever a IE5 user visits a page in their "Favorites", IE5 also trys to GET favicon.ico from the same site. Therefor I have hundreds of "File does not exist:" errors in my log

Re: bounced mailing franzy again?

1999-10-02 Thread Ask Bjoern Hansen
On Sat, 2 Oct 1999, John D Groenveld wrote: Please send stuff like this directly to me, sometimes I don't read the list for days. You mean [EMAIL PROTECTED], right? Whatever, modperl-owner actually gets filtered (all the stuff bouncing for approval and stuff goes there), so on busy days

HTML::Embperl and 'undefined symbol: perl_eval_sv'

1999-10-02 Thread Gustav Kristoffer Ek
When I use HTML::Embperl for instance like: perl -MHTML::Embperl -e 'HTML::Embperl::Execute(some_embperl.epl)' I got: perl: error in loading shared libraries: /usr/local/lib/site_perl/5.00561/i686-linux/auto/HTML/Embperl/Embperl.so: undefined symbol: perl_eval_sv it seams that it can't be

Apache::DBI and Apache::AuthenDBI questions.

1999-10-02 Thread Sergey V. Kolychev
Good day. I have 2 things are not very clear to me. I'm working with ApacheDBI-0.82. 1) Does Apache::DBI cashing for Apache::AuthenDBI and for regular DBI-connect by Apache::Registry in same time. I mean one connection per child for authentification and for Apache::Registry scripts. The

Re: Apache::DBI and Apache::AuthenDBI questions.

1999-10-02 Thread Edmund Mergl
"Sergey V. Kolychev" wrote: Good day. I have 2 things are not very clear to me. I'm working with ApacheDBI-0.82. 1) Does Apache::DBI cashing for Apache::AuthenDBI and for regular DBI-connect by Apache::Registry in same time. I mean one connection per child for authentification and for