hi perrin,
yes, i did read the discussion with interest a few months
back regarding what should be stored in a session and
what in the back end database. customer and order data
is properly stored in a secured back end system. the cart
contains data that i want to keep for 30 days, such
as cart
Gerald Richter wrote:
> > OLD STUFF: redhat 5.2, 2.0.36 kernel, 1.3.6 apache, 1.21 mod_perl,
> > perl 5.005_02, apache session 1.04 and a storable of 0.63, embperl
> 1.2.b10,
> > file system sessions and locking data.
> >
> > NEW STUFF: redhat 5.2, 2.0.36 kernel, 1.3.26 apache, 1.27 mod_perl,
OLD STUFF: redhat 5.2, 2.0.36 kernel, 1.3.6 apache, 1.21 mod_perl,
perl 5.005_02, apache session 1.04 and a storable of 0.63, embperl 1.2.b10,
file system sessions and locking data.
NEW STUFF: redhat 5.2, 2.0.36 kernel, 1.3.26 apache, 1.27 mod_perl,
perl 5.6.1, apache session 1.54, apache sessi
the perl.apache.org site has all the answers.
the guide is on line.
your answer is here:
http://perl.apache.org/docs/1.0/guide/install.html#Testing_via_a_CGI_script
Pierre Vaudrey wrote:
> Hi,
>
> I'm new to the list .
> I'm trying to configure mod_perl on the built-in Apache server of my Mac
>
Chris Pizzo wrote:
>
> $r->headers_out->set('Set-Cookie',$cc);
> $r->headers_out->set('Set-Cookie',$c);
should this second one be?
$r->headers_out->add('Set-Cookie',$c);
i didn't get a chance to try it, but it should be easy to try.
>
>
> $r->cgi_header_out('Location',
ok - here is something ugly - off the top of my head.
when a user submits without a cookie, or a cookie that
u do not recognize:
1) Set-Cookie for the proper domain (i.e. .rhythym.com)
2) redirect them to the requested page, but with a fully qualified host/domain
(i.e. http://www.rhythym.com/someL
there is a bug in the proxy server for apache_1.3.24.
i am not familiar with mandrake, but hopefully they have
an upgrade. if not, you will need to rebuild from source
rpms and apply this patch.
http://apache.valueclick.com/dist/httpd/patches/apply_to_1.3.24/proxy_http1.1_chunking.patch
Iyenga
> BTW We wanted to use same apache for testing beta site along with the live
> one. The perl modules used have the same name but are for different virt.
> hosts, have different locations and different content and the
> errors (getting content from beta modules when asking for live site) are
> prob
i have a set of detailed plans that allows for a
mod_ssl front end with mutliple backends, of
which i have built mod_perl and mod_php. this
version works in a virtualhost environment (i did
not setup the php for virtualhost, but that is trivial).
it has not yet been tested in a heavy production
e
Thomas Eibner wrote:
>
> There are some few messages concerning the problem a while ago either on
> this list or the dev@httpd list.
>
> http://msgs.securepoint.com/cgi-bin/get/apache0204/1/3.html
> etc.
thanks - it must have been a bad googling day yesterday since i did not come
up with this in
i had trouble using a proxy front end to both
a mod_perl and mod_php back end servers.
this works fine for me at 1.3.23, so I reverted
back to it. i copied the httpd.conf files
from the 1.3.24 to my downgraded 1.3.23
and everything worked correctly on the first
try.
i was getting garbage charac
Perrin Harkins wrote:
> (Anyone know if mod_ssl somehow forces you to use DSO?)
it doesn't force you to use DSO.
i recently built a new server set-up using mod_proxy/mod_ssl
on the front end, and two different back ends, one with mod_perl,
and the other with mod_php. the server is set-up to ha
"Thomas K. Burkholder" wrote:
> run them in two different environments - I don't think running them on
> two different virtual servers is going to do it, right? Doesn't apache
> just start one perl "runtime"? Please tell me if I'm mistaken about
there is only one interpreter, so running a mod
Rob Nagler wrote:
> [EMAIL PROTECTED] writes:
> > Looking at CGI::EncryptForm that Perrin mentioned, it appears that that
> > module would address this concern by storing client-side in a single
> > encrypted string that gets put in one hidden form variable. That also
> > avoids having to verify
yes - this is VERY off topic for a mod_perl mailing list.
remember, computers are binary machines. your 323.82
was not stored like you might think. the computer approximated
using binary math. when you scaled it four places to the left,
you saw the results of the approximation. FreeBSD appear
one more guess - in the group of guesses. ;-)
perhaps redhat or another popular distro is
configuring standard with mod_perl (i use
redhat, but i always hand select my packages).
if this is the case, then the banner will show mod_perl,
even if the user has no idea what it is, and it
is not in use
ordered my today through the website (puts a little extra money
in the hands of mod_perlers:
http://www.modperlcookbook.org/
cliff
Matt Sergeant wrote:
> My copy just arrived! I'll try and get through most of it as fast as I can
> and post a review.
>
> Congrats Geoff, Paul and Randy. Looks gr
how about Everest? Niagara? Multiphase? Slipstream?
DigiServer? Pointillion? Web Mammoth? SharpWeb?
Web Enterprise? EnterWeb?
Ged Haywood wrote:
> Hi there,
>
> On Tue, 29 Jan 2002, Chris Thompson wrote:
>
> > "mod_perl" is a lousy name.
> [snip]
> > mod_perl needs a name. Something marketable
first off, that looks like a spanking brand new version
of apache but an older version of mod_perl. you will
probaby be happier with mod_perl-1.26
what happens when you try the following from the command line?
perl -MApache -e 1
Rasoul Hajikhani wrote:
> Folks,
> After installing mod_perl-1.25
Mithun Bhattacharya wrote:
> Before anyone suggests it - no I cant move to EmbPerl or Mason or
> anything else.
ok
>
>
> ePerl can be found as Apache::ePerl on cpan or
> http://www.engelschall.com/sw/eperl/ . I wouldnt know if Engelschall is
> on this list but if he is - feedback would be highl
hmmm - you are still using lwp.
here is a 1.0 protocol result via telnet:
[root@w7 /root]# telnet www.apache.org 80
Trying 64.125.133.20...
Connected to www.apache.org.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 200 OK
Date: Sat, 19 Jan 2002 00:37:03 GMT
Server: Apache/2.0.28 (Unix)
Acce
the guide is your friend:
http://perl.apache.org/guide
Dave Morgan wrote:
> What is the difference between how a BEGIN block and an anonymous block
http://thingy.kcilink.com/modperlguide/porting/BEGIN_blocks.html
>
> Another problem is when I try to build a SELECT HTML element
here is the learning guide and the bible.
Learning Perl
http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0596001320&vm=
Programming Perl
http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0596000278&vm=
make sure you get third editions for both!
here are relevant sources on
"Lihn, Horng-Twu" wrote:
> Kee,
> This helps. But if I have to do this in very page,
> isn't this post a serious problem to the memory consumption?
> Or not?
in what way? - u either need the code, or u don't. if u don't need
all of it, split it into smaller pieces.
>
>
> -Steve
>
> >Maybe I'm
> (Though, it's always seemed to me that it might be a decent
> design to have *one* vhost dedicated to accepting payments
>
> for the other vhosts... so when the user is ready to close
> the deal they get kicked to "payment.super_secure.com" where
> they're asked for the credit card info to fini
are you sure the new system's OS has a large enough
"open files" parameter?
on linux this could be modified by the parameters
/proc/sys/fs/file-max
/proc/sys/fs/inode-max
it am sure it is different on bsd, solaris etc..
John Michael wrote:
> Hi
> I use the perl sub below to create thumbs with
fyi - this is off topic since it does not have anything to do with
mod_perl in particular. you should really ask on:
news://comp.lang.perl.modules
or one of the other newsgroups:
news://comp.lang.perl.moderated
news://comp.lang.perl.misc
or on this helpful website:
http://www.perlmonks.org/
wh
verify that Apache/Gateway00.pm has a true value
at the end of the module. usually this looks just like
this at the end:
1;
if not, then u can add it if this is an in house module.
if not, find out what gives from the module author.
David wrote:
> Hello, I am getting this error message. Can a
Brice D Ruth wrote:
> Brice D Ruth wrote:
>
>> Perrin Harkins wrote:
>>
>> >> It *seems* that the script can run once, but
>> >> that the next time it is accessed, it cannot connect to the $server
>> >> anylonger, it dies with a 'connection timed out' message ... What
>> >> 'gotcha' is causin
.
cliff
Brice D Ruth wrote:
> Why OT? I have a script that works under IIS/5 using CGI Perl that doesn't work
>under Apache with mod_perl - I'd say that's on-topic for this list!
>
> -Brice
>
> ___cliff rayman___ wrote:
>
>> Brice D Ruth wrote:
>>
&g
Brice D Ruth wrote:
> What is the difference between doing the following:
>
> close( $server );
functional interface. flush and close the file handle for this instance
of the program.
>
> #
> $server->close();
object interface - same as above.
>
> #
> $server->shutdown();
object interface
<[EMAIL PROTECTED]> wrote:
> > Couldn't you do the same thing by reversing the ordering of your
> > Directory entries...
>
> On Thu, 04 Oct 2001 10:43:31 -0700,
> ___cliff rayman___ <[EMAIL PROTECTED]> wrote:
> > i don't think it is supposed to work th
i don't think it is supposed to work this way according to the
apache documentation. if you want the most specific (longest) one
to take precedence, put it before the shorter one in the config file.
the relevant documenation is here:
http://httpd.apache.org/docs/sections.html
YAMAMOTO Kengo wro
add the line shown write above your Files section. you have to
tell the browser the mime-type. apache will do this for you, as long
as you add the proper directive to do so.
Matt Juszczak wrote:
> Hello all,
>
> I recently compiled ModPerl into Apache and added the following to my
> httpd.conf
i am not sure what they are using mod_perl for. i was there trying
to buy tickets to the britney spears concert (for my daughter) and
the servers appeared to be windowsNT. what a nightmere. hopefully
stas will be able to improve their software as well as mod_perl 2.0
Daniel wrote:
> Wow, good
perhaps you can try:
use CGI::Carp qw(fatalsToBrowser)
also, checkout the guide:
http://perl.apache.org/guide/debug.html#Code_Debug
especially the section:
Using Apache::FakeRequest to Debug Apache Perl Modules
which may be helpful in this case.
Chris Brooks wrote:
> Good morning all,
>
> I
Alex Krohn wrote:
> Hi,
>
> With this simple test script:
>
> print "Content-type: text/html\n\n";
> my $var = 'x' x 50;
our $var = 'x' x 50;
>
> my $sub = sub { my $sub2 = sub { $var; }; };
> print "Done\n";
>
> $var does not get freed, and the process grows each request. Has anyone
>
i did not use CPAN.pm to install software on this particular
machine. my mod_perl builds are always by hand.
i did understand exactly why this happened. i should have made
that more clear in my first e-mail. i made the patch that i did, so
i would not have the same problem with any other softw
Stephen Clouse wrote:
> Now, if I load the handler in the startup file:
>
> use IQGroup::IQCoordinator;
>
> then everything loads properly, although I get a slew of "subroutine blah
> redefined" messages in the error log when it hits the PerlModule directive.
'PerlModule' in httpd.conf a
looks like you got your module working?
checkout $r->pnotes();
Rasoul Hajikhani wrote:
> Hi
> Is there any way that I could use $r->push_handlers(PerlHandler =>
> myHandler); and send/include a query string with that? I need to push
> another handler with some specific form data.
> thanks
> -r
mac osX might also have the following mac like command:
lsof -nPi TCP | grep httpd | less
this should list something like:
httpd27212 root 16u IPv4 2043928 TCP *:80 (LISTEN)
httpd27213 root 16u IPv4 2043928 TCP *:80 (LISTEN)
httpd27214 root 16u IPv4 2043928
two things:
try ps auxww|less
do you see a few httpd processes?
then,
try getting the page with the name of the server:
http://www.domain.com/ or with the ip address of the server.
perhaps the server is not listening at lo. i have never played
with mac osX.
allan wrote:
> i have finally in
and what do the error logs say?
Rasoul Hajikhani wrote:
> I know this question will sound primitive to most of you, however, I
> have this nagging error which won't go away.
> In my httpsd.conf, I have declared "PerlModule
> MY::Perl::Control::WebAccess" which I know is where it is supposed to
>
Jeremy Howard wrote:
> Steven Sajous wrote:
> > From: Jeremy Howard [mailto:[EMAIL PROTECTED]]
> > Steven Sajous wrote:
> > >
> > > It comes with it? I don't see it
> > >
> > > Yes it does. Run the batch file Robert mentioned and it'll work from
> > the
> > > command line. You can also download
sion of mod_perl and embperl will need
to be patched:
'use URI::URL'
in all places where its objects are created and
it's methods are being called.
hope this helps,
___cliff rayman___ wrote:
> this is not a good fix. i went to build embperl, and got
> the same URI::URL
perl -MURI::URL -e 'print "$URI::URL::VERSION\n"'
which returns 5.02.
This is perl, v5.6.1 built for i686-linux
Server: Apache/1.3.20 (Unix) mod_perl/1.26 mod_ssl/2.8.4 OpenSSL/0.9.6b
i'll have to do some more looking tomorrow.
___cliff rayman___ wrote:
> i had the
i had the same problem - i was able to fix it by performing
the following patches. not sure how it is supposed to work
without the patches. so, either something is wrong with our
two configurations or something is wrong with 1.26. usually
i'd believe the former, but 1.26 has only been out for 2
startup.pl cannot be run from the command line when it
contains apache server specific modules.
Jaye Mathisen wrote:
> uwb-02-chroot# uname -a
> FreeBSD uwb-02.cdsnet.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Aug 3 11:43:20 PDT
>200
> uwb-02-chroot# perl -v
> This is perl, v5.6.1 built for i38
Perrin Harkins wrote:
> > In my lightweight httpd.conf, I have:
> >
> > RewriteRule ^/(.*)\.asp http://66.33.85.239/$1.asp [p]
> >
> > If I go to http://www.buildreferrals.com/rotatorstats.asp, it gets proxy'd
> > correctly.
> >
> > But if I go to http://www.buildreferrals.com/rotatorstats.asp?
perhaps the escaping is not getting done
properly. is there a '[' in $OK_CHARS? can we
see what the definition of $OK_CHARS looks like?
also, for debugging - print the value of $OK_CHARS
on the line directly above the first substitution. this
will tell us if it is getting stepped on somewhere b
turn on your mail headers. everything you need to
know is in there. if you are not getting properly unsubscribed,
perhaps your email address in the netscape preferences is
not the same one as you subscribed as. you should be
able to discern the correct e-mail address from the
Return-Path header.
i'd still use a cookie to indentify the user. why not include
the client id as part of the submission from the browser. it
is easy to keep detailed data in the cookie separate for each client
$sessionData{$clientKey}{$clientDataStuff}=$in{DATAKEY}
Stuart Frew wrote:
> > This is an even more pr
Morbus Iff wrote:
> >> Ahhh. Ok. What's this $SIG{'USR2'} thingy. What's that do?
>
> has changed. Am I supposed to do some checking against the file -M time
> myself, and then send a USR2 signal myself?
>
yes. this method assumes that the administrator of apache has made
a change to a file an
check out this section in the guide:
http://thingy.kcilink.com/modperlguide/config/A_Script_From_One_Virtual_Host_C.html
Bird Lei wrote:
> I use vhost_alias_module to set up subdomains for different users.
>
> -- at my httpd.conf
> VirtualDocumentRoot /home/%-4/web
>
> And use Apache::Registry t
"G.W. Haywood" wrote:
> Unfortunately you have an old version of Perl (5.004) so you should
> heed the advice of the build scripts and upgrade. I would suggest
> version 5.005_03. You must compile Perl, Apache and mod_perl with
> the same compiler.
curious - why 5.005_03 as opposed to the rece
have u tried reversing the order of these two configuration sections?
that should work, but i think there is a potential for programmer
confusion. is there any difference in the directories where these
scripts are located? if so, you can wrap some directory sections
around the file sections to
Rob Bloodgood wrote:
> > Or at the very least, two segments thereof:
> >
> > domain=.org.tld
> >
> --- lots of snippage ---
> you have it right at the top.
> assuming you are operating in org.tld, so www.org.tld and modperl.org.tld
> are valid boxes, then you send the domain string as ".$do
u can also use the rewrite engine - for our domain genwax.com:
RewriteCond %{HTTP_HOST}^genwax\.com$ [NC]
RewriteRule ^(.+) http://www.genwax.com$1 [R,L]
notice that it also makes sure to convert any case such as:
GeNwAx.com to www.genwax.com
--
___cliff [EMAIL PROTECTED]http://www
1) 'our' is not deprecated. it is new. i know it was in
5.6.0, not sure if it was in earlier than that. u can check
the CHANGES file to see exactly when it was added.
2) this is really a perl question, not a mod_perl question. next time
try one of the following for perl related help:
http:
checkout the following link:
http://www.geocrawler.com/archives/3/182/2000/3/0/3377287/
the search engine at:
http://www.geocrawler.com/lists/3/Web/182/0/
is your friend.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Brian wrote:
> It's all written, only problem is the mod_rewrite direc
i think that it should be:
warn "\$class=$class can't \$UNIVERSAL::AUTOLOAD=$UNIVERSAL::AUTOLOAD!\n";
leads to less grepping and a quicker understanding of the problem.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Aaron Johnson wrote:
> So should the entry in the Guide be rewritten to:
you can only get a MAC address for those machines which
are on your same subnet. if you are using linux/unix try:
arp
sorry - but there is no reliable way to identify machines across
the internet. that is why there are 'cookies'. intel tried to make
this possible by embedding a number into the
julie wang wrote:
>
> replace that with if it is advise not to do so when using mod_perl?? The
> FAQ suggests using "goto" kind of statement. I rather not use that. What
> other alternatives do I have? Thanks!
>
which FAQ suggested a goto statement?
if u are thinking that something like:
ret
that's Config.pm.
which one of the variables would u change? sitelib and sitearch??
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Paul Cotter wrote:
> To: "Henri Delebecque" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
>
> > > "Henri" == Henri Delebecque <[EMAIL PROTECTED]> writes:
>
i believe it is originally defined at compile time.
do a:
perl -V
and it will show you the compiled in perl lib locations..
you can place this at the top of your code b4 the other use directives:
use lib "/u/richm/QXZ-OSF/nsPerl5.005_03/lib/alpha-dec-osf.../webmaster/apache_1.3.19";
and it will
"Wang, Pin-Chieh" wrote:
> Hi,
>
> I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO.
> Initially both server-status and server-info works fine, but some how both
> of these pages denied my display request.(403 Forbidden )
>
> I have checked httpd.conf where I have
>
> SetHan
i would use mod_rewrite, but, since this is a mod_perl forum,
i have to suggest that u write a mod_perl transhandler that does
a redirect.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Joseph Crotty wrote:
> I am set up on apache_1.3.14/mod_perl currently, however, have an older
> non-mod
check out:
http://www.apache.org/docs-2.0/mod/core.html#filesmatch
make sure you also see the "see also". ;-)
by the way, this is standard apache configuration stuff that
has nothing to do with mod_perl.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Surat Singh Bhati wrote:
> Hi,
>
this is no longer a mod_perl question but,
check out:
http://www.modssl.org/docs/2.8/ssl_reference.html#ToC5 ->> SSLSessionCache
i'm am far from an SSL expert, but this should help minimize the SSL
authorization overhead.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Sachin Lakhanpa
did u compile the perl, apache and mod_perl all with the
same compiler, assembler and linker?? you may want to search
in the archives:
solaris dso sigsegv
i remember quite a few issues a while back.
hth,
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Gary Algier wrote:
> My children are
___cliff rayman___ wrote:
> you are supposed to be able to use:
>
make that:
http://host.mydomain.net/foo/bar/fred.html">
>
>
> which changes the base of the document. if u really wanted to use internal
> redirects, you would have to insure that all documents conta
you are supposed to be able to use:
which changes the base of the document. if u really wanted to use internal
redirects, you would have to insure that all documents contained this tag,
or filter the page and include it yourself.
of course this is just a spec, determining which browsers proper
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
ged - you are just plain wrong here.
the error message is very clear. u just need to install
apache 1.3.0. to hell with bugs and security problems.
newer software is just bloated and cpu hungry anyways.
well, now i'll get pack to my port of perl 4, mod_perl, and
apache 1.3.0 for the TRS-80.
cl
you just needed mod_perl-1.24_01.
you can get it at:
http://perl.apache.org/dist/
apparently the underscore in the patch level keeps it
from showing up as the latest release in CPAN.
cliff
Dave Dykstra wrote:
> I'm not subscribed to this mailing list, but I searched the archives for
> this pa
i think tuning like this is available already.
probably something like:
MinSpareServers 100
MaxSpareServers 110
StartServers 100
MaxClients 110
i haven't checked the source code to see if these values
might drive apache a little crazy (such a small range to work
in) , but it seems like the above
i think its worth posting to the list. it will be forever in the
archives when someone needs it.
thanks!
Balazs Rauznitz wrote:
> On Wed, 17 Jan 2001, ___cliff rayman___ wrote:
>
> > i and others have written on the list before, that pushing apache
> > children into s
rate, rather than the number of
requests that it served.
Perrin Harkins wrote:
> On Wed, 17 Jan 2001, ___cliff rayman___ wrote:
> > i and others have written on the list before, that pushing apache
> > children into swap causes a rapid downward spiral in performance. I
> > don'
your server was designated for Apache
only, or set it to a higher value if it were a multipurpose machine.
mod_perl/apache and paging/swapping just don't mix.
Perrin Harkins wrote:
> On Wed, 17 Jan 2001, ___cliff rayman___ wrote:
>
> > here is an excerpt from httpd.h:
>
> Good re
here is an excerpt from httpd.h:
/*
* (Unix, OS/2 only)
* Interval, in microseconds, between scoreboard maintenance. During
* each scoreboard maintenance cycle the parent decides if it needs to
* spawn a new child (to meet MinSpareServers requirements), or kill off
* a child (to meet MaxSpar
did u check out this section in the guide yet?
http://perl.apache.org/guide/install.html#Installation_Without_Superuser_P
cliff
Dave Armstrong wrote:
> I just moved from dedicated to virtual hosting , and was
> wondering how to configure mod_perl to install the modules to a
> private lib, outsi
not irrelevant, and well covered here:
http://perl.apache.org/guide/databases.html
hth,
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Al Abdullaev wrote:
> Sorry guys for irrelevant question, but where can I find
> guide how to connect apache server to mysql database?
> thanks a lot.
hmmm. i checked CPAN about a month ago, and they
had the new version. i believe CPAN is actually a bunch of mirrored
sites that the dns redirects to. I wonder if the one you ended up
getting is not getting properly mirrored?
Mike Hanafey wrote:
> Thanks for the replies. Next time I will not g
u need mod_perl-1.24_01 for apache-1.3.14
u might have saved yourself some patching :-)
Mike Hanafey wrote:
> The httpd.h file in apache-1.3.14 has apparently changed. I hacked the
> following changes to mod_perl-1.24 to fix things (it's the same change
> in two files). Without the change Makef
i see 2 things here, classic queing problem, and the fact
that swapping to disk is 1000's of times slower than serving
from ram.
if you receive 100 requests per second but only have the
ram to serve 99, then swapping to disc occurs which slows
down the entire system. the next second comes and 10
try:
make kill_httpd && sleep 5 && make test
Richard wrote:
>
>
> the error log
> ~
> [Thu Dec 28 21:33:14 2000] [crit] (98)Address already in use: make_sock: could not
>bind to port 8529
> ~
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
reading ALL those books is highly recommended.
u might be able to handle the task at hand faily
quickly with:
DBIx::Recordset (i've never used it - but it looks easy)
and
HTML::Embperl (i use it extensively and i'm very happy with it)
both are available at www.cpan.org
good luck!
--
___cli
it's telling you to search the guide at:
http://perl.apache.org/guide/
check out in particular:
http://thingy.kcilink.com/modperlguide/troubleshooting/Undefined_subroutine_Apache_RO.html
Barry Veinotte wrote:
>
>
> Undefined subroutine &Apache::ROOT::cgi_2dbin::ads1::ads_2epl::handler
> called
here are a couple i know about - no personal experience however,
i prefer homebrew :-))
http://www.zelerate.com/html/eng/home.shtml
http://www.extropia.com/products.html
The Doctor wrote:
> Needed :
>
> Perl programmes for a 'member' Shopping cart site that would do the
> following:
>
> Authent
___cliff rayman___ wrote:
> perhaps doug or someone with the proper authentication can
s/authentication/authorization/
>
> move the mod_perl-1.24 version into the old directory on:
> http://perl.apache.org/dist/
>
> cpan looks like it is up to date and only shows the 1.24_01
perhaps doug or someone with the proper authentication can
move the mod_perl-1.24 version into the old directory on:
http://perl.apache.org/dist/
cpan looks like it is up to date and only shows the 1.24_01 version.
Stas Bekman wrote:
> z
>
>
> please get mod_perl-1.24_01.tar.gz
>
--
___clif
you need version 1.24_01 to use apache 1.3.14
http://perl.apache.org/dist/mod_perl-1.24_01.tar.gz
"Wang, Pin-Chieh" wrote:
> I am trying to build apache v.1.3.14 with Mod_perl v. 1.24 using APACI
> I am using Perl 5.6 build 620 - the latest
>
> I ran perl Makefile.PL under mod_perl-1.24 direct
check out the perl guide at:
http://perl.apache.org/guide
also, you can search through the mail archives at:
http://www.geocrawler.com/lists/3/web/182/0/
you might have compiled as a DSO and not used the same compiler,
or compiler parameters.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
1.24_01 fixes this problem for 1.3.14.
"Doran L. Barton" wrote:
> Not long ago, Dmitry Morozovsky proclaimed...
> > Hello colleagues,
> >
> > In Apache 1.3.14, there is another change in version strings in httpd.h
> > Here is small patch (quick'n'dirty, of course :) to fix this.
>
> I noticed th
plus, everyone knows your bid.
i don't have quite the credentials as Ask, but i only
cost $119.50 per hour. :-))
Ask Bjoern Hansen wrote:
> On Wed, 29 Nov 2000, Ask Bjoern Hansen wrote:
>
> ahh. that should obviously not have been spamming the poor list. In
> particular not with the "nice" quot
yes - in order to use apache 1.3.14 you need
mod perl 1.24_01 which you can get from here:
http://perl.apache.org/dist/
enjoy,
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
don carnage wrote:
> Hello all -- I recently downloaded apache 1.3.14 and mod perl 1.24 and
> received the followi
Robin Berjon wrote:
> But on a related issue, I got several logfiles corrupted because I log
> user-agents there and some seem to use some unicode names that confuse
> Apache and convert to \n. Does anyone else have this problem ? I don't
> think it could lead to server compromission, but it's ne
i think you'll need 1.24_01.
this fixes the versioning problem with 1.3.14
"B. Burke" wrote:
> I've tried installing mod_perl & mod_ssl, following both the instructions at
>http://perl.apache.org/guide
> and the INSTALL.simple.mod_ssl file that comes with mod_perl-1.24. When I run the
>perl
from whatever mail reader u are using, choose show all headers.
the unsubscribe instructions are usually in there.
Paul wrote:
> --- Dan & Oana <[EMAIL PROTECTED]> wrote:
> > unsubscribe modperl
>
> I've seen several of these for the past day or two, and was going to
> respond with instructions
here is something that occurred to me, but it is untested, and could be
plain foolish.
place a file named warnings.pm in your 5_00405 include path that contains the
infamous:
1;
this may help to quiet StatInc.
Chris Strom wrote:
> No, I don't have warnings.pm. It is only included in 5.6. We
1 - 100 of 167 matches
Mail list logo