[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
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
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
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
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
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.
> >
> >
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
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
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
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
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,
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
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
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
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
[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
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
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
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,
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
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
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?
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
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
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
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
26 matches
Mail list logo