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: 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: 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: 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: 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: 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

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: 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

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: 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: 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-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

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: 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.

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

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: 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

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: 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: 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: 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

<    5   6   7   8   9   10