Re: ASP.NET Linux equivalent?

2001-12-04 Thread Matt Sergeant
AxKit::XSP::PerForm is quite similar to the callback nature of ASP.NET, though of course we don't have a GUI form designer. We could certainly work on auto-loading of values from a database, but I think you'll find it's already pretty easy. Also PerForm has no automatic built in system to "do the

Oddity w/ mod_auth_digest

2001-12-04 Thread slembark
Unable to access site, errlog shows: [error] Digest: user `lembark' in realm `CDR' not found: /cdr/Data Checking the password file, it's there -- moving it or changing the location in httpd.conf gives an unfound file error. Checking the doc's on www.apache.org for the mod_auth_digest, their

ASP.NET Linux equivalent?

2001-12-04 Thread Vsevolod Ilyushchenko
Hi, Is anyone aware of a Linux product equivalent to ASP.NET from MS? Its most attractive feature is the GUI construction of Web forms and the automatic connection of their fields to a database. Since I am getting sick and tired of writing over and over the code to process user input and store it

how to make mod_perl actually run fast

2001-12-04 Thread Tyler 'Crackerjack' MacDonald
[mod_perl list: i'm not a subscriber jsyk so if you wish to reply to me, reply to me directly and not the list] This past weekend, my webserver suffered a severe failure when i decided to upgrade my code to mod_perl instead of fastCGI. This performance problem resulted in me going to the mod_perl

[ANNOUNCE] ApacheBench 0.62 released

2001-12-04 Thread Adi Fairbank
In my ongoing effort to bring the ApacheBench module up to date with the ab distributed with Apache, here is another release. This one mainly incorporates * support for HTTP Keep-Alive feature, * support for HTTP HEAD requests, * global and per-run time limits, * accurate tallying of sent, g

Re: Hi

2001-12-04 Thread Ask Bjoern Hansen
On Tue, 4 Dec 2001, Robert Landrum wrote: > If this guy is going to be sending us shit all night, I suggest we > deactivate his account. I have unsubscribed him. In general it's much more useful to send suggestions like that to [EMAIL PROTECTED] or [EMAIL PROTECTED] than to the list. - as

Re: [OT] Re: search.cpan.org

2001-12-04 Thread Ask Bjoern Hansen
On Tue, 27 Nov 2001, Nick Tonkin wrote: > Well, ask Ask if you want the whole truth. But when I saked him that's > what he said. Maybe there's a problem with the architecture and some > pre-indexing is done per session or something suboptimal like that. Ask? No, Robert is right. It's just search

re: [OT] mod_gzip configuration

2001-12-04 Thread Dennis Haney
It works fine for me... a random entry from my log: 0xc159be10.boanxx2.adsl.tele.dk - - [02/Dec/2001:13:01:45 +0100] + 4 davh.dk davh.dk 200 200 1604 "GET /perl/pla/calc.pl HTTP/1.1" "-" "Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)" 78pct. Was compressed 78% my config: mo

Re: Hi

2001-12-04 Thread Bill Moseley
At 05:13 PM 12/04/01 -0500, Robert Landrum wrote: >If this guy is going to be sending us shit all night, I suggest we >deactivate his account. Now that would be fun! Oh, you mean by unsubscribing him. I was thinking of something more sporting. What's the collective bandwidth of the people on

Re: Hi

2001-12-04 Thread Robert Landrum
If this guy is going to be sending us shit all night, I suggest we deactivate his account. Rob At 5:27 PM -0500 12/4/01, Christopher Rivera wrote: >How are you ? >When I saw this screen saver, I immediately thought about you >I am in a harry, I promise you will love it! >Content-Type: applicat

Hi

2001-12-04 Thread Christopher Rivera
How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it! <>

Re: Hi

2001-12-04 Thread Brendan W. McAdams
This is a virus. A warning to all who use windoze, dont open the attachment =) On Tue, 2001-12-04 at 16:40, Christopher Rivera wrote: > How are you ? > When I saw this screen saver, I immediately thought about you > I am in a harry, I promise you will love it! -- Brendan W. McAdams

Hi

2001-12-04 Thread Christopher Rivera
How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it! <>

Re: Hi

2001-12-04 Thread Matt Sergeant
Don't open that. http://www.messagelabs.com/viruseye/report.asp?id=87 Matt. - Original Message - From: "Christopher Rivera" <[EMAIL PROTECTED]> To: "mod_perl" <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 9:17 PM Subject: Hi > How are you ? > When I saw this screen saver, I imme

RE: Hi

2001-12-04 Thread Jonathan M. Hollin
YAV! Yet another virus. :: -Original Message- :: From: Christopher Rivera [mailto:[EMAIL PROTECTED]] :: Sent: 04 December 2001 21:18 :: To: mod_perl :: Subject: Hi :: :: :: How are you ? :: When I saw this screen saver, I immediately thought about you :: I am in a harry, I promise you

Hi

2001-12-04 Thread Christopher Rivera
How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it! <>

Hi

2001-12-04 Thread Christopher Rivera
How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it! <>

RE: file upload process

2001-12-04 Thread Adam Prime
i may be wrong about this, but since the file is actually part of the POST, apache cannot start returning something for that request before the request has been finished. You can get around this, kind of, using a JS popup onsubmit, that opens a window that somehow lets you check the status of th

Re: Multiple Sites

2001-12-04 Thread Tim Tompkins
It rather sounds to me that you have a TransHandler that needs some polishing. The translation handler should inspect for the resolved path being a directory. If it is a directory and the requested uri is lacking a trailing forward slash then it needs to issue a redirect with the trailing slash a

Re: [modperl site design challenge] please vote]]

2001-12-04 Thread Emad Fanous
Thanks, Eric. Seems to be working. Emad Eric Cholet wrote: > > --On mardi 4 décembre 2001 08:17 -0800 Emad Fanous > <[EMAIL PROTECTED]> wrote: > > > "Sorry, someone (you?) has already voted from IP address > ip listed here>" > > > > So much for allowing my co-workers to vote even though we >

Re: [modperl site design challenge] please vote]]

2001-12-04 Thread Eric Cholet
--On mardi 4 décembre 2001 08:17 -0800 Emad Fanous <[EMAIL PROTECTED]> wrote: > "Sorry, someone (you?) has already voted from IP address ip listed here>" > > So much for allowing my co-workers to vote even though we > have unique email addresses. :-( > > Emad Sorry about that, this constraint

Re: file upload process

2001-12-04 Thread Issac Goldstand
Also, I'm currently putting the finishing the final touches on a module called Apache::UploadMeter which automates this process pretty well... Help is more than welcome - at this point, the internals are really done. It's just an issue of making a configuration interface, a bit of documentation,

[Fwd: Re: [Fwd: [modperl site design challenge] please vote]]

2001-12-04 Thread Emad Fanous
"Sorry, someone (you?) has already voted from IP address " So much for allowing my co-workers to vote even though we have unique email addresses. :-( Emad > Original Message > Subject: [modperl site design challenge] please vote > Date: Tue, 04 Dec 2001 16:39:19 +0800 > From:

RE: file upload process

2001-12-04 Thread Geoffrey Young
> -Original Message- > From: El Capitan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 04, 2001 10:46 AM > To: [EMAIL PROTECTED] > Subject: file upload process > [snip] > Is there some way to capture the download > stream (when > its actually downloading) and begin a display proc

file upload process

2001-12-04 Thread El Capitan
Another (most likely) trivial question for the experts. When a large file is uploaded from an html form page, it appears the file is loaded BEFORE I can start some kind of "graphical metering" response: sub handler() { my $apr = Apache::Request->new($r); my $upload = $apr->upload

Re: [modperl site design challenge] please vote: clarification

2001-12-04 Thread Stas Bekman
John Saylor wrote: > Hi > > ( 01.12.04 16:39 +0800 ) Stas Bekman: > >>Thomas Klausner, Allan Juul and Carlos Ramirez have answered the >>challenge and submitted their modperl site designs. Thank you folks! >> > > I'd like to echo that thanks since all 3 designs are thoughtful and well > execu

Re: [modperl site design challenge] please vote

2001-12-04 Thread Hans Poo
El Mar 04 Dic 2001 11:27, Einar Roheim escribió: > You just click on the names ... Didn't you see the links? > > > Einar > > At 09:52 04/12/2001 -0300, you wrote: > >El Mar 04 Dic 2001 05:39, Stas Bekman escribió: > > > Thomas Klausner, Allan Juul and Carlos Ramirez have answered the > > > challen

Re: [modperl site design challenge] please vote

2001-12-04 Thread John Saylor
Hi ( 01.12.04 16:39 +0800 ) Stas Bekman: > Thomas Klausner, Allan Juul and Carlos Ramirez have answered the > challenge and submitted their modperl site designs. Thank you folks! I'd like to echo that thanks since all 3 designs are thoughtful and well executed. While a poll is cleaner in a way

Re: [modperl site design challenge] please vote

2001-12-04 Thread Einar Roheim
You just click on the names ... Didn't you see the links? Einar At 09:52 04/12/2001 -0300, you wrote: >El Mar 04 Dic 2001 05:39, Stas Bekman escribió: > > Thomas Klausner, Allan Juul and Carlos Ramirez have answered the > > challenge and submitted their modperl site designs. Thank you folks!

Re: [modperl site design challenge] please vote

2001-12-04 Thread Jon Molin
Hans Poo wrote: [snip] >> voting at http://www.tohubohu.net/cgi/mpchallenge [snip] > Please, can you send the address of the three designs? did you try clicking the links with the names? http://domm.zsi.at/modperl-site-domm/ http://www.quantumfx.com/modperl_site/ http://www.apache.org/~stas/sit

Re: [modperl site design challenge] please vote

2001-12-04 Thread Robin Berjon
On Tuesday 04 December 2001 13:52, Hans Poo wrote: > Please, can you send the address of the three designs? If you click the names on the poll, you go to the sites. -- ___ Robin Berjon <[EMAIL PROTECTED]> -- CTO k n o w s c a p

Re: [modperl site design challenge] please vote

2001-12-04 Thread Hans Poo
El Mar 04 Dic 2001 05:39, Stas Bekman escribió: > Thomas Klausner, Allan Juul and Carlos Ramirez have answered the > challenge and submitted their modperl site designs. Thank you folks! > > Now it's a time for you to chose the design that you like the most by > voting at http://www.tohubohu.net/cg

RE: [modperl site design challenge] please vote

2001-12-04 Thread Jonathan M. Hollin
:: HTTP/1.1 200 OK Date: Tue, 04 Dec 2001 09:39:28 GMT Server: :: Apache/1.3.23-dev (Unix) PHP/4.0.6 mod_perl/1.26_01-dev :: Connection: close Content-Type: :: text/html; charset=iso-8859-1 Expires: Tue, 04 Dec 2001 09:39:28 GMT :: :: Double header issue? Worked fine for me. Jonathan M. Holl

Re: [modperl site design challenge] please vote

2001-12-04 Thread Dave Hodgkinson
Stas Bekman <[EMAIL PROTECTED]> writes: > Thanks to Eric Cholet for providing this voting script and hosting it. HTTP/1.1 200 OK Date: Tue, 04 Dec 2001 09:39:28 GMT Server: Apache/1.3.23-dev (Unix) PHP/4.0.6 mod_perl/1.26_01-dev Connection: close Content-Type: text/html; charset=iso-8859-1 Expi

[modperl site design challenge] please vote

2001-12-04 Thread Stas Bekman
Thomas Klausner, Allan Juul and Carlos Ramirez have answered the challenge and submitted their modperl site designs. Thank you folks! Now it's a time for you to chose the design that you like the most by voting at http://www.tohubohu.net/cgi/mpchallenge In order to let everybody enough time to