RE: Compiling modperl on unixware

1999-10-09 Thread Tom Hughes
In message [EMAIL PROTECTED] "Feldman, Leonid" [EMAIL PROTECTED] wrote: src/helpers/GuessOS doesnt know about version 2.1.3: Which may be at least part of your problem ;-) 4.2MP) if [ "x$VERSION" = "x2.1.1" ]; then echo

Re: httpd.conf problem.

1999-10-09 Thread Stas Bekman
Inside a Perl section I want to configure mod_rewrite dynamically, this works: $RewriteRule = "/cgi-bin/printenv /cgi-bin/slave.pl [PT]"; If I do this: $RewriteRule = "/cgi-bin/printenv /cgi-bin/slave.pl [PT]"; $RewriteRule = "/cgi-bin/test /cgi-bin/slave.pl [PT]"; the

Re: modperl Terminal Size error

1999-10-09 Thread Stas Bekman
Testing a simple script under modperl using Registry and -X and Apache::DB, as explained by Stas Bekman It runs OK about seven times then it fails. Here is the error_log output: resize: can't open terminal /dev/tty [Fri Oct 8 07:47:39 1999] [error] Unable to get Terminal Size. The

Re: 2 servers setup: mod_proxy cacheing

1999-10-09 Thread Stas Bekman
Hmm, very interesting solution but I can't explain every user please configure your browser in special way to browse my site. I'd prefer to get apache's mod_proxy cacheing mechanism to work as supposed. It's very mysterious part of apache code Who's the author of mod_proxy ? May be he will

RE: httpd.conf problem.

1999-10-09 Thread Eric Cholet
On Friday, October 08, 1999 4:26 PM, Terje Malmedal [SMTP:[EMAIL PROTECTED]] wrote: Hi, Inside a Perl section I want to configure mod_rewrite dynamically, this works: $RewriteRule = "/cgi-bin/printenv /cgi-bin/slave.pl [PT]"; If I do this: $RewriteRule = "/cgi-bin/printenv

authentication via login form

1999-10-09 Thread Eugene Sotirescu
I'd like to authenticate users via a login form (username, password text fields) instead of using the standard dialog box a browser pops up in response to a 401 response code. Can this be done while still using Apache's authentication mechanism? I understand that authentication happens in 2