Re: Mail bounced thru Kazakhstan -- This list only

2004-02-10 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hello, Sending mail to this list is not working properly. This is a test through Comcast's web interface instead of OE. 'Course if you have a clue, regarding this problem, I'd like to hear from you. (Al's address below is unreachable. Comcast support has proven useless.) W

Re: [mp2] Regex memory leak introduced in 5.8.1 causes havoc in mp2

2004-02-10 Thread Stas Bekman
Ged Haywood wrote: Hi there, On Mon, 9 Feb 2004, Richard F. Rebel wrote: After upgrading to perl 5.8.1 from 5.8.0 during a distribution upgrade, I noticed a steady memory leak that eventually leads to the server failing. :( My question is, for a persistent mp2 app, is there a potential way t

Re: @INC is not searched

2004-02-10 Thread Stas Bekman
Steffen Beyer wrote: Hi, I have a strange problem here: -OpenBSD 3.4 -Apache/1.3.28 (Unix) AxKit/1.62 mod_perl/1.29 PHP/4.3.4 mod_gzip/1.3.26.1a mod_ssl/2.8.15 OpenSSL/0.9.7b -perl, v5.8.0 mod_perl is unable to locate any library files, though they definitely do exist and are readable for user "w

Request Object Work Flow - is_initial_req, is_main, main

2004-02-10 Thread Gary C. New
I am very near in completing a module that allows one to dynamically re-map Apache's DocumentRoot directive based on a given URI. I've been able to get past several obstacles, but am having a very difficult time understanding the request object work flow. My problem seems to be due to subreques

scoping issues

2004-02-10 Thread ian douglas
Hey all, Poured over a number of texts online and having trouble easily converting a mass quantity of existing code to work well under mod_perl in an easy-to-manage method. Currently, we have a few MB of unique Perl scripts running various web applications, and I'm having trouble scoping when req

Re: [mp2] Can I link mp2 statically?

2004-02-10 Thread Beau E. Cox
On Tuesday 10 February 2004 01:11 pm, Philippe M. Chiasson wrote: > On Sun, 2004-02-08 at 15:37 -1000, Beau E. Cox wrote: > > Hi > > > > Can I link mp2 statically? > > > > [...] > > > > I know, I know, the docs (at the link above) state: > > > > META: The following is not implemented yet. > > > >

Re: [mp2] Can I link mp2 statically?

2004-02-10 Thread Beau E. Cox
On Monday 09 February 2004 07:16 am, semuel wrote: > Hello There. > > Why should you? > It was said, that mason needs MP statically linked into apache, and won't > work with the shared-object method. (haven't checked that myself) > Is this correct? Why? > > Semuel. I am trying to set up Bricolage

Re: open proxy behavior without obvious open-proxy config

2004-02-10 Thread Philippe M. Chiasson
On Fri, 2004-02-06 at 22:52 -0500, Vincent Kargatis wrote: > [attempted post previously, but seems to have been silently swallowed.] > > I have an apache server using mod_proxy that is acting like an open > proxy even though I have ProxyRequests turned Off. > > the conf excerpt: >ProxyRequest

Re: perl module to access php_value include_path objects

2004-02-10 Thread Philippe M. Chiasson
On Sat, 2004-02-07 at 01:36 -0700, Gary C. New wrote: > I am in the middle of a project that requires me to dynamically update > certain default paths within the Apache Server environment. > > I currently am able to update document_root on the fly and now need to > be able to update php_value in

Re: Embeding an executable into a script

2004-02-10 Thread david
Okay here's an architecture for you: Wrap your application in an independent server program that will be long-running, and then instead of invoking your application (which you said was expensive) you can open a unix socket to your application server program and talk with it that way. See perldoc

Re: [mp2] Can I link mp2 statically?

2004-02-10 Thread Philippe M. Chiasson
On Sun, 2004-02-08 at 15:37 -1000, Beau E. Cox wrote: > Hi > > Can I link mp2 statically? > > [...] > > I know, I know, the docs (at the link above) state: > > META: The following is not implemented yet. > > But I was wondering if I could anyway... > It's a feature that's on the TODO list,

Re: [QUESTION] Newbie: Chained Handlers with variable content type

2004-02-10 Thread Philippe M. Chiasson
Check out Apache::Sandwich if you need inspiration, it does just that. http://search.cpan.org/~vkhera/Apache-Sandwich/ On Tue, 2004-02-10 at 12:23 +, Rob Saunders wrote: > Hi, > > I'm a newbie to Apache and mod_perl, so my apologies if this question is > directed at the wrong audience. (Poi

RE: Sections

2004-02-10 Thread Philippe M. Chiasson
On Tue, 2004-02-10 at 08:28 -0800, Dooley, Michael wrote: > CORRECTION: > > ERROR: > [Tue Feb 10 08:26:06 2004] [error] Bad/Missing NTLM/Basic Authorization > Header for / > [Tue Feb 10 08:26:06 2004] [error] No PDC and no fallbackdomain given for > domain DOMAIN Well, there are many things not q

Re: Favorite WYSIWYG editor?

2004-02-10 Thread Perrin Harkins
On Tue, 2004-02-10 at 13:10, Charlie Smith wrote: > I've got some users that would like to have a WYSIWYG editor that can be used to > reference .jsp files so that as they edit their html, they can see output from > .jsp objects in their design. > > Editor should be free or cheap. Any ideas. Or

Re: Favorite WYSIWYG editor?

2004-02-10 Thread Clayton Cottingham
this one is good http://www.interactivetools.com/products/htmlarea/ heh afaik = as far as i know http://www.acronymfinder.com/ should help yah in these sort of things 73 Best Regards (Amateur Radio) On Tue, 2004-02-10 at 10:10, Charlie Smith wrote: > I've got some users that would like

Re: internal_redirect to randomly named filename

2004-02-10 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: > On Tue, Feb 03, 2004 at 11:09:31AM -0500, Geoffrey Young wrote: > >>I don't see why you need to use either with internal_redirect() - just pass >>it the URI and let Apache handle it. you would use a subrequest (initiated >>from eather of the lookup functions) along wi

Favorite WYSIWYG editor?

2004-02-10 Thread Charlie Smith
I've got some users that would like to have a WYSIWYG editor that can be used to reference .jsp files so that as they edit their html, they can see output from .jsp objects in their design. Editor should be free or cheap. Any ideas. Or is there a better forum to post this kind of question? If

RE: Sections

2004-02-10 Thread Garth Webb
On Tue, 2004-02-10 at 08:28, Dooley, Michael wrote: > CORRECTION: > > ERROR: > [Tue Feb 10 08:26:06 2004] [error] Bad/Missing NTLM/Basic Authorization > Header for / > [Tue Feb 10 08:26:06 2004] [error] No PDC and no fallbackdomain given for > domain DOMAIN > > > if ( $ENV{REMOTE_ADDR} = '192.16

Apache::AuthenNTLM 2.05

2004-02-10 Thread Dooley, Michael
I have tried a variety of entries but I cant get this specific perl section to work. does anyone have any suggestions? I cant be the only person to have tried this am i? $Location{"/"} = { PerlAuthenHandler => Apache::AuthenNTLM, AuthType => ntlm, require => valid-user,

Re: internal_redirect to randomly named filename

2004-02-10 Thread [EMAIL PROTECTED]
On Tue, Feb 03, 2004 at 11:09:31AM -0500, Geoffrey Young wrote: > I don't see why you need to use either with internal_redirect() - just pass > it the URI and let Apache handle it. you would use a subrequest (initiated > from eather of the lookup functions) along with $sub->run() if you wanted to

RE: Sections

2004-02-10 Thread Dooley, Michael
CORRECTION: ERROR: [Tue Feb 10 08:26:06 2004] [error] Bad/Missing NTLM/Basic Authorization Header for / [Tue Feb 10 08:26:06 2004] [error] No PDC and no fallbackdomain given for domain DOMAIN if ( $ENV{REMOTE_ADDR} = '192.168.0.24') { $Location{"/"} = { PerlAuthenHandler

Sections

2004-02-10 Thread Dooley, Michael
Would anyone be able to toss a dog a bone? I have this in my httpd.conf and the server starts up fine, but when I try to access the page it doesn't do any authentication. I also tried it in $DOCUMENT_ROOT/.htaccess and I get a Perl not allowed here. Anyone have any ideas how I can pull this off?

RE: Embeding an executable into a script

2004-02-10 Thread Ged Haywood
Hi there, On Mon, 9 Feb 2004, Pierre Smolarek wrote: > Is there a way to somehow attach the required executable somehow inside the > httpd alongside mod_perl (in resident memory) instead of forking out the > call to the system. No. Even if it could be done, it could not be maintained. I really

[QUESTION] Newbie: Chained Handlers with variable content type

2004-02-10 Thread Rob Saunders
Hi, I'm a newbie to Apache and mod_perl, so my apologies if this question is directed at the wrong audience. (Pointers and other list recommendations also welcome). I'm running Apache 1.3.29 and mod_perl 1.29 on an intel based PC running RH9 with kernel 2.6.2. I'm trying to chain handlers to

Cannot load mod_perl.so into server. Undefined symbol "Perl_vmess "

2004-02-10 Thread Roman Bessyadovskii
Hi all. After successful compile mod_perl-1.99_12 i try load mod_perl.so in httpd (Apache/2.0.48) i recive message bellow (here output mod_perl-1.99_10, that i try to install from FreeBSD 4.2-RELEASE ports, and in release 12 i have same proble) What i need to check? If needed additional inform

Cannot load mod_perl.so into server. Undefined symbol "Perl_vmess"

2004-02-10 Thread Rick Atreides
Hi all. After successful compile mod_perl-1.99_12 i try load mod_perl.so in httpd (Apache/2.0.48) i recive message bellow (here output mod_perl-1.99_10, that i try to install from FreeBSD 4.2-RELEASE ports, and in release 12 i have same proble) What i need to check? If needed additional inform