Apache2 HellowWorld question

2002-04-19 Thread Lihn, Steve
he I thought it should be under C:/Apache2/blib/lib/Apache??? Thanks. Steve Lihn FIS Database Support, Merck & Co., Inc. Tel: (908) 423 - 4441 -- Notice: This e-mail message, together with any attachments,

Re: [ANNOUNCE] The New "mod_perl" logo - results now in...

2002-03-17 Thread Steve Piner
's fine. That's no worse than the current situation. Finally, I think the mod_perl/modperl/ModPerl/Mod_perl thing is a non-issue. We all know what is being talked about, right? It's nowhere near as bad as the .gif "hard 'G' or soft 'G'" or the vi "V.I. versus 'vie'" problems. Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: [OT] RE: Installing Perl::Magick

2002-02-19 Thread Steve Werby
a good resource for your problem. mailto:[EMAIL PROTECTED]?subject=subscribe Both lists are what I consider medium volume. You may also want to check for a list related to your Linux distro. A good place to find archives of hundreds of mailing lists which have a nice search interface is http:

Re: Question...

2002-02-13 Thread Steve Piner
invalid cookie. When they go back to the page, they'll send the invalid cookie, and you can then prompt them to log in or whatever. You'll get the invalid cookie sent back for images on that page, but that usually isn't a problem. Steve Piner Ryan Parr wrote: > > I think

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

2002-01-16 Thread Steve Piner
be to put some sort of unique identifier in the path or query string, but this may not be secure enough for your purposes. Oh yeah, it'd break if they didn't have images on. :-( Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: Apache::AuthCookie login faliure reason

2001-11-23 Thread Steve van der Burg
error; $error = "Authentication error. Please try again." if $reason =~ /bad/; $error = "Your session has expired. Please reauthenticate." if $reason =~ /bad/ && $detail =~ /expire/; # Now interpolate $error into the HTML we send to the browser my $form = < ... $error ... I hope that these code snippets are enough to get you started. ...Steve -- Steve van der Burg Information Services London Health Sciences Centre (519) 685-8300 ext 35559 [EMAIL PROTECTED]

Re: Install problems

2001-11-04 Thread Steve Piner
l.h: No such file or directory > apache_request.h:11:25: util_script.h: No such file or directory > make[1]: *** [apache_request.o] Error 1 > make[1]: Leaving directory `/usr/local/etc/libapreq-0.33/c' > make[1]: *** [subdirs] Error 2 > > I'm confused. It looks like you might not hav

Re: Installing modules

2001-11-04 Thread Steve Piner
27;t say differently - type perl Makefile.PL make make test And if you're happy with the results, su to root and type make install Hope this helps. Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

RE: [OT] pdf creation

2001-10-31 Thread Steve Smith
simran writes: > I believe there is also a Content-disposition tag you can use to > tell the browser what to name the file... As mentioned below in my original post, it doesn't work in all browsers. Steve

Re: Apache 1.3.22 and modperl 1.26.

2001-10-30 Thread Steve Piner
en try to start apache I get this error: > > Syntax error on line 338 of /var/conf/apache/httpd.conf: > Invalid command '', perhaps mis-spelled or defined by a module not > include > d in the server configuration [trimmed] It sounds to me that when you recompiled mod_p

PerlInitHandler w/o PerlPostReadRequestHandler.

2001-10-28 Thread Steve Piner
ecessary. It worked perfectly first time. My question is this: should PerlInitHandler have given me an error message? Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: [OT] pdf creation

2001-10-28 Thread Steve Smith
tually work in most browsers. The solution is to extend the URL past the handler/script, e.g. : http://server/perl/pdfgen.pl/MYPDFFILE.pdf Apache will dispatch this to pdfgen.pl, but the browser will assume the default filename is MYPDFFILE.pdf. Hope this helps, Steve

Re: When to use 'use' for accessing modules?

2001-10-23 Thread Steve Piner
each child until the first request of the child completed. Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: mod_info.c and others via libexec?

2001-10-03 Thread Steve Cotton
Sounds like you did a static compile, read the docs regarding the DSO mechanism. Also, Apache 1.3.20 and mod_perl 1.26 are available. Steve. - Original Message - From: "El Capitan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 4:03

Embperl, modules, cleanup and the stop button

2001-08-20 Thread Steve Smith
) will have completed before the abort (SIGPIPE) is recognised. This should go double for embperl, which executes all perl code before outputting any headers and data. So I'd like to ask the group, am I right in this analysis, or am I missing anything here? Thanks, Steve

Re: AuthCookie access denied messages

2001-08-20 Thread Steve van der Burg
you now have a chance to set other environment variables. ...Steve -- Steve van der Burg Information Services London Health Sciences Centre (519) 685-8300 ext 35559 [EMAIL PROTECTED]

Re: Problem with arrayrefs in PSections

2001-07-29 Thread Steve Piner
s The Eagle says that directives that occur multiple times should be an array of arrays. And it works when I'm not using a single arrayref for the configuration. Steve > -Original Message- > From: Steve Piner > To: [EMAIL PROTECTED] > Sent: 7/27/01 12:26 AM > Subject: Pr

Problem with arrayrefs in PSections

2001-07-26 Thread Steve Piner
7;], ['from', '192.168.1.0/24']], }, '/server-info' => { SetHandler => 'server-info', %access, Allow => [['from', '1.2.3.0/24'], ['from', '192.168.1.0/24']], }, ); Is this a bug, a stupid-user problem, or something else? I'm using Apache/1.3.20, mod_perl/1.25 and 1.26, and Perl v5.6.1 Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Capturing CGI output

2001-06-17 Thread Steve Wells
there some way to capture that information? Thanks, STEVE

Re: comparison of templating methods?

2001-06-06 Thread Steve Smith
can reduce the code to do this to: my $data = $dbh->fetchrow_hashref($query); %fdat = (%fdat, %$data); Embperl then parses the form and populates it with the matching name=>value pairs in %fdat, including select options. Beautiful! Steve

RE: Trying to find correct format for PerlSetVar's -- or get Apache::AuthNetLDAP working.

2001-06-01 Thread Steve Haslam
] I've also had some wierdness happen with mod_perl not reporting syntax errors and other problems in sections that I'm now unable to reproduce :| SRH -- + Steve Haslam |W: +44-20-7447-1839+ + /excite/intl/uk/softeng|

Re: Content-Disposition to change type and action?

2001-05-29 Thread Steve Smith
"Steve" == Steve Piner <[EMAIL PROTECTED]> writes: > So going to <http://www.mysite.com/reports/foo.csv?param1=val1> > would be the same as going to > <http://www.mysite.com/bin/report.pl?param1=val1> except if the page > is to be downloaded, the brows

Re: Content-Disposition to change type and action?

2001-05-29 Thread Steve Piner
e.com/bin/report.pl?param1=val1> except if the page is to be downloaded, the browser will use the name foo.csv. There's another parameter which gets passed to /reports/whatever.csv to indicate that it should generate a csv, and send a suitable Content-Type, but getting the 'name'

Re: Reverse engineered HTML

2001-05-15 Thread Steve van der Burg
>>Does a package exist that will read an HTML document and generate an = >>Apache::Registry cgi script? Even better if it accepts an

Re: Reading the environment in block

2001-05-07 Thread Steve Willer
On Mon, 7 May 2001, Benoit Caron wrote: > The way I've setup whole thing is like that : a script name restart is > called with some parameters telling him to reload one or all the > developpers environment, or the "testing" copy. This script would have some > environments variables called SITE

RE: Exception modules

2001-04-30 Thread Steve Coco
Title: RE: Exception modules unsubscribe please- thanks -Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 4:29 PM To: Jeffrey W. Baker Cc: [EMAIL PROTECTED] Subject: Re: Exception modules On Mon, 30 Apr 2001, Jeffrey W. Baker wrote: >

Must restart Apache when any .pm changes?

2001-04-22 Thread Steve Leibel
I'm experimenting with using Perl modules (.pm files) underneath Mason components. As far as I can see, the only way to guarantee that changes made in the .pm are seen by the Mason code is to restart Apache whever the .pm file changes. This is true whether the "use" statement is in handler.p

Question and problem with graphics and Apache:ASP running.

2001-04-06 Thread Steve Hurley
/student2.html in http.conf: SetHandler perl-script PerlHandler Apache::ASP PerlSetVar Global /tmp The split up version will work but the one banner will be distorted. Now if I save as on the graphic and view it, it looks fine Any ideas??? Thanks, Steve

Re: Shared memory between child processes

2001-03-30 Thread Steve Leibel
At 5:30 PM -0800 3/30/01, Randy J. Ray wrote: >I understand the forking model of Apache, and what that means in terms of >data initialized in the start-up phase being ready-to-go in each child >process. But what I need to do is manage it so that a particular value is >shared between all children,

Re: /dev/null problems

2001-03-28 Thread Steve Reppucci
/null is being used as the $0 argument to the > handler, perhaps I could somehow explicitly set it to another (empty) > file? How would I go about that? > > Does anyone have any suggestions? > > Thanks, > > Matt > -- =-=-=-=-=-=-=-=-=-=- My God!

Re: [OT] ApacheCon BOF

2001-03-21 Thread Steve Reppucci
feel if it was the Washington Rabbis and you had a > guy with braids running around throwing bagels? Or the Washington Jesuits > with some guy handing out communion wafers. It wouldn't happen. So, it's > an insult. It's proof of the ways in which we get ignored."

Shared variables, inner subs and "our"

2001-03-16 Thread Steve Hay
my script like I did above (unless Apache::Registry did this for me when it does its stuff with my script), so I'm stuck with the warning (or else "use vars"). Is there some reason why the warning gets emitted with "our" inside print_power_of_2()? Was I just lucky that this particular example worked and I should really heed the warning, or is the warning actually bogus? Is there any way I can use "our" rather than "use vars" and not get these warnings? - Steve Hay

Re: incompat. with apache/mod_perl upgrade

2001-03-12 Thread Steve Leibel
At 12:26 PM -0500 3/12/01, Khachaturov, Vassilii wrote: >When I upgraded from >Solaris Apache/1.3.14 (Unix) mod_perl/1.24_01 >to >Solaris Apache/1.3.17 (Unix) mod_perl/1.25 > >the following code in my debugging httpd.conf broke: > > >sub WWW_DIR () { $ENV{'HOME'} . '/www' ; } # this sub will persi

Re: Stop button (was: Re: General Question)

2001-02-27 Thread Steve Hay
Bill Moseley wrote: > At 02:02 PM 02/26/01 +0000, Steve Hay wrote: > >I have a script which I wish to run under either mod_perl or CGI which does > >little more than display content and I would like it to stop when the user > >presses Stop, but I can't get it w

Re: Stop button (was: Re: General Question)

2001-02-26 Thread Steve Hay
n my httpd.conf. Can anybody help/explain? I'm running Apache/1.3.17 and mod_perl/1.25 on Windows NT 4. Cheers, Steve Hay

Re: possible solution for "exec cgi SSI" in mod_perl

2001-02-25 Thread Steve Reppucci
pts > SSI in it, without running the subrequest/new process? > > Regards, > > -Surat Singh Bhati > > > > > > =-=-=-=-=-=-=-=-=-=- My God! What have I done? -=-=-=-=-=-=-=-=-=-= Steve Reppucci [EMAIL PROTECTED] | Logical Choice Software http://logsoft.com/ |

[OT] Re: Just learning, and a little stuck...

2001-02-23 Thread Steve Reppucci
{ > my ($db, $post) = shift (@_); > > foreach $key (keys(%$post)) > { > %$post{$key} = $db->quote("%$post{$key}"); > } > } > > Using CGI-based Perl I suppose I could just use local() instead of my() > to avoid havin

[OT] Re: Rotating Apache logs

2001-02-22 Thread Steve Reppucci
which I'd > rather not do. Is there a command-line use or the rotatelogs by means of > which you can rotate the logs on the fly ? =-=-=-=-=-=-=-=-=-=- My God! What have I done? -=-=-=-=-=-=-=-=-=-= Steve Reppucci [EMAIL PROTECTED] | Logical Choice Software http://logsoft.com/ |

Re: mod_vhost_alias / ProxyPassReverse problem

2001-02-12 Thread Steve Reppucci
erruling mod_vhost_alias... > > Thanks again! > > Ime > =-=-=-=-=-=-=-=-=-=- My God! What have I done? -=-=-=-=-=-=-=-=-=-= Steve Reppucci [EMAIL PROTECTED] | Logical Choice Software http://logsoft.com/ |

Re: Apache::SubProcess failures

2001-02-10 Thread Steve Reppucci
inux/Apache/SubProcess.pm line > 36. > > [Sat Feb 10 22:54:29 2001] [error] (2)No such file or > directory: Apache::SubProcess exec of /usr/bin/ls failed > > I'm using Apache version 1.3.17, mod_perl version 1.25 and > Apache::SubProcess version 0.02. Any help would be grea

Using Filter Module under mod_perl

2001-02-08 Thread Steve Hay
t sure why the filters aren't working. The filters hooks all live in yylex, which get called indirectly by perl_parse." Is there anyone familiar with both Filter and mod_perl who could shed any more light on what's going on here? Thanks, Steve Hay Hello2Goodbye.pm filtertest.pl

Re: Send a cookie, AND a redirect ?

2001-02-08 Thread Steve Reppucci
gt; $r->content_type('text/html'); > $r->header_out('Location'=>$the_url); > $r->header_out('Set-Cookie' =>$cookie); > $r->send_http_header; > return REDIRECT; > > > Which does not work. > > Thinking about i

Re: Best GCC compiler options for Intel (perl & apache)

2001-02-01 Thread Steve Fink
Tim Bunce wrote: > > Can anyone recommend extra gcc options to squeeze the last ounce of > performance out of code (perl and apache in this case) on Intel? > > I don't mind tying the code down to one cpu type or loosing the ability > to debug etc. We're already doing -O6 and are looking for more

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Steve Reppucci
nk to the current > version... > > how does this strike everyone? > > --Geoff > =-=-=-=-=-=-=-=-=-=- My God! What have I done? -=-=-=-=-=-=-=-=-=-= Steve Reppucci [EMAIL PROTECTED] | Logical Choice Software http://logsoft.com/ |

Re: Runaways

2001-01-29 Thread Steve Reppucci
o their source. If not, I'll have to write some > internal stuff to do the job... Afraid I can't offer anything better than what it sounds like you already have... =-=-=-=-=-=-=-=-=-=- My God! What have I done? -=-=-=-=-=-=-=-=-=-= Steve Reppucci [EMAIL PROTECTED] | Logical Choice Software http://logsoft.com/ |

Re: Runaways

2001-01-29 Thread Steve Reppucci
correctly, as $0 is the name of the configuration from within mod > perl. > > Has anyone had to deal with this sort of problem in the past? > > Robert Landrum > =-=-=-=-=-=-=-=-=-=- My God! What have I done? -=-=-=-=-=-=-=-=-=-= Steve Reppucci [EMAIL PROTECTED] | Logical Choice Software http://logsoft.com/ |

Re: Upgrading mod_perl on production machine (again)

2001-01-16 Thread Steve Reppucci
t; code, new version of mod_perl, and allow for testing of the new setup for a > few weeks, yet only require a few seconds of downtime to switch live (and > back again if needed)? > > Then I wonder which CPAN module I'll forget to install... > > &g

Re: [OT] Availability of Jobs -- was Re: [SOLICITATION] Programmer available for contracting..

2001-01-10 Thread Steve Smith
> The most important thing I learned from fuckedcompany.com is the > term "Javateer". So what does it mean? The fuckedcompany search isn't very forthcoming :(

[JOB WANTED]: Boston area modperl contract

2001-01-09 Thread Steve Reppucci
ainly targeting contract work, but would be interested in talking about a full time position if an interesting opportunity arises. Interested parties please email me off list. =-=-=-=-=-=-=-=-=-=- My God! What have I done? -=-=-=-=-=-=-=-=-=-= Steve Reppucci [

Configuration File for Apache

2001-01-02 Thread Steve Haemelinck
Can someone send me a Configuration File for Apache please? THX winmail.dat

Mod Perl v1.24_01

2001-01-02 Thread Steve Haemelinck
I want to configure my apache server (1.3.14) with mod_perl (1.24_01) But when I configure mod_perl with the following command * perl Makefile.PL APACHE_SRC=/usr/src/http/apache_1.3.14/src DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 * make * make test --> Gives the follo

Re: recommendation for image server with modperl

2000-12-20 Thread Steve Reppucci
e > who don't need SSL and want to squeeze great performance out of budget > hardware. > > - Perrin > =-=-=-=-=-=-=-=-=-=- My God! What have I done? -=-=-=-=-=-=-=-=-=-= Steve Reppucci [EMAIL PROTECTED] | Logical Choice Software http://logsoft.com/ |

Re: session expiration

2000-11-21 Thread Steve van der Burg
end the right cookie), the new cookie simply overwrites the old one, and the new session becomes the "allowed" one. ...Steve -- Steve van der Burg Information Services London Health Sciences Centre (519) 685-8300 ext 35559 [EMAIL PROTECTED] -

Re:Tempfile and send_fd()

2000-11-16 Thread Steve Smith
"Steve" == Steve Smith <[EMAIL PROTECTED]> writes: > Hi, Could somebody tell me why the following testcase doesn't work? Nevermind, I got it from the archives eventually : seek $f, 0, 0; $r->send_fd($f); Cheers, Steve

Tempfile and send_fd()

2000-11-16 Thread Steve Smith
est\ntest\n"; $r->send_fd($f); $f->close; All I get is an empty document. My understanding is that the data written to the tmpfile should be available immediately through the filehandle even if it hasn't been flushed. This is running under Registry, on Linux. Thanks, Steve

Subject Matter Expert- Web Performance & Reliability

2000-11-15 Thread Steve Coco
Good Afternoon:    I am seeking an expert in the field of Web Performance and Reliability.  The responsibilities include having subject matter expertise in performance and web assessment.    This is to help an emerging product company focusing on back-end infrastructure of the web.  Our

Re: a web interface to visualize tables

2000-11-01 Thread Steve Lloyd
flexibility and ease of use. Let me know and I will send you a win32 demo version. Steve Lloyd 801 318-0591 Tim Harsch wrote: > As a part of further research into this area I am going to seriously look > into Oracle WebDB. Other users in my shop have had great success with it. > And the

RE: a web interface to visualize tables

2000-11-01 Thread Steve Sapovits
7;m looking for is a web based GUI that allows a user to login > to the database, choose some table that the user has rights to and enter > data in some spreadsheet like format.  I could go with TK but would prefer a > cross-platform solution. Steve Sapovits Global Sports Interactive

Re: PUT handling (somewhat off-topic)

2000-09-06 Thread Steve van der Burg
ected it to say) which means I've been of almost no help! If it hadn't worked, I probably would've trussed Apache while I made the request to see what was going on. ...Steve -- Steve van der Burg Information Services London Health Sciences Centre (519) 685-8300 ext 35559 [EMAIL PROTECTED]

Re: HTML Template Comparison Sheet ETA

2000-09-04 Thread Steve Manes
d the Perl code. That was a fun all-nighter. ---[ http://www.magpie.com ]---=o&>o--- Steve Manes Brooklyn, N'Yawk

Re: Getting data from external URL

2000-08-29 Thread Steve Reppucci
#x27;ll look into this a bit to see if I can recreate it, but for now, let's chalk it up to either (1) something that's been fixed since the version that I was using at the time, or (2) I'm just out of my head. More likely the latter... Sorry for the confusion. On 29 Aug 2000,

Re: Getting data from external URL

2000-08-28 Thread Steve Reppucci
use LWP::Simple; > $content = get("http://www.sn.no/") > > And it doesn't require you to be on any particular OS, as far as I know. > > see perldoc LWP::Simple and as advised by many others LWP::UserAgent for > more advanced uses. =-=-=-=-=-=-=-=-=-=- My God! W

Re: PerlAuthenHandler -- doesn't get there...? SOLVED

2000-08-21 Thread Steve van der Burg
he handlers don't get invoked, and I instead see this error from apache: configuration error: couldn't check user. No user file?: /some/where This comes from http_request.c, which is responding to "AuthType Basic". It's giving an error because I haven't told it wh

Re: PerlAuthenHandler -- doesn't get there...?

2000-08-18 Thread Steve van der Burg
thCookie, and snooping in the Apache source a bit, I think that your "AuthType Basic" needs to be changed to "AuthType Serensoft::Auth". ...Steve -- Steve van der Burg Information Services London Health Sciences Centre (519) 685-8300 ext 35559 [EMAIL PROTECTED]

Win32: system() calls with STDOUT re-directed

2000-08-11 Thread Steve Hay
have any other implications for mod_perl??? Does mod_perl need the EAPI like mod_ssl does (at least on Win32)??? Steve Hay

Full-time web programmer needed.

2000-08-07 Thread Steve Chitwood
/mySQL on BSD/LINUX a must. Additional experience in jscript/java a plus as well as experience with Oracle or additional web-development technologies. CONTACT: -- STEVE CHITWOOD Summit Communication Design, Inc. 6065 South Quebec Street, Suite 202 Englewood, CO 80111 303/290-1898 voice 303/265-9379

Re: can't get unbuffered output to work

2000-07-13 Thread Steve van der Burg
nd Apache 1.3.12. > >Any clues? Netscape is waiting for an HTML visual break of some kind before showing any output - if you modify your test handler to spew "Hello!" before sleeping, you should see it. ...Steve -- Steve van der Burg Information Services London Health S

HTTP Headers

2000-07-10 Thread Steve Parker
my httpd.conf, I made sure to have: -PerlSendHeader Off -comment out the DefaultType directive Does anybody have any idea where I might look in my configuration for the cause of this? Any help is very greatly appreciated. Thanks, steve

Re: Simple program _setting_ REMOTE_ADDR

2000-07-04 Thread Steve van der Burg
ck reading of some of the Apache source (esp. mod_cgi), I had a working solution up and running 90 minutes (!) after first deciding to attack the problem from that angle. ...Steve -- Steve van der Burg Information Services London Health Sciences Centre (519) 685-8300 ext 35559 [EMAIL PROTECTED]

Re: Simple program _setting_ REMOTE_ADDR - SOLUTION

2000-06-23 Thread Steve van der Burg
ctual client IP. Something like this: Good points. This is my first real foray outside of content handlers, so I chose something early on in the request phase. I'll give the code you've provided a try this afternoon. ...Steve -- Steve van der Burg Information Services London Health Sciences Centre (519) 685-8300 ext 35559 [EMAIL PROTECTED]

Re: Simple program _setting_ REMOTE_ADDR - SOLUTION

2000-06-23 Thread Steve van der Burg
the handler: #!/bin/perl package LHSC::FakeRemoteIP; use Apache::Constants qw /:common/; use strict; sub handler { my $r = shift; $r->connection->remote_ip("1.2.3.4"); return OK; } 1; I've tested it and it works perfectly. ...Steve -- Steve van der Burg Information

Re: Simple program _setting_ REMOTE_ADDR

2000-06-23 Thread Steve van der Burg
>>>>>> Vivek Khera <[EMAIL PROTECTED]> wrote: >>>>> "SvdB" == Steve van der Burg <[EMAIL PROTECTED]> wrote: >SvdB> That is, I'd like to set REMOTE_ADDR like so: >SvdB> >SvdB> # Feed vendor's crappy CGI code a fake

Simple program _setting_ REMOTE_ADDR

2000-06-23 Thread Steve van der Burg
I've tried doing it with Apache's SetEnvIf (OT here, I know), and that doesn't do it either. A quick check of the Eagle book, and a search through dejanews didn't turn up anything, and this should be easy... Help! ...Steve -- Steve van der Burg Information Services London

mod_perl caches compiled quotes?

2000-06-17 Thread Steve Smith
am I doing wrong? Thanks, Steve

Re: Apache children hanging

2000-06-01 Thread Steve Reppucci
: add$0xc,%ecx > 0x80a7415 : mov%ecx,0x8(%eax) > 0x80a7418 : mov0x8(%ebp),%eax > 0x80a741b : mov0x4(%eax),%edx > 0x80a741e : mov%edx,0x8(%ebp) > 0x80a7421 : jmp0x80a7400 > 0x80a7423 : nop > 0x80a7424 : mov0x8(%ebp)

RE: Bugs 5.6.0 modperl use?

2000-05-26 Thread Steve Reppucci
www.topniche.com/tech/ > [EMAIL PROTECTED] > =-=-=-=-=-=-=-=-=-=- My God! What have I done? -=-=-=-=-=-=-=-=-=-= Steve Reppucci [EMAIL PROTECTED] | Logical Choice Software http://logsoft.com/ | 508/958-0183 Be Open |

Re: REPOST: Limiting Resources

2000-05-25 Thread Steve van der Burg
>>>>>> Steve van der Burg <[EMAIL PROTECTED]> writes: > >>> I am trying to limit the execution of a mod_perl script by setting the >>> limit of RLimitCPU. But >>> this does not seem to work. I am using apache 1.3.12 , mod_perl. I >>>

Re: REPOST: Limiting Resources

2000-05-25 Thread Steve van der Burg
ll that's used to launch the httpd parent). ...Steve -- Steve van der Burg Information Services London Health Sciences Centre (519) 685-8300 ext 35559 [EMAIL PROTECTED]

Re: "make test" fails, httpd fails to start

2000-05-08 Thread Steve Bauer
The file t/logs/error_log is never created. httpd fails because /t/conf/httpd.conf looks more like a pod file than a httpd.conf. How is the correct httpd.conf file supposed to be created? What can I do to determine why the creation is not happening?? Steve Bauer Stas Bekman wrote: > &

"make test" fails, httpd fails to start

2000-05-08 Thread Steve Bauer
ng for server to warm up...not ok server failed to start! (please examine t/logs/error_log) at t/TEST line 95. *** Error code 146 make: Fatal error: Command failed for target `run_tests' The file /t/httpd.conf contain several pod commands. Anybody have any ideas of where to look or h

Re: Problem compiling mod_perl 1.23 on Solaris 2.4

2000-05-08 Thread Steve Hay
.0 which says, like the snippet above, that "-Xa" is the default. Steve Hay

Re: Problem compiling mod_perl 1.23 on Solaris 2.4

2000-04-27 Thread Steve Hay
Steve Hay wrote: > I'm having a problem compiling mod_perl 1.23 (with Apache 1.3.12 / Perl > 5.6.0) as a DSO using APXS on Solaris 2.4. In case anyone is interested... I've solved my own problem (just as well, really). If I re-compile everything with the -Xa compiler flag t

Problem compiling mod_perl 1.23 on Solaris 2.4

2000-04-26 Thread Steve Hay
Hi, I'm having a problem compiling mod_perl 1.23 (with Apache 1.3.12 / Perl 5.6.0) as a DSO using APXS on Solaris 2.4. This worked fine using Apache 1.3.6 / Perl 5.005_03 / mod_perl 1.22. Can anybody help? I built the Perl with "-Uusemymalloc" which I had found was necessary under the previous

Compiling mod_perl on Windows NT

2000-04-26 Thread Steve Hay
these locations in the install directory works fine, thus removing the need to keep the build directory floating about. This presumably means that I can now ditch the build directory and still be able to build mod_perl 1.24 when it comes using only my Apache install directory. - Steve Hay

Re: Problem with CGI::Carp under mod_perl

2000-04-26 Thread Steve Hay
Gunther Birznieks wrote: > At 02:02 PM 4/18/00 +0100, Steve Hay wrote: > > >I'm having problems using "CGI::Carp qw(fatalsToBrowser);" in modperl > >scripts. > > Sorry for the late reply. I was actually trying to figure out why you were > experien

Re: Problem with CGI::Carp under mod_perl

2000-04-19 Thread Steve Hay
Perrin Harkins wrote: > On Tue, 18 Apr 2000, Steve Hay wrote: > > > The first one calls die() itself. > [...] > > Sounds like a difference in the way CGI scripts and mod_perl buffer. I > fyou really want CGI::Carp to work, you need to make sure you don't send >

Problem with CGI::Carp under mod_perl

2000-04-18 Thread Steve Hay
Sorry! Here it is again in text/plain this time... (My mail client doesn't ask whether I want to send in text or HTML, hence the slip. Maybe *I* should get a new one!) --- I'm having problems using "CGI::Carp qw(fatalsToBrowser);" in modperl scripts. Below are three short scripts and their o

Problem with CGI::Carp under mod_perl

2000-04-18 Thread Steve Hay
I'm having problems using "CGI::Carp qw(fatalsToBrowser);" in modperl scripts. Below are three short scripts and their output under Apache/CGI and Apache/modperl.  All three of them produce (more or less) useful output under Apache/CGI, but only the last one does under Apache/modperl. The first o

Re: [OT] mysql-modules for Win32 platform

2000-04-17 Thread Steve Hay
-e ppp '...' '...' '...' to: -e "ppp('...', '...', '...')" and I hacked the Makefile in the mysql sub-directory to change: OTHERLDFLAGS = -LD:\mysql/lib/opt to: OTHERLDFLAGS = -LIBPATH:D:\mysql/lib/opt None of this was necessary on my Solaris 2.6 box, however, where everything went like a dream... - Steve Hay

Re: Problem Compiling with Perl 5.6.0

2000-04-03 Thread Steve Hay
ve this > problem) and > > Apache 1.3.12 which causes this to happen, and can mod_perl be changed to > cope > > with it? > > Hi Steve, > I've tried this with the latest cvs mod_perl snapshot, like you > use, with Perl 5.6.0 and Apache_1.3.12. I'm using Win98

Re: Problem Compiling with Perl 5.6.0

2000-03-31 Thread Steve Hay
ed and I get the error The handle could not be opened during redirection of handle 1. in error.log What is it that changed between Apache 1.3.6 (which doesn't have this problem) and Apache 1.3.12 which causes this to happen, and can mod_perl be changed to cope with it? Steve Hay

Re: Problem Compiling with Perl 5.6.0

2000-03-30 Thread Steve Hay
_perl 1.23 ... Steve Hay Randy Kobes wrote: > On Thu, 30 Mar 2000, Steve Hay wrote: > > > Has anyone else got 5.6.0 / 1.3.12 / 1.22 going on NT 4? > > Hi, > There's a couple things you can do - > > - add the flag /D "WIN32IOP_H" - this handles the win32_op

Re: Problem Compiling with Perl 5.6.0

2000-03-30 Thread Steve Hay
"G.W. Haywood" wrote: > Come to think of it, NT probably wasn't the best idea you ever had > either. I agree, but we're selling a web application and most of our customers want it on NT. > > Unfortunately, now I can't get (the Apache side of) mod_perl to > > compile. > > You aren't alone. You

Problem Compiling with Perl 5.6.0

2000-03-30 Thread Steve Hay
rs D:\perl5\lib\CORE\win32iop.h(117) : see declaration of 'win32_readdir' D:\Temp\apache_1.3.12\src\include\../os/win32/readdir.h(36) : error C2373: 'win32_closedir' : redefinition; different type modifiers D:\perl5\lib\CORE\win32iop.h(121) : see declaration of 'win32_closedir' Any ideas, anyone? Has anyone else got 5.6.0 / 1.3.12 / 1.22 going on NT 4? Steve Hay

Re: Problem re-directing STDOUT in system() calls

2000-03-29 Thread Steve Hay
the output of the system() call into the browser - I want to re-direct it to a file - and the difference between the one which works and the one which doesn't work is not mod_perl: it's the Apache version! Am I also correct in thinking that configuring Perl with sfio is only an option on Unix (which, BTW, doesn't have my problem anyway!)? Help! Steve Hay

Problem re-directing STDOUT in system() calls

2000-03-29 Thread Steve Hay
VC++ 6 and the Makefile options: CFG = Optimize USE_PERLCRT PERL_MALLOC - Apache 1.3.12 built with VC++ 6 - mod_perl 1.22 built with VC++ 6 - D: is a local disk which I have full access to I've found that the problem goes away if I downgrade to Apache 1.3.6 and keep everything else the same! Steve Hay

RE: ANNOUNCE: HTML::Embperl 1.3b2

2000-02-13 Thread Steve Willer
On Mon, 14 Feb 2000, Gerald Richter wrote: > If you really like to do so, we have to compile the perl (of every object) > for every namepsace it will run into. Currently I think more of a feature > like exporting variables (like Perl modules can do), so that they are > visible in all object duri

Slight performance enhancement for dynamic sites.

2000-02-02 Thread Steve Reppucci
he book or online where this is discussed, I'll be happy to hear of it. -=-=-=-=-=-=-=-=-=- My God! What have I done? =-=-=-=-=-=-=-=-=-= Steve Reppucci 617/929-7003 Director of Software Development [EMAIL PROTECTED] Boston.com (Times Company Digital) Be Open

As long as we're at it...

2000-02-01 Thread Steve Reppucci
SCE me no MSCEs. mailto:[EMAIL PROTECTED] Thanks. -=-=-=-=-=-=-=-=-=- My God! What have I done? =-=-=-=-=-=-=-=-=-= Steve Reppucci 617/929-7003 Director of Software Development [EMAIL PROTECTED] Boston.com (Times Company Digital) Be Open

Re: Using network appliance Filer with modperl

2000-02-01 Thread Steve Reppucci
tchas' in putting perl code > that modperl handlers use on a Network Attached file server like a network > appliance box ( www.netapp.com )? I am assuming that there are no real > issues but before i go blow a ton of cash on this thing I wanted to be > sure that no one had found a

<    1   2   3   >