Re: the coming of Apache 2.0

2002-04-05 Thread sterling
.html sterling

Re: Authorization question and subdirectories

2001-05-16 Thread sterling
this be /Location? no. sterling

Re: Authentication using NIS

2001-05-15 Thread sterling
Location /guts? or do you actually have an alias to /guts on your filesystem, plus the PerlRequire seems a bit whacky (/..?) sterling AuthName NISAuthentication AuthType Basic PerlAuthenHandler Apache::AuthenNIS require valid-user /Directory When i browse for the index.html present in guts

Re: modperl security model question

2001-04-15 Thread sterling
, and have a ProxyPass directive to forward requests requiring user burkhold. sterling If I can't make this work, I may have to turf module handlers and go with a Registry and setuid solution, which I think would be a shame since I think handlers are a lot more elegant. This is probably

Re: [OT] ApacheCon BOF

2001-03-20 Thread sterling
On Mon, 19 Mar 2001, Drew Taylor wrote: snip.. won't be there this year. Speaking of which, will the mod_perl classes have the handouts available over the web? i know doug's been updating his: http://perl.apache.org/~dougm/modperl_2.0.html sterling

Re: mod_perl.c:517: unterminated string or character constant

2001-03-12 Thread sterling
actually - with recent changes to the apache core, that patch doesn't work any more. we're working on a real fix - but in the mean time this one may as well be removed. sterling _ Index: src/modules/perl/mod_perl.c

Re: Mod_perl and Apache 2.0

2001-02-28 Thread sterling
say the best thing to do is watch the commits if you want to keep up with it. sterling On Wed, 28 Feb 2001, Jeffrey A. Stuart wrote: Has anyone tried compiling mod_perl under apache 2.0? Also, what is the word on mod_perl 2.0? -- Jeff Stuart [EMAIL PROTECTED]

Re: Is it Apache or me?

2001-02-25 Thread sterling
if you set a handler for / it will handle every request that way. you can either have all pages that are generated be /foo/ and set that as the location, or you can force all files with a certain suffix to be handled by mod_perl: Files ~ "*\.pl". sterling On Sun, 25 Feb 2001, Jam

Re: Apache/mod_perl/Win2K gpfault finally resolved?

2001-02-22 Thread sterling
because of some recent apache changes regarding the console. I just built apache from head, modperl from head, and it still crashes - so its still unresolved. i'll build debug versions and see if I can find any clarity. sterling

Re: mod_perl for Win32 + ActiveState Perl 5.6 (build 616) + Apache1.3.12

2001-02-13 Thread sterling
Randy Kobes handles win32 binaries - i believe you can find the modperl 1.24 for use with apache 1.3.12 here: ftp://theoryx5.uwinnipeg.ca/pub/other/ppd/ApacheModulePerl-1.24_1.3.12.dll sterling On Tue, 13 Feb 2001, Ron Reidy wrote: Hi, Is there a mod_perl available for the above

RE: Accessing Global Configuration Directives

2001-02-12 Thread sterling
Apache-server will work - but it will always return the base server (so if you are using virtual hosts it will return a different server from $r-server). As long as you are not using virtual hosts you should be ok. sterling On Mon, 12 Feb 2001, Stathy Touloumis wrote: Kinda, need to access

Re: Accessing Global Configuration Directives

2001-02-10 Thread sterling
myChildInitHandler::init and then in the init handler do something like sub init { my $s = shift; my @values = $s-dir_config-get('foo'); } @values will be [bar, bar2] is that what you're lookin for? sterling On Fri, 9 Feb 2001, Stathy Touloumis wrote: Is it possible to access a global

Re: Debugging mod_perl with gdb

2001-02-06 Thread sterling
the macro: define curinfo printf "%d:%s\n", PL_curcop-cop_line, \ ((XPV*)(*(XPVGV*)PL_curcop-cop_filegv-sv_any)\ -xgv_gp-gp_sv-sv_any)-xpv_pv end hope that helps. sterling On Tue, 6 Feb 2001, Shane Adams wrote: Hey there - I've successfully built apache/mod_perl

Re: LWP and HTML::HeadParser....failed

2001-01-02 Thread John K Sterling
Yung Kwong Wing wrote: "[thekid@visors thekid]# perl -MCPAN -install LWP Can't open perl script "LWP": No such file or directory" try: perl -MCPAN -e 'install "LWP"' sterling

Re: PerlSetupEnv Off not working

2001-01-02 Thread John K Sterling
check the guide: http://thingy.kcilink.com/modperlguide/performance/PerlSetupEnv_Off.html But %ENV population is expensive. Those who have moved to the Perl Apache API no longer need this extra %ENV population, and can gain by turning it Off. Scripts using the CGI.pm module require

Re: PerlSetupEnv Off not working

2001-01-02 Thread John K Sterling
i assume thats a typo, i think PerlSetupEnv has been in since '96 have you seen this bug report? http://marc.theaimsgroup.com/?l=apache-modperlm=95867712412668w=2 might have something to do with it. sterling JR Mayberry wrote: Perhaps the problem is that the page reads... PerlSetupEnv Off

Re: prob with dir_config at server startup

2001-01-02 Thread John K Sterling
, you need to specify them outside the location tags. sterling "T.J. Mather" wrote: I'm having a problem accessing PerlSetVar variables with Apache-server-dir_config at server startup. I'm using the lastest versions of mod_perl 1.24_01 and apache (1.3.14). The problem occurs

Re: do I really need mod_perl

2000-12-30 Thread John K Sterling
read this: http://take23.org/whatis_mod_perl.xml it should explain all. sterling Yung Kwong Wing wrote: Hi, Sorry for asking a stupid question, but I was wondering do I really need to install "mod_perl" to get my website to work with CGI. It seems that after my unsuccessf

Re: Proposals for ApacheCon 2001 in; help us choose! (fwd)

2000-12-21 Thread John K Sterling
just a great way to allow the people who are going to be at apachecon to put their 2 cents in on what is going to be there. if anything it gives the public more say. the group is obviously interested in picking new diverse topics, but they also want feedback. sterling

Re: mod_perl in a shared hosting environment

2000-12-10 Thread John K. Sterling
yes - check out http://perl.apache.org/~dougm/modperl_2.0.html sterling On 10 Dec 2000, David Hodgkinson wrote: Just a thought, but will mod_perl and Apache 2.0 be better for this? Will we be able to isolate different hosts' perl more easily?

Re: [OT] mod_motd

2000-12-07 Thread John K. Sterling
I think there's a Apache::Motd perl module, is that what your looking for? sterling On Thu, 7 Dec 2000, Jerrad Pierce wrote: Am I losing my mind or is there a mod_motd for Apache floating around? I haven't been able to find it anywhere, but I'm sure I've seen it. (Checked Freshmeat, search

Re: mod_perl with threaded Apache (eg Apache2)

2000-12-04 Thread John K. Sterling
This is doug macEachern's bag - those who were at apachecon in london saw the progress he had made at that point - its pretty sweet. check the archives for summaries of his presentation in late october. sterling On Mon, 4 Dec 2000, Robbie Lindauer wrote: Is anyone working on an upgrade

Re: configuration file ( startup.pl )!!!

2000-11-20 Thread John K. Sterling
looking for. sterling On Mon, 20 Nov 2000, Edmar Edilton da Silva wrote: Dear all, I am with a small problem. I used the following command to open some connections when the WWW server is initialized: #Initialize the database connections for each child Apache::DBI

Re: return from nested functions

2000-11-01 Thread John K. Sterling
p out of a handler with a status code that will be propagated back to Apache. Example: unless (-r _) { die FORBIDDEN; } " sterling On Wed, 1 Nov 2000, Paul J. Lucas wrote: On Wed, 1 Nov 2000, Paul J. Lucas wrote: Ideally, I want to be able to do:

Re: return from nested functions

2000-11-01 Thread John K. Sterling
On Wed, 1 Nov 2000, Paul J. Lucas wrote: On Wed, 1 Nov 2000, John K. Sterling wrote: even better: Apache-exit(SERVER_ERROR); The documentation for exit() deosnt' explicitly say you can do that. It mentions only "0" and "DONE" (see pp. 464-465

Re: persistent database problem

2000-10-23 Thread John K. Sterling
The db connection happens once for each child - so every time you hit a child for the first time it will open up a new connection - you probably have apache configured to start with 4 or so kids. sterling On Mon, 23 Oct 2000, Differentiated Software Solutions Pvt. Ltd wrote: Hi, I have

[PATCH] stop win32 crash when bringing down service

2000-10-20 Thread John K. Sterling
it appears that the mp dso was being unloaded before the cleanups were complete, causing a crash in cleanup_sv - ONLY when running as a service. still not sure why this happens, but this patch at least eliminates the crash. i believe this is only called before the process comes down (nt service