Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-18 Thread Aaron Johnson
compiled and worked. I should also not that my Apache/mod_perl compile was done using the Apachetoolbox utility and mod_perl was static not DSO. Aaron Johnson Mandrake 9 default perl -V: Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=linux, osvers

Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-18 Thread Aaron Johnson
On Wed, 2002-12-18 at 20:30, Stas Bekman wrote: iansmith wrote: I have compiled apache_1.3.27 with mod_perl-1.27 and got no errors. I have mod_perl as a shared module. I can run Apache without mod_perl fine, but when I activate the mod_perl module, it gives me this in error_log for

Re: How Can I Install ModPerl on My ISP-based Website???

2002-11-21 Thread Aaron Johnson
On Thu, 2002-11-21 at 19:00, David Simcik wrote: I would LOVE to use mod_perl on my personal website -- I have the diskspace to do so, but the question remains as to whether or not I have the rights. Can anyone point me to a guide for this? I've poked around the mod_perl site and didn't find

Bricolage in eWeek

2002-10-30 Thread Aaron Johnson
This weeks print version of eWeek as well as the online version have an article on Bricolage. article - http://www.eweek.com/article2/0,3959,652977,00.asp Bricolage - http://bricolage.thepritgroup.com Aaron Johnson

Re: Forking process

2002-10-09 Thread Aaron Johnson
refresh look to see if the temp (flag) file still exists and if so create a new waiting page ( meta refresh ), otherwise deliver end results. Aaron Johnson May be best solution is using CGI-script, which allows forking without all Apache process forking? Thank you, Best wishes

Re: RedHat RPM for apache+mod_perl?

2002-09-25 Thread Aaron Johnson
On Wed, 2002-09-25 at 18:11, Dave Rolsky wrote: Has anyone here come up with an RPM for apache+mod_perl, with the following caveats: I use Apache ToolBox to get all these items and have been very pleased with. It allows you the option of creating a RPM as well, so if that part works for you

Re: Installing Perl::Magick

2002-02-19 Thread Aaron Johnson
There is a package available in ppm for ActiveState Perl. There is a short write up on it PerlMonks http://www.perlmonks.org/index.pl?node_id=140321 Aaron Johnson Ron Savage wrote: lamp See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html Magick.xs:76

Re: New mod_perl Logo

2002-01-29 Thread Aaron Johnson
years on this list about advocating mod_perl. I think what it really boils down to is a polished web presence and a strong statement of the power and efficiency of the product at hand and in this case a place your favorite open source application here page to refute known myths. Aaron Johnson Chris

Re: Single login/sign-on for different web apps?

2002-01-16 Thread Aaron Johnson
to pay and people tyring out the service wouldn't be forced to pay just to login. When you say plug-in token are you talking about a browser plug-in? Aaron Johnson More Resources for PKI, CA, etc. http://ospkibook.sourceforge.net/docs/OSPKI-2.4.6/OSPKI/impl-mozilla.htm http://www.openca.org/ http

[JOB] Webmaster with lite programming

2001-12-20 Thread Aaron Johnson
The job is on site in Chicago and would require a wide range of talent, including , but not limited to: Ability to create/write/edit content for the web site Ability to work in a FreeBSD or Linux server environment Able to troubleshoot and modify existing code that someone else has created Able

Re: Regarding modperl installation (fwd)

2001-05-04 Thread Aaron Johnson
What version of the CPAN module do you have? Version 1.56+ should no longer force you to upgrade. Aaron Johnson ( is it 1.56 or 1.57, anyway 1.59 is out now and it doesn't force you to upgrade :^) Mithun Bhattacharya wrote: Umm aren't we forgetting something here - like the average user who

Re: Loading Index.pl as the Root File

2001-04-23 Thread Aaron Johnson
Al Morgan wrote: I've been studying Slash to better understand mod_perl. I think I understand everything that happens in the config file, except for this: Location ~ ^/$ SetHandler perl-script PerlHandler Slash::Host::slashcode::rootHandler /Location Apparently,

Run away processes

2001-04-04 Thread Aaron Johnson
1.25 Apache::ASP 2.09 If any more info is needed let me know. Aaron Johnson

Re: Run away processes

2001-04-04 Thread Aaron Johnson
that it is all the DESTROY calls that are making its way to the error log. Should these be trapped some where else? I still don't think this has anything to do with my memory being consumed, but I thought it seemed odd that so many things were called with no defined sub. Aaron Johnson Aaron Johnson wrote

Re: Run away processes

2001-04-04 Thread Aaron Johnson
ttoday.com/ -- - Original Message - From: "Aaron Johnson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 04, 2001 2:48 PM Subject: Re: Run away processes In a private email someone mentioned that removing the \ before the $ might

DBIx::Easy

2001-01-15 Thread Aaron Johnson
with Apache::DBI. Should it work seamlessly or does it need to be overridden to work correctly with it? Aaron Johnson

Re: File upload of binary format not working

2001-01-12 Thread Aaron Johnson
Joshua Chamas wrote: Aaron Johnson wrote: I have tested other formats and they all work fine. For some reason I can't upload binary files anymore. There has been no change to the code for the pages that do the upload. The upload just hangs and never finishes. Apache 1.3.14

Re: Apache::ASP compiling extensions

2001-01-11 Thread Aaron Johnson
Joshua Chamas wrote: Aaron Johnson wrote: If what you are saying is that current EmbPerl code would be able to run almost unchanged under ASP that would be very interesting, but presently my biggest issues with Apache::ASP are: - Doesn't "help" with any HTML. I think I

File upload of binary format not working

2001-01-11 Thread Aaron Johnson
I have tested other formats and they all work fine. For some reason I can't upload binary files anymore. There has been no change to the code for the pages that do the upload. The upload just hangs and never finishes. Apache 1.3.14 mod_perl 1.24_01 Apache::ASP 2.07 RH 6.1 Has anyone else had

Re: File upload of binary format not working

2001-01-11 Thread Aaron Johnson
I guess putting my name on this would have been nice :^) There is nothing in the log file indicating any errors on the upload process and the browser just hangs. Both NN and IE. Aaron Johnson Aaron Johnson wrote: I have tested other formats and they all work fine. For some reason I can't

Re: Apache::ASP compiling extensions

2001-01-10 Thread Aaron Johnson
r ( % ), well ok two if you count %= There are others, but those are the main ones I can think of off the top of my head. I think making it do its job better and faster is more important then trying to allow for other delimiters IMHO. Aaron Johnson Joshua Chamas wrote: Hey, I am considering

Best way to handle gobal hash assignment under Apache::ASP

2001-01-08 Thread Aaron Johnson
en changes are made. Aaron Johnson

Re: File name conversion

2000-12-11 Thread Aaron Johnson
options based on it. I see now it is in the Guide as well at: http://thingy.kcilink.com/modperlguide/snippets/PerlTransHandler_example.html Not knowing what I needed to do was called (or what phase it was best handled) was the root of my problem. Thanks! Aaron Johnson darren chamberlain wrote

[OT] Re: 'why mod_perl' rebate anybody?

2000-12-11 Thread Aaron Johnson
Actually in some context rebate will do. One meaning of rebate is: Middle English rabet, from Old French rabat: recess in a wall, act of beating down, from rabattre, to beat down again; Is rebate in the sense of the word that the amount is reduced an American thing? Aaron Johnson [EMAIL

File name conversion

2000-12-10 Thread Aaron Johnson
a hold of it so I don't have to modify the Apache::ASP script. Can I chain the handlers? Does altering the $r-filename alter the %ENV in anyway? Aaron Johnson

Dependent modules

2000-12-07 Thread Aaron Johnson
this is all documented some where, but since I don't have anything on CPAN currently I haven't really looked. Did I miss understand the comments inside of the other thread? Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED

Alliance? WAS - Re: RFC: mod_perl advocacy project resurrection

2000-12-07 Thread Aaron Johnson
. It uses the Mozilla engine. http://www.activestate.com/Corporate/Communications/Releases/Press974947521.html (for the seperate discussion of GUI interfaces) Should someone try to form an alliance with ActiveState to insure they don't ignore mod_perl users or want to be users? Aaron Johnson

Re: RFC: mod_perl advocacy project resurrection

2000-12-05 Thread Aaron Johnson
asier since there are numerous books and example code available in print and online that will work inside of mod_perl with little or no change. I just checked out the PHP site and their online manual allows for user comments that are displayed at the end of each page. Hmm Aaron Johnson

Re: WebDAV support in mod_perl

2000-11-29 Thread Aaron Johnson
Is the HTTP::DAV module of any use? I just ran across it in TPJ. http://theoryx5.uwinnipeg.ca/CPAN/data/HTTP-DAV/DAV.html Aaron Joao Pedro Goncalves wrote: Hi, is there any current project going on for using the WebDAV protocol in mod_perl, something like Apache::WebDAV? I am familiar

Re: Using MHonArc inside of mod_perl

2000-11-29 Thread Aaron Johnson
. Aaron Johnson Ask Bjoern Hansen wrote: On Mon, 27 Nov 2000, Aaron Johnson wrote: I am trying to get the MHonArc package to work in conjunction with an in house module. When MHonArc (http://www.mhonarc.org) is run and told to process a single file instead of a directoy full of files

Using MHonArc inside of mod_perl

2000-11-27 Thread Aaron Johnson
manner (i.e. processing mailinglists) Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How do I redirect STDOUT to a string WAS Using MHonArc inside of mod_perl

2000-11-27 Thread Aaron Johnson
After one response and my own re-read of my first email, it appears that I have asked far too vague a question. The correct question is: How do I redirect STDOUT to a string? A suggestion was to tie a string to a filehandle and dup the filehandle to STDOUT. Is that valid? If it is, how in blue

Re: [OT?] Cross domain cookie/ticket access

2000-09-08 Thread Aaron Johnson
ation again. ( I am basing that off existing work with Apache::ASP and app entry points ) Any major flaws with this plan or suggested improvements? Aaron Johnson Simon Rosenthal wrote: At 11:37 PM 9/7/00 -0600, Joe Pearson wrote: I thought you could set a cookie for a different domain - you

[OT?] Cross domain cookie/ticket access

2000-09-07 Thread Aaron Johnson
server login and it works great. ) Any information would be appreciated. Aaron Johnson

Re: question on code snippet in mod_perl guide

2000-08-31 Thread Aaron Johnson
the trouble to make one along with Apache::DBI We have not had any more issues with the database connects since we moved to this method. We do a ping and validate the dbh handle rather then blindly accessing the dbh handle since Apache::DBI will only validate the dbh handle on a connect. Aaron

Storable problem?

2000-08-22 Thread Aaron Johnson
stratup scipts and everthing is the same or newer on the production machine, except DBI which is 1.13 vs. 1.14. What can I run to get more information then the above? Storable 0.7.0.2 mod_perl 1.24 Apache 1.3.12 perl 5.005_03 Aaron Johnson

Re: Storable problem?

2000-08-22 Thread Aaron Johnson
Aaron Johnson wrote: I made some changes to a module to use a hash stored with the Storable module. On our development server all is well, but when I moved it to the production server I was greeted with this when I stopped and attempted to restart the server: Out of memory! Callback

Form Filling - was Re: Templating System

2000-07-28 Thread Aaron Johnson
There is the HTML::FillInForm module that will pre fill your forms. It is pure Perl. It seems to work well, haven't stress tested it yet. I am using it in conjunction with Apache::ASP, but haven't hacked the Apache::ASP module to include it as a function. It is much easier to work with now

Re: howto config apache to allow perl to filter php pages

2000-07-22 Thread Aaron Johnson
. Anybody else done anything similar? Aaron Johnson Page is called ez_archive.html, there is a lot more going on then this simple post, but this is the crux of what I am saying. code sample (Apache::ASP based): % use LWP::Simple; my $get_string; foreach my $key (keys %{$Request-QueryString

Re: still can't find mod_perl for win9x/NT

2000-06-08 Thread Aaron Johnson
as you did Perl. Aaron Johnson Walter Hissink wrote: Hello, I still can't find the mod_perl for win32. On the mod_perl website now no mention is even made about that specific port. Does anyone know where i can get me a mod_perl which works in the win32 version of apache ?? Hope someone can

Re: windows 98 apache and perl

2000-04-10 Thread Aaron Johnson
to compile in additional modules you would want to have the same compiler. I have compiled my own under NT with VC 5.0 and used it on 9x with no problem. I have also installed and tested both of the above in the past and they have worked very well. Aaron Johnson Light Software wrote

Re: Perl 5.6 and mod_perl

2000-03-31 Thread Aaron Johnson
in CVS section of Embperl. May want to see what you have for handlers and run the server without them to see if it is infact a mod_perl issue. I am going to be duplicating on SuSE 6.3 , RH 6.1 and RH 6.0 this week. I will post my success stories here, if there are any. :^) Aaron Johnson Jeff

Perl 5.6 issues?

2000-03-28 Thread Aaron Johnson
mod_perl test suite shows a pass on SSI. Of course I am totally guessing here. (See http://www.mail-archive.com/embperl@perl.apache.org/ for more information. The subject is "Compile problems") I tried the compile with Apache 1.3.9 and it had the same results. Aaron Johnson Charles

Re: redhat apache and modperl oh my!

2000-01-17 Thread Aaron Johnson
I have had the same exprience as Stas. The Red Hat RPM uses Dynamic Shared Objects (DSO) for all the modules. This is NOT the ideal way to run mod_perl, I am not saying you can't, but a lot of modules won't preload under these conditions. my $.02 Aaron Johnson Stas Bekman wrote: Clay

Re: redhat apache and modperl oh my!

2000-01-17 Thread Aaron Johnson
on 6.1 I can not say, I always compile my own. Aaron Johnson Clay wrote: DSO is not the issue that works just fine i know it does, the problem seems to be with the default binary packages that redhat 6.1 comes with i ve just uninstalled/installed twice same results

Re: FAQ for NT mod_perl

2000-01-11 Thread Aaron Johnson
mod_perl currently does not run with ActivePerl. I believe the current status of the patch is it compiles, but does not run. Aaron Johnson "Dickerson, Monty W." wrote: Please point me to a FAQ document for running mod_perl with Apache/ActivePerl on Windows NT? thx.

Embperl with DSO

1999-12-02 Thread Aaron Johnson
nd testing) Aaron Johnson

DBI/Sessions/Embperl

1999-11-27 Thread Aaron Johnson
again with a different computer my connect all my previous connects are changed to the last one. So in short: Can I assign each session a seperate "permanent" connection? Aaron Johnson # I pass this - $dbh = db_connect( { database = "$udat{location}", change = 1, } ); #

Re: DBI/Sessions/Embperl

1999-11-27 Thread Aaron Johnson
if you can reference a section in one on these I am willing do my homework. I just haven't a clue as to where to look. :^) Aaron Johnson Jeff Beard wrote: How 'bout this: http://perl.apache.org/guide/performance.html#Persistent_DB_Connections --Jeff At 04:39 PM 11/27/99 -0500, Aaron Johnson

Followup DBI/Sessions/Embperl

1999-11-27 Thread Aaron Johnson
Below is my new code that seems to work. I can now connect from Terminal A and B at the same time in different databases. Instead of my standard $dbh I used a hash instead. Any glaring flaws? Thanks to Joe Beard for his reply that directed me to some helpful material. Aaron Johnson sub