apache reinstall

2000-04-05 Thread matt
reinstall the apache server that has all the proper modules in it without erasing everthing in the cuurent install? thanks for helping, Matt Carlson Lightspeed Studios

newbie mess

2001-02-16 Thread matt
18:56 0:00 grep httpd [mrogers@panda httpd]$ whoa! what is going on? how can restore this? any ideas would be appreciated!!! thanks, matt

Re: newbie mess

2001-02-16 Thread matt
response... matt 73, Ged.

Re: newbie mess

2001-02-16 Thread matt
that either. thanks again, matt 73, Ged.

DBI-connect SegFault blues

2001-02-25 Thread Matt
r solution to this problem? I can't down the production apache box without good cause as apart from my handler, the box is behaving as expected. BTW I can write trivial DBI scripts which when run from a shell, work fine, it's just when run under a handler (.pm). Any pointers are appreciated Thanks Matt

Getting a Cache::SharedMemoryCache started

2001-03-27 Thread Matt
( $options ); in my sub handler() { ... } ? If I've got it wrong, can someone give me a clue? Thanks in advance Matt

[OT] RE: Getting a Cache::SharedMemoryCache started

2001-03-28 Thread Matt
h in place, however. Removed the option, and IPC::ShareLite compiles and tests fine so my SharedMemoryCache now works as exampled. Thanks Matt

Subroutine xxxx redefined

2001-08-20 Thread matt
in this iterative require also use the Loader. This should be fine, as require 'demands that a library file be included if it hasn't already been included'. Is it possible that things are getting messed up here because of the modperl environment? Any other ideas? Thanks in advance, Matt -- #!/usr/bin

Re: Subroutine xxxx redefined

2001-08-22 Thread matt
On Wed, 22 Aug 2001, Stas Bekman wrote: On Mon, 20 Aug 2001, matt wrote: which I obviously want to get rid of before going to production. ^^ Anyway why do use Apache::Reload in production? Also you don't want to have PerlWarn On in production

Re: Subroutine xxxx redefined

2001-08-22 Thread matt
times have changed. Any other suggestions will be gratefully received! Matt -- #!/usr/bin/perl $A='A';while(print+($A.=(grep{($A=~/(...).{78}$/)[0]eq$_} A A A =~m{(...)}g)?A: )=~/([ A])$/){if(!(++$l%80)){print\n;sleep 1}}

perl sections

2001-11-02 Thread matt
Apparently if you have this installed before you configure/install mod_perl, it will automatically use it to preserve order in hashes. It doesn't work in my case, and I have to explicitly tie the hashes where this is important to get things working properly. Thanks for any light shed on the above, Matt

Can't pipe to external programs

2001-11-07 Thread matt
somewhere? Thanks, Matt -- #!/usr/bin/perl $A='A';while(print+($A.=(grep{($A=~/(...).{78}$/)[0]eq$_} A A A =~m{(...)}g)?A: )=~/([ A])$/){if(!(++$l%80)){print\n;sleep 1}}

Using a PerlHandler for ErrorDocument

2002-02-02 Thread Matt
) mod_gzip/1.3.19.1a mod_perl/1.26 mod_ssl/2.8.5 \ OpenSSL/0.9.6b Cheers Matt -- Phased plasma rifle in a forty-watt range? Hey, just what you see, pal

Re: MaxRequestsPerChild; which request am I?

2003-04-04 Thread Matt
; } if ($phase eq 'PerlHandler') { $reqCtr++; } Or, you could use a note and skip the global scalar. I don't think mod_perl has direct access to the current count (at least not in mp1). Matt

Re: Server Stats

1999-10-05 Thread Matt Sergeant
environment but we need some extra numbers of people who also are doing large-scale sites. Check out slashdot: URL: http://slashdot.org which serves up about half a million hits a day (all dynamic) from a single dual xeon box running mod_perl. -- Matt/ Details: FastNet Software Ltd - XML, Perl

Re: PC Week: Attacked and hacked!

1999-10-12 Thread Matt Sergeant
precautions (which the developers of the photoads script obviously didn't) then you shouldn't be developing secure web sites. There's really nothing further to discuss. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet

mod_perl Commercial Support and Consultancy

1999-10-12 Thread Matt Sergeant
connections and access to the full Apache API from perl. Mod_perl is used by many high profile, high performance web sites such as Slashdot.org and the Internet Movie Database for serving dynamic content to millions of users. For more information please contact Matt Sergeant [EMAIL PROTECTED] or call

Re: Autentication/Authorization -Syncronization problem via HTTPD::Us erAdmin Text

1999-10-14 Thread Matt Sergeant
in the Eagle book about this. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: mod_perl and DBD::Solid

1999-10-14 Thread Matt Sergeant
and link to that libperl.a instead of your normal one. The easiest solution would be to get a perl that can use DSO's instead and compile DBD::Solid dynamically. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet

Re: More on web application performance with DBI

1999-10-15 Thread Matt Sergeant
prepare_cached doesn't always work very well - at least not with Sybase (and I assume MSSQL). Just a warning. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy

RegistryLoader causes subroutine redefined errors on import?

1999-10-19 Thread Matt Arnold
oader kicked out the error(s) shown commented above. So it seems to be the import process causing the error. In all cases, the Apache::Registry script works fine. The error only appears when the script is preloaded using Apache::RegistryLoader -- I can suppress the error by not using RegistryL

Re: installation problems

1999-10-21 Thread Matt Sergeant
perl libs directory to @INC before mod_perl starts. I don't know how to do that but I assume it's possible. Probably as simple as: Perl use lib '/www/apache/perl/lib'; /Perl in your httpd.conf - but I'm guessing. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline

Re: Trouble sending mail under modperl...

1999-10-27 Thread Matt Sergeant
wrt spawning processes) -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Generic Server

1999-10-28 Thread Matt Sergeant
implement different protocols using perl modules. Am I completely wacko or is this something that potentially could be possible? -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available

Re: Generic Server

1999-10-29 Thread Matt Sergeant
On Fri, 29 Oct 1999, James G Smith wrote: Matt Sergeant [EMAIL PROTECTED] wrote: I don't think this is currently possible with the current Apache, but hear me out. Would it be possible to have a generic server, like Apache, but not just for HTTP - something that could also serve up NNTP

Re: Generic Server

1999-10-31 Thread Matt Sergeant
On Sat, 30 Oct 1999, Leslie Mikesell wrote: According to Matt Sergeant: Would it be possible to have a generic server, like Apache, but not just for HTTP - something that could also serve up NNTP connections, FTP connections, etc. It seems to me at first look this should be possible

Re: Generic Server

1999-11-01 Thread Matt Sergeant
On Sun, 31 Oct 1999, Siracusa wrote: On 10/31/99 4:23 AM, Matt Sergeant wrote: Well I'll show by example. Take slash (the perl scripts for slashdot.org) I'm assuming you wanted this read like the classic: "Take my wife...please!" I mean, have you actually looked at the

Re: mod_perl usage survey

1999-11-01 Thread Matt Sergeant
. However it's nice to see that netcraft qualifies all major changes such as major ISP's rolling out IIS. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts

Re: Session state without cookies

1999-11-01 Thread Matt Sergeant
On Mon, 01 Nov 1999, Randal L. Schwartz wrote: Uh, you still had to use one of the THREE METHODS I keep talking about: 1) cookies 2) mangled URLs 3) hidden fields And in some cases: 4) User authentication -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High

Re: mod-perl logo

1999-11-01 Thread Matt Sergeant
ed dollars!) and it'll make life a whole lot easier. As I said, IANAL, but I try and pick up what I can from their responses (which are few and far between) on slashdot. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.

Re: mod-perl logo

1999-11-01 Thread Matt Sergeant
On Mon, 01 Nov 1999, Randal L. Schwartz wrote: "Matt" == Matt Sergeant [EMAIL PROTECTED] writes: Matt Perl didn't come before the camel, I don't know what you mean here. Perl was most certainly around for at least three years before Larry and I approved the use of a camel on

Re: DBI::ODBC SQL Server and Solaris x86

1999-11-11 Thread Matt Sergeant
you use SQL Server. If it's 6.5 the Sybase drivers work. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Ye Ol' Template System Thread

1999-11-15 Thread Matt Sergeant
roughly equal tasks. What do you all think? After all, what's a 4H without a bake-off? I would like to see some generic web app benchmarked across web app systems, but have not the energy to do it, as HelloWorld was more than enough to manage. Both Matt Gerald a few months back

apache-modperl rpm compiled with 10x speedup patch

1999-11-16 Thread Matt Sergeant
by adding those lines. The patch only works on HTTP/1.0 connections - so don't test with the -k option of ab. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy

Re: Seeing a basic trend...

1999-11-16 Thread Matt Sergeant
around that. However they're all still subject to limitations on which version of perl you can use - thank god most people are now on 5.00503 in new distros. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http

Re: Bug in libapreq makes form elements stick to an apache child

1999-01-17 Thread Matt Sergeant
On Fri, 19 Nov 1999, Jeffrey Baker wrote: 1) Visit /yoururl 2) Visit /yoururl?foo=barfoo=baz 3) Visit /yoururl as many times as you have Apache child processes httpd -X -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http

Re: Another IE5 complaint

1999-11-23 Thread Matt Sergeant
I would have felt differently. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Flaky software

1999-11-23 Thread Matt Sergeant
d application development we'd be more than willing to help out (subject to contract), and of course we'll feed back any changes into the mod_perl tree. But I don't think you can really expect anything more from this free list and the very helpful and knowledgable people on it. -- Matt/ Detai

Re: Another IE5 complaint

1999-11-24 Thread Matt Sergeant
On Tue, 23 Nov 1999, Robin Berjon wrote: At 20:08 23/11/1999 +, Matt Sergeant wrote: What sucks is it's MS lock-in. To create a .ico file you have to have a Windows machine. So webmasters now have to have windows machines to work with this concept. Had it been .png I would have felt

Re: How to run a secure mod_perl ?

1999-11-24 Thread Matt Sergeant
I guess. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Apache::RegistryLoader and full paths

1999-11-25 Thread Matt Arnold
/delete.pl'); # etc... Hope that helps. Dig around and you may even find better ways to accomlpish this. Matt

Re: Apache Core Dumps using unpack function

1999-11-28 Thread Matt Sergeant
On Sun, 28 Nov 1999, Naren Dasu wrote: Hi All, The Server that I am using is: Server version: Apache/1.3.9 (Unix), running on Solaris. mod_perl version and perl -V output? -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites

Re: pool of DB connections ?

1999-11-29 Thread Matt Sergeant
if it did. Or even can you reference tables explicitly: select * from db.table -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Content management system

1999-12-02 Thread Matt Sergeant
but doing everything right :) Anyone think choice is a bad thing and I should work with the other projects? -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Content management system

1999-12-02 Thread Matt Sergeant
in something like mason for developing components and you've got something really interesting for non-hardcore developers. They're not for everyone, but in certain cases they can make life easier. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions

Re: Content management system

1999-12-02 Thread Matt Sergeant
things all wrong, so I'm kinda working on something like that - but doing everything right :) is mediasurface a UK java-based content management system? my best friend wrote that if so OK, err.. no comment :) -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Perfo

Re: mod_perl Programmers demand is going up...

1999-12-04 Thread Matt Sergeant
is a secure way to host mod_perl like suexec (so they can assign users ulimit's). I don't know if (how) that can be achieved with mod_perl - it's been discussed before with no solution. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites

No pid while processing Perl sections?

1999-12-07 Thread Matt Sergeant
like that. I've printed out $$ and that's valid, as are UID, EUID, GID, EGID, etc. (albeit all different after the fork - obviously). Could there be something wierd going on here with mod_perl in the Perl section? -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High

Re: ASP Cookieless Sessions (WAS Re: Apache::ASP)

1999-12-07 Thread Matt Sergeant
{ # Get session ID from cookie # store in notes or pnotes } return $r-push_handler('PerlHandler', \handler); } Am I missing some reason this won't work? -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites

RE: mod_perl Programmers demand is going up...

1999-12-08 Thread Matt Sergeant
it hard to hire a telecommuter unless I had really great references _and_ solid evidence of their knowledge (e.g. [EMAIL PROTECTED] postings). That's how I've been hired. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to

Re: Redirect While Maintaining Environment?

1999-12-08 Thread Matt Sergeant
pnotes() or any number of other tricks... *sigh* You can anyway. Simply set the legacy script to run as an APache::Registry script and you can use $r-pnotes (only take about 3 lines to change the legacy script to read into %ENV from pnotes). -- Matt/ Details: FastNet Software Ltd - XML, Perl

Re: Parent Process Memory Space

1999-12-13 Thread Matt Sergeant
- that's the hard bit of all the other solutions). Others are a tied hash, IPC, Storable, Data::Dumper. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts

Re: Transforming XML2HTML with Perl

1999-12-20 Thread Matt Sergeant
-in-progress though). -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Function crypt, doesn't work fine with mod_perl for win32 :(

1999-12-21 Thread Matt Sergeant
\site\5.00503\lib -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: DB choice ?

1999-12-21 Thread Matt Sergeant
expensive books - their documentation is second to none. I think there's about 2 books about running Sybase simply because the supplied docs are so good. Compare that to the number of MS SQL Server books or Oracle books. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solu

Re: Attempt to free unreferenced scalar (again)

2000-01-04 Thread Matt Sergeant
are perl bugs, so it's worth giving the full perl version info. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Looking for Maurice Aubrey maurice@hevanet.com

2000-01-07 Thread Matt Sergeant
until the fix can get into a real version. If you can't find him, provided it's Artistic Licenced, just release you version to CPAN as IPC::ShareLite2 - it's perfectly legit. That's the beauty of free software. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance

Re: Curious performance question

2000-01-08 Thread Matt Sergeant
d a simple hack for this: adding an "Alias /cgi/ /" line will make apache try to stat("/myhandler") and then lstat("/myhandler"), reducing the number of stats from 13 to 2. But it's just a ugly patch... That may ultimately be the best solution! -- Matt/ D

Re: mod_perl from cvs on windows

2000-01-09 Thread Matt Sergeant
and ActiveState Perl. (Jochen Wiedmann provided patches for making it compile on ActiveState Perl). compile but not run - I believe. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Avail

Re: Search engines with mod_perl

2000-01-09 Thread Matt Sergeant
, and thesaurus lookup are desired features. This would be to manage over 10,000 web 'references' - a typical web search engine. Any particular reason it has to work with mod_perl? If not - "ht:dig" works very well in my experience. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Database

Re: oracle : The lowdown

2000-01-11 Thread Matt Sergeant
commercial use (no support though) and has been solid for me for nearly a year now. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: oracle : The lowdown

2000-01-12 Thread Matt Sergeant
features (yes, these things do mean something in the real world). So what's wrong with Postgres ?? [EMAIL PROTECTED] Nothing except speed. Postgres is great for free projects, and its MVCC is a cool technology in a free database. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases

Re: alarm() in Apache::Registry

2000-01-13 Thread Matt Sergeant
. Was the example of Sys::Signal written before the $SIG{ALRM} fix? Yes, Doug first created Sys::Signal, then fixed $SIG{ALRM} in mod_perl. Has anyone tried using the full POSIX semantics for doing these things to see if they're broken? -- Matt/ Details: FastNet Software Ltd - XML, Perl

Re: Apache::ASP XML Extension

2000-01-14 Thread Matt Sergeant
to operate on the output of embedded tags, like msg msg2$string/msg2 /msg where the output from msg2 would be set to $_ for msg. Matt, I have also CC'd you here, since you are the XML pro in these parts. Any suggestions or feedback ? Thanks. Well, overall I think it's

Re: modperl success story

2000-01-14 Thread Matt Sergeant
probably the main reason ISP's don't like it. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: how come httpd doesn't start even though startup.pl is fine? (fwd)

2000-01-19 Thread Matt Sergeant
e MD5 and MIME::Body are "bad" modules? DBI, XML::Parser, mod_perl... :) -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: [Call for papers]: XML DevCon 2000

2000-01-24 Thread Matt Sergeant
, then maybe, just maybe :) -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Apache::DBI and Sybase

2000-01-28 Thread Matt Sergeant
lps. Also make sure you're not filling up tempdb or your log. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

RE: Novel technique for dynamic web page generation

2000-01-31 Thread Matt Sergeant
ner sees what a REAL page will look like. What about designers wanting to use CSS? -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Japanese text parsing

2000-01-31 Thread Matt Sergeant
, which will map your jap encoding into an 8-bit format you can manipulate. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Compiling mod_perl as a DSO?

2000-01-31 Thread Matt Sergeant
- //\ Perl, Apache, MySQL, PHP3, v_/_ Ultra 10, LinuxPPC, BeOS... -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: UK based modperl agency required for Virgin

2000-02-01 Thread Matt Sergeant
Appologies to the list for my last mail which should have been private. On Mon, 31 Jan 2000, Clinton Gormley wrote: You have all supported me tremendously through building my first mod_perl web site : http://www.orgasmicwines.com - many thanks. -- Matt/ Details: FastNet Software Ltd - XML

RE: www.modperl.com

2000-02-01 Thread Matt Sergeant
convince O'reilly to make this there OpenBook # 2 and have the whole book online ? I can recommend getting 2 copies. Even just for the reference card it's worth it :) -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http

Re: JOB OPENINGS -- INDIANAPOLIS

2000-02-01 Thread Matt Sergeant
. If you're new check the archives. The consensus on this is not going to change. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: PerlRequire problems

2000-02-01 Thread Matt Sergeant
0.11, 0.23 -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

XML Configuration [Was: Re: Caucho faster than mod_perl?]

2000-02-02 Thread Matt Sergeant
to setup mod_perl using some sort of XML configuration, because I might be interested in doing this, if there's interest. Also, what's different between Resin's smart caching and mod_perl's? Is it just like StatINC? -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High

Re: Cleaning up

2000-02-02 Thread Matt Sergeant
** Damnit. Now what am I going to do... :) -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Commercial app demo

2000-02-09 Thread Matt Sergeant
. Another is to ship some of the code built in pre-compiled XS. But then I'm architecture dependant and I'd rather not be. The final alternative is just an online demo, which are never particularly satisfactory for highly customisable systems. -- Matt/ Details: FastNet Software Ltd - XML, Perl,

Site unique MAC secret

2000-02-09 Thread Matt Sergeant
pretty certain there must be _something_ I can use. I'm thinking perhaps of join('', `ls -la $some_dir_created_on_install`), but again, the sysadmin could easily inadvertently touch something in that dir. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web

Re: Site unique MAC secret

2000-02-09 Thread Matt Sergeant
On Wed, 09 Feb 2000, Doug Kyle wrote: Matt Sergeant wrote: Anyone got any good ideas on picking up a site-unique MAC secret. What I need is something that won't change over server software upgrades, but isn't hard coded. At the moment I've picked: use Config; my $secret = Config

Re: coderef as arg to $r-custom_response(...)

2000-02-09 Thread Matt Sergeant
d to reevaluate why they might be there on the return trip anyway in case the world has changed out from under me. Can you do an internal redirect and stuff things in pnotes/notes? -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Site

Re: Site unique MAC secret

2000-02-09 Thread Matt Sergeant
dumb :) Next option? :) -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Site unique MAC secret

2000-02-09 Thread Matt Sergeant
something out of the database set by the user. Thanks anyway. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Apach::Session with Sybase?

2000-02-09 Thread Matt Sergeant
IMAGE and modify Apache::Session to use pack/unpack("h*",...). -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: Commercial app demo

2000-02-10 Thread Matt Sergeant
removing all comments and \n from the source, which makes it as hard to understand as raw C desassembled code. Maybe the way _you_ write code :) -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http

Re: [SITE] possible structure suggestion

2000-02-10 Thread Matt Sergeant
Something I'd really love to see, is documentation to the extent that the php site has docs. And thier docs are user-annotatable, which is a really cool feature. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to

Re: What's the benefits of using XML ?

2000-02-11 Thread Matt Sergeant
formats. To do that I have only to create a parser to recognise MY format, and create XSLT stylesheets to transform formats from other companies to my format. And vice-versa. Hope this gives a brief insight into how useful (and important) XML is becoming. -- Matt/ Details: FastNet Software Ltd - XML

Re: ARGV in exec subprocesses

2000-02-11 Thread Matt Sergeant
m: system("program.pl", $params); Then the shell never sees it. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: modperl/MySQL question

2000-02-11 Thread Matt Carothers
$dbh = shift; return $dbh-do('select 1'); } 3) Also, you may want to increase the mysqld connection timeout in my.cnf: [mysqld] set-variable = wait_timeout=129600 - Matt

Re: DynaLoader/MakeMaker problem? - Apache::ASP: crash when placed in startup.pl

2000-01-17 Thread Matt Sergeant
of your child procs that you don't need and can't unload. Being able to call DynaLoader::RemoveFromMemory(XML::Parser) would be ideal (yes, it could be dangerous - so are most power tools). -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites

Re: Embedded Perl XML Extensions ...

2000-02-14 Thread Matt Sergeant
XSLT is a declarative language, you can do far more in a few lines than you can with other languages. Certainly when manipulating document nodes, anyway. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http

Re: Apache::ASP HTTP's validation model

2000-02-14 Thread Matt Sergeant
routine, like the one I proposed for Apache::ASP, $r-last_modified($time) ? Certainly someone could write up a module that defined Apache::last_module like Ken did with his Apache::Filter, it could be Apache::LastModified. Isn't this handled by meets_condition? -- Matt/ Details: FastNet

Re: Apache::ASP HTTP's validation model

2000-02-14 Thread Matt Sergeant
or subrequest, etc. -- Matt/ Details: FastNet Software Ltd - XML, Perl, Databases. Tagline: High Performance Web Solutions Web Sites: http://come.to/fastnet http://sergeant.org Available for Consultancy, Contracts and Training.

Re: [OT slightly] mod_perl developers (do they exist?)

2000-03-27 Thread Matt Arnold
From: Victor Zamouline [EMAIL PROTECTED] Sent: Monday, February 28, 2000 5:44 PM - In 18 months, about 50 companies (including HP, Philips, etc.) = about 500 trainees (most of them sort of database programmers), I did not meet **a single one** who had ever **heard about the existence** of

Re: [new module] proposal Apache::DebugHeaders

2000-03-29 Thread Matt Sergeant
they aren't shared. Use: h2xs -X -A -C -n My::Object -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

RE: [new module] proposal Apache::DebugHeaders

2000-03-29 Thread Matt Sergeant
use it anyway, because I prefer to not have any of the crappy cruft that h2xs gives you by default. (I use -P too quite often). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability

Re: performance mongers: since when is using CGI.pm or Apache::Registry dishonorable?

2000-03-29 Thread Matt Arnold
the performance issues of CGI.pm and Apache::Registry. I'm sorry for the miscommunication. If you find the message too inflammatory, please delete. Sorry (really), Matt

Re: File uploading?

2000-03-30 Thread Matt Sergeant
sn't seem to contain a new subroutine. It does have a new method, but you probably just missed out the: use Apache::Request; line. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultanc

Re: [admin] NO HTML posts please!

2000-03-30 Thread Matt Sergeant
and above does display HTML ok, it's not a good idea. Turn it off...) -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Re: [RFC] holding a mod_perl conference

2000-03-31 Thread Matt Sergeant
?)... My other thought would be _please_ make it east coast. It costs so much more to get to the west coast for Europeans (and the jet lag is a killer!). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training

  1   2   3   4   5   6   7   8   9   10   >