Re: httpd.conf problem.

1999-10-09 Thread Stas Bekman
> Inside a 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]"; >

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.

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 w

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 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/print

Re: mod_perl building methods

1999-10-09 Thread Stas Bekman
> This is a slight tangent on the previous ``New mod_perl RPM really > needed?'' thread. In some ways, this gets back to the sourcegarden.org > origins of the thread. > > Maybe we need a general page mentioning all the different ways one > can install Apache with mod_perl. I know there are RPM

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 pa

Re: authentication via login form

1999-10-09 Thread Jeffrey W. Baker
Eugene Sotirescu wrote: > > 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 underst

Re: authentication via login form

1999-10-09 Thread Randal L. Schwartz
> "Jeffrey" == Jeffrey W Baker <[EMAIL PROTECTED]> writes: Jeffrey> Cookies are an acceptable way to make the browser remember Jeffrey> something about your site. Speak for yourself. I'd change that to "... one possible way ..." instead of "acceptable way", and add "... for a single session