Hi Andrew,
On Wed, 31 Jan 2001, Andrew Ho wrote:
> This isn't strictly a mod_perl question, but is there a good way in
> general Perl to dynamically change the current package name?
perldoc -f package
73,
Ged.
Hi Andrew,
On Wed, 31 Jan 2001, Andrew Ho wrote:
> Sporaically (perhaps 1 in 100 requests) and unpredictatably, requests seem
> to be getting dropped without being logged. In a browser, this would be
> indicated by a "document contains no data" error. Absolutely no headers or
> content are sent.
Hello,
AH>This isn't strictly a mod_perl question, but is there a good way in
AH>general Perl to dynamically change the current package name?
GED>perldoc -f package
I know how to use "package" in the normal case, where it's static.
However, you can't say "package $foo" or even "eval 'package fo
If Ged did not answer your question well enough, check out
this answered as an FAQ item at:
http://www.apache-asp.org/faq.html#Apache%20errors%20on%20the%20PerlHandler%20directive%20%3F
--Josh
_
Joshua Chamas
Hello,
GED>It sounds a little like a crash which happens before the logging routines
GED>get a chance to do any logging.
Yup. But if the child dies, doesn't Apache catch the SIGCHLD and report
something to the global error log? I'm not seeing any messages to this
effect (and I haven't been able
"Sinclair, Alan (CORP, GEAccess)" wrote:
>
> I am hoping someone might have a clue on how to resolve this awkward
> problem.
>
> I have just installed a mod_perl URI translation handler to extract a
> session id from the URI. In general the translation works correctly by
> removing the session i
I agree. I've seen many people try to do shared memory/cached programming
in one server and it just doesn't work very well in practice. It only takes
one programmer a typo to take everyone else down until the bug is fixed.
From Jakarta/Tomcat to IIS to Apache/mod_perl. Developers having their
Matt Sergeant writes:
> On Thu, 1 Feb 2001, Peter Brown wrote:
>
> > Matt Sergeant writes:
> These wouldn't be "family" type friends would they? ;-)
no dont have any of those type of "family" :P
geeky types that have been dealing with the australian internet for years
Pete
Hello,
AH>What if there are 20 mod_perl developers at your company? You either need
AH>to do admin work to partition the developers by what modules they write,
AH>or run 20 Apache instances, which may be very expensive.
VK>And these 20 developers don't have workstations of their own? You can
VK>
Hello,
This isn't strictly a mod_perl question, but is there a good way in
general Perl to dynamically change the current package name?
Thanks in advance--
Humbly,
Andrew
--
Andrew Ho http://www.tellme.com/
Hello,
So we've had an extremely odd situation happeningly lately and I thought
I'd query this list to see if anybody has experienced anything similar.
I have Apache 1.3.14, mod_perl 1.24_01 statically compiled into it, and
Perl 5.6.0 running on Solaris x86. A variety of mod_perl scripts (at the
you will probably need to post the handler if you want any help
with it.
"Sinclair, Alan (CORP, GEAccess)" wrote:
>
> I have just installed a mod_perl URI translation handler to extract a
> session id from the URI. In general the translation works correctly by
> removing the session id from the
On 31 Jan 2001, [EMAIL PROTECTED] wrote:
> I'm interested in doing rate-limiting with Apache. Basically, I want
> to give Apache a target bitrate to aim at. When writing to one user,
> it writes as close to as the user/network can suck it down.
> When writing to two users (two connections), it
On Wed, 31 Jan 2001, Matt Sergeant wrote:
> I've never heard anyone complain about it being slow. I'm not saying
> XML::Tree isn't faster, just that I've never heard that complaint about
> XML::Simple, simply because people don't use it for parsing large files, just
> small config files.
When using Symbol::delete_package to remove a package something odd happens.
Other packages seem to disappear or functions are not available. Has anyone
experienced this before? I am using this with Mason and after using
Symbol::delete_package the Mason handler is no longer available.
(Suse/Lin
Hi there,
On Wed, 31 Jan 2001, Wang, Pin-Chieh wrote:
> How do I load mod_perl?
> in httpd.conf
Please read the installation section of the Guide.
http://perl.apache.org/guide
73,
Ged.
On Wed, 31 Jan 2001, Nick Tonkin wrote:
> [root@wm mod_perl-1.25]# make && make test
yeah, i think 'make test' as root has permissions problems. if you were
to 'make && make test' as yourself and 'make install' as root, should work
fine.
How do I load mod_perl?
in httpd.conf
Thanks
PC
-Original Message-
From: G.W. Haywood [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 2:07 PM
To: Wang, Pin-Chieh
Cc: '[EMAIL PROTECTED]'
Subject: Re: Apache::ASP
Hi there,
On Wed, 31 Jan 2001, Wang, Pin-Chieh wrote:
> Inval
On Wed, 31 Jan 2001, Paul J. Lucas wrote:
> You may think XML::Simple results in simpler data structures;
> however, the mental energy expended to refigure stuff out makes
> XML::Simple more complex in the long term. Aside from being
> slow, this is another complaint abou
Hi there,
On Wed, 31 Jan 2001, Wang, Pin-Chieh wrote:
> Invalid Command 'PerlHandler' perhaps mis spelled or defined by module not
> included in the server configuration.
You don't appear to have mod_perl in your server.
Have you loaded it in httpd.conf?
73,
Ged.
Hmm, very interesting. I *had* openssl-0.9.6 installed, via rpm ... but
when I nuked it (not easy since rpm detects all its dependencies and puts
up a fight) and installed again from the source files, presto!
Everything builds, makes and installs just fine.
The test for mod_perl failed thusly,
Hi,
I installed Apache1.3.14 with mod_perl 1.24_01 on Solaris Using ActiveState
Perl 5.6
I configure with DSO
Apache seems to be running O.K.
But when I downloaded Apache-ASP-2.07
and followed the instruction
>Perl Makefile.PL
>make
>make test
>make install
I then added the following lines in
Have any of you tried Apache Toolbox? I just configured Apache with mod_ssl,
mod_perl, etc under RedHat 7 in about an hour on an old Pentium 133. It
works fine. www.apachetoolbox.com
Doug MacEachern wrote:
> On Wed, 31 Jan 2001, Nick Tonkin wrote:
>
> >
> > Thanks for the suggestion, Doug, b
Matt Sergeant writes:
> Yes, we're having some trouble with the Take23 DNS - it doesn't seem to
> exist any more in Telstra's DNS servers. I've emailed them, but being in
> australia it might be some time before anything can be done.
that sounds about right !!
where is it currently hosted ??
i
On Wed, 31 Jan 2001, Matt Sergeant wrote:
I wrote:
> > What could be simpler than:
> >
> > $xml = XML::Tree->new( 'foo.xml' );
> > $ref = $xml->as_array();
>
> Its what's in $ref thats complex (or more complex than XML::Simple), see
> the man page for XML::Simple.
Hi All,
I have built Apache 1.3.14 with mod_perl 1.24_01 and PHP 4.0.4, and Ingres
is installed on the system. Everything works except for one truly odd
thing... Before I proceed here's my configuration information as it relates
to mod_perl:
AllowOverride None
Order allo
On Wed, 31 Jan 2001, Robert Landrum wrote:
> Has anyone else had problems with the Carp module and mod_perl?
there were bugs related to Carp in 5.6.0, fixed in 5.6.1-trial1,2
On Wed, 31 Jan 2001, Nick Tonkin wrote:
>
> Thanks for the suggestion, Doug, but no go.
simply looks like you need to install openssl-0.9.6. was not included in
the rh7.0 distro that i installed.
On Wed, 31 Jan 2001, Paul J. Lucas wrote:
> On Wed, 31 Jan 2001, Matt Sergeant wrote:
>
> > > My XML::Tree is far faster, much smaller, and doesn't dump core:
> > >
> > > http://homepage.mac.com/pauljlucas/software/xml_tree/
> >
> > But its not as simple to use as XML::Simple, which i
On Wed, 31 Jan 2001, Matt Sergeant wrote:
> > My XML::Tree is far faster, much smaller, and doesn't dump core:
> >
> > http://homepage.mac.com/pauljlucas/software/xml_tree/
>
> But its not as simple to use as XML::Simple, which is perfect for these
> sorts of things :-)
The URL
http://www.masonhq.com/download/HTML-Mason-1.0.tar.gz
has entered CPAN as
file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-1.0.tar.gz
size: 258678 bytes
md5: b3c06efcfe5612d4ac0cdef7e992d2f4
Mason is a component-based web site development system with caching,
debugging, and pr
Thanks for the suggestion, Doug, but no go.
[root@wm mod_perl-1.25]# !find
find / -name ssl -print
find: /proc/6/fd: Permission denied
find: /proc/108/fd: Permission denied
/tmp/apache_1.3.17/src/modules/ssl
/tmp/mod_perl-1.25/blib/arch/auto/Apache/include/modules/ssl
/usr/share/ssl
[r
On Wed, 31 Jan 2001, Paul J. Lucas wrote:
> On Wed, 31 Jan 2001, Matt Sergeant wrote:
>
> > Looks like a job for XML::Simple.
>
> Except we've had no end of trouble with it dumping core in a
> mod_perl environment.
Thats well explained in the AxKit FAQ: http://axkit.org/faq.xml (and
Actually, I've had some bad experiences with the Carp module. I was
using Carp for all my errors and warnings within mod_perl on our
development server, but when I moved it to our production server
(both similarly configured) it cause every request to core dump. I
never figured out what the
On Tue, 30 Jan 2001, Fritz Heinrichmeyer wrote:
> perl Makefile.PL seem not to honor the APACHE_SRC=.../... switch. I was
> asked again and again ...
well, what value did you give APACHE_SRC= exactly? and where is your
mod_perl and apache trees?
> I used the FreeBSD-Layout, but somewhere som
On Sun, 28 Jan 2001, Stas Bekman wrote:
> But it still might be useful for:
>
> 1. Those who have a huge code base and want an external solution instead
> going to fish in the code and place the checking code.
>
> 2. Those who need mod_cgi back compatibility (and there are many who needs
> tha
On Sun, 28 Jan 2001, Lynn Winebarger wrote:
>
>Ok, I resolved this. It appears USE_APXS is incompatible with DYNAMIC,
whoops, guess you already figured that out. >> ToDo
On Sat, 27 Jan 2001, Lynn Winebarger wrote:
>
>Hi. I'm having problems getting mod_perl (1.24<_01>) to compile.
> I'm using perl 5.6.0, apache 1.3.14, RH Linux 6.2/Intel (with upgrades).
> This is odd since I've previously built mod_perl successfully as a DSO
> (and the problem appears to b
On Sat, 27 Jan 2001, Ilya wrote:
> when I run make test I get this:
>
> cc -c -fno-strict-aliasing -I/usr/local/include -O -DVERSION=\"1.31\"
> -DXS_VERSION=\"1.31\" -DPIC -fpic -I/usr/local/lib/perl5/5.6.0/i386-freebsd
> /CORE Symbol.c
> Symbol.xs: In function `XS_Apache__Symbol_cv_cons
On Fri, 26 Jan 2001, David I Wolf wrote:
> Not sure if this is the right list, but.. I'm running mod_perl on RedHat 7.
> I installed the new PHP updates and all of a sudden it broke mod_perl.. I
> get this in my error_log
try 1.25 built with perl Makefile.PL PERL_USELARGEFILES=0 ...
On Fri, 26 Jan 2001, wells wrote:
> I've been trying to install mod_perl 1.24_01 the following way: (with perl
> 5.6.0)
>
> perl Makefile.PL \
> APACHE_PREFIX=/usr/local/apache \
> APACHE_SRC=../apache_1.3.14/src \
> DO_HTTPD=1 \
> USE_APACI=1 \
> EVERYTHING=1 \
> APACI_ARGS='--enable-module=re
On Mon, 29 Jan 2001, Robert Landrum wrote:
> I have yet to solve the runaway problem, but I came up with a way of
> identifying the URLS that are causing the problems.
>
> First, I added the following to a startup.pl script...
>
> $SIG{'USR2'} = \&apache_runaway_handler;
setting that to \&Car
On Tue, 30 Jan 2001, Nick Tonkin wrote:
> When I run the perl Makefile.PL command like that (without the SSL_BASE
> directive) I get:
>
> Error: Cannot find SSL header files in any of the following dirs:
> Error: . /usr/include /usr/include/ssl/ /usr/local/include
> /usr/local/include/ssl
>
>
Wow!! Gunther you've done it again. I ask for some nuggets and you've
given me the gold mine :)
Gunther Birznieks wrote:
>
> If you look at the latter half of the on-line book at
> http://www.extropia.com/ExtropiaObjects/ and read the module chapters after
> and including the "Architecture" chap
On Wed, 31 Jan 2001, Matt Sergeant wrote:
> Looks like a job for XML::Simple.
Except we've had no end of trouble with it dumping core in a
mod_perl environment.
My XML::Tree is far faster, much smaller, and doesn't dump core:
http://homepage.mac.com/paul
> "AH" == Andrew Ho <[EMAIL PROTECTED]> writes:
AH> What if there are 20 mod_perl developers at your company? You either need
AH> to do admin work to partition the developers by what modules they write,
AH> or run 20 Apache instances, which may be very expensive.
And these 20 developers don'
On Thu, 1 Feb 2001, Peter Brown wrote:
> Matt Sergeant writes:
> > Yes, we're having some trouble with the Take23 DNS - it doesn't seem to
> > exist any more in Telstra's DNS servers. I've emailed them, but being in
> > australia it might be some time before anything can be done.
>
> that soun
> "BL" == Blue Lang <[EMAIL PROTECTED]> writes:
BL> On Tue, 30 Jan 2001, Wyman Eric Miles wrote:
>> I hate to post this here because it's clearly the wrong forum, but I
>> haven't been able to find adequate documentation elsewhere on suEXEC.
BL> http://httpd.apache.org/docs/suexec.html
BL>
> "w" == wells <[EMAIL PROTECTED]> writes:
w> Why doesn't this list use formatted headers, e.g. Subject: [mod-perl]
Because it is a waste of subject line space.
w> Would be great for filtering..
So would filtering on the "Sender" header matching "modperl".
I ran into a similar problem while using MySQL and Apache::AuthDBI.
I had a remote MySQL server that my apache web server connected to and used for
authentication. Every so often (no pattern to this) the connection to MySQL would
drop but MySQL would still be functioning properly.
The only
Jonas Nordström wrote:
>
> I have a proxy-application that I want to make as generic as possible by
> using configure files.
> I have a configure file that looks something like:
>
>
>ko-web.ei.sigma.se
>
>
>
>
> info.ei.sigma.se
>
>
> info.ei.sigma.se
>
Yes, we're having some trouble with the Take23 DNS - it doesn't seem to
exist any more in Telstra's DNS servers. I've emailed them, but being in
australia it might be some time before anything can be done.
Meanwhile you can still access the site at http://modperl.sergeant.org/
--
/||*
Hi there,
On Wed, 31 Jan 2001, Vasily Petrushin wrote:
> I have a problem with perl 5.6 + mod_perl 1.25 + apache 1.3.17
> Operating System is Sun Solaris 8 for SPARC, 64bit.
> [Tue Jan 30 17:58:51 2001] [notice] child pid 17005 exit signal
> Segmentation Fault (11)
Have you looked at the inform
The URL
http://morpheus.laserlink.net/~gyoung/modules/Apache-Dispatch-0.09.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GE/GEOFF/Apache-Dispatch-0.09.tar.gz
size: 15436 bytes
md5: 5f385b684da72573d5a6d7b463a8ed22
Changes:
0.09 01.31.2001
- added DispatchLocation - now .hta
Hi, people.
I have a problem with perl 5.6 + mod_perl 1.25 + apache 1.3.17
After successful biulding and configuring an apache, httpd started
successfully, but after recieve any request the child process are
dieing by signal 11 (Segmentation Fault).
Operating System is Sun Solaris 8 for SPAR
Robert Landrum writes:
> The S390 appearently runs some type of software that allows you to
> set limits on your partitions, so no matter what, you always have
> some percentage of the CPU at your disposal.
It's called VM and it's a lot more flexible than that.
> This is not the case with the
> -Original Message-
> From: Gunther Birznieks [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 30, 2001 6:43 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [OT] Design Patterns in mod_perl apps?
>
>
>
> If you look at the latter half of the on-line book at
> http://
On Wed, Jan 31, 2001 at 10:34:15AM +, Matt Sergeant wrote:
> I now have a stylesheet that will generate "good enough" POD that
> Pod::Text generates reasonable output. Sadly Pod::Text needs a filename or
> STDIN (we may be able to fudge it to work on a temp filehandle), which
> makes the codin
Is there someone using the combination DBI, AuthDBI and mSQL ?
I am wondering whether the "ping method" for msql in DBD::Msql exists
already.
PS:Thanks for your answer Daniel.
Alain
-Original Message-
From: Daniel [mailto:[EMAIL PROTECTED]]
Sent: lundi, 29. janvier 2001 23:37
To: Art
Drew Taylor ([EMAIL PROTECTED]) said something to this effect on 01/30/2001:
> I have a slightly different twist on this question. We run Registry
> scripts on our site for debugging purposes. I would love to have a
> module for saving variables/data structures on a per-request basis
> (like the c
On Wed, 31 Jan 2001, Matt Sergeant wrote:
> On Wed, 31 Jan 2001, Jonas Nordström wrote:
>
> > I have a proxy-application that I want to make as generic as possible by
> > using configure files.
> Looks like a job for XML::Simple.
Or Config::General::Extended.
--
steven
1;
On Wed, 31 Jan 2001, Jonas Nordström wrote:
> I have a proxy-application that I want to make as generic as possible by
> using configure files.
> I have a configure file that looks something like:
>
>
>
>ko-web.ei.sigma.se
>
>
>
>
> info.ei.sigma.se
>
>
> info.ei.si
On Wed, 31 Jan 2001, Andrew Ho wrote:
> MS>But it has to be as easy as uploading one version, and the take23 CMS
> MS>automatically sending out an email to the list. Anything else isn't
> MS>worth it.
>
> I think you're being unfair here; it's impossible for it to be exactly as
> easy given that
I have a proxy-application that I want to make as generic as possible by
using configure files.
I have a configure file that looks something like:
ko-web.ei.sigma.se
info.ei.sigma.se
info.ei.sigma.se
Order deny, allow
Deny All
Hi Andrew,
On Wed, 31 Jan 2001, Andrew Ho wrote:
> What if there are 20 mod_perl developers at your company? You either need
> to do admin work to partition the developers by what modules they write,
> or run 20 Apache instances, which may be very expensive.
Yes, it's a lot of work to set up an
I'm more than happy to have it renamed to CGI::ASP::Lite
I will upload a CGI-ASP-Lite-1.01.tar.gz
And delete the existing one.
thanks and sorry for any mis-interpretation.
-Ross
-Original Message-
From: Joshua Chamas [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001
Hello,
ST>I was wondering if anyone has successfully setup a development
ST>environment to allow for multiple development copies of modules used
ST>within Mason components. Also, to have the appropriate changes to the
ST>modules shown within the development environment.
This can also be a genera
Hello,
MS>Mailing a link is easy, converting to a format that looks almost exactly
MS>like the current version Geoff sends out is a bit harder (yes, I can
MS>spawn lynx, which gets most of the way there, but its all coding that
MS>has to be done).
I think the point is emphatically NOT that it h
68 matches
Mail list logo