RE: ORA conference

2000-07-15 Thread Matt Sergeant

On Fri, 14 Jul 2000, Jason Bodnar wrote:

> Since nobody had a better idea how about The Crown and Anchor Pub:
> 
> http://www.crownandanchor.net/

+1

Now who's wearing the rose in their button hole so we can recognise each
other? ;-)

Either that, or wave copies of the Eagle book when people come in!

-- 


Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org




RE: ORA conference

2000-07-15 Thread brian moseley

On Sat, 15 Jul 2000, Matt Sergeant wrote:

> Now who's wearing the rose in their button hole so we
> can recognise each other? ;-)

i'll be the loud obnoxious one.




Re: ORA conference

2000-07-15 Thread Greg Cope

From: "Matt Sergeant" <[EMAIL PROTECTED]>
To: "Jason Bodnar" <[EMAIL PROTECTED]>
Cc: "Vivek Khera" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: 15 July 2000 08:06
Subject: RE: ORA conference


: On Fri, 14 Jul 2000, Jason Bodnar wrote:
:
: > Since nobody had a better idea how about The Crown and Anchor Pub:
: >
: > http://www.crownandanchor.net/
:
: +1
:
: Now who's wearing the rose in their button hole so we can recognise each
: other? ;-)
:
: Either that, or wave copies of the Eagle book when people come in!

Judging by the trafic is there going to be anyone left on the list  ( Greg
is wondering if he should have gone .. ) ;-).

Being serious - If there is any big news can someone post a summary - so
that those of us not going do not feel completely left out ?

Also - Doug - any more news on mod_perl 2.0 and your DB pooling idea ?

Greg Cope


:
: --
: 
:
: Fastnet Software Ltd. High Performance Web Specialists
: Providing mod_perl, XML, Sybase and Oracle solutions
: Email for training and consultancy availability.
: http://sergeant.org | AxKit: http://axkit.org
:
:




Re: ORA conference

2000-07-15 Thread Matt Sergeant

On Sat, 15 Jul 2000, Greg Cope wrote:

> From: "Matt Sergeant" <[EMAIL PROTECTED]>
> To: "Jason Bodnar" <[EMAIL PROTECTED]>
> Cc: "Vivek Khera" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: 15 July 2000 08:06
> Subject: RE: ORA conference
> 
> 
> : On Fri, 14 Jul 2000, Jason Bodnar wrote:
> :
> : > Since nobody had a better idea how about The Crown and Anchor Pub:
> : >
> : > http://www.crownandanchor.net/
> :
> : +1
> :
> : Now who's wearing the rose in their button hole so we can recognise each
> : other? ;-)
> :
> : Either that, or wave copies of the Eagle book when people come in!
> 
> Judging by the trafic is there going to be anyone left on the list  ( Greg
> is wondering if he should have gone .. ) ;-).
> 
> Being serious - If there is any big news can someone post a summary - so
> that those of us not going do not feel completely left out ?
> 
> Also - Doug - any more news on mod_perl 2.0 and your DB pooling idea ?

I might try and do some write-ups and post them to xml.sergeant.org if I
can get net access (there appears to be 802.11 access, but not necessarily
ethernet, so I may have to sneak into a press room).

-- 


Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org




Segmentation Fault [was: The Eagle has Landed!]

2000-07-15 Thread Greg Leidreiter

Hello all,

I have recompiled mod_perl/apache with PERL_DEBUG=1

running

gdb httpd

followed by

run httpd -X

produces the following output:

startup.pl is attempting to modify the include path...

startup.pl is attempting to modify the include path...

Program received signal SIGSEGV, segmentation fault
0x807ca20 in perl_handler_ismethod()

(It is interesting that the "...modification..." line appears twice. I added
it (once only!)
to the beginning of my startup.pl so that I could see if it was being found.
It somehow  seems to be being found more than I expected!)

bt produces:

#0  0x807ca20 in perl_handler_ismethod()
#1  0x807d2c4 in perl_call_handler()
#2  0x807ce36 in perl_run_stacked_handler()
#3  0x807bb7d in perl_handler()
#4  0x8096af3 in ap_invoke_handler()
#5  0x80aa0f9 in ap_some_auth_required()
#6  0x80aa15c in ap_process_request()
#7  0x80a1a0e in ap_child_terminate()
#8  0x80a1b9c in ap_child_terminate()
#9  0x80a1cf9 in ap_child_terminate()
#10 0x80a2326 in ap_child_terminate()
#11 0x80a2ab3 in main()
#12 0x400d31eb in --libc_start_main (main=0x80a276c , argc=3,
argv=0xbce4, init=0x8061f9c <_init>, fini=0x8136d7c <_fini>,
rtld_fini=0x4000a610 <_dl_fini>, stack_end=0xbcdc) at
../sysdeps/generic/libc-start.c:90


If this makes sense to anybody please drop me a line, I've read all the way
through chapters
1-6 and I'm itching to try out some code... just can't get the setup
straight :0

Thanks,
Greg



PS. Here is the config again, just to be sure:

Perl 5.6.0
Apache 1.3.12
mod_perl-1.24

ServerRoot is /usr/local/apache
underneath which I have created the lib/perl/Apache tree for holding
mod_perl modules,
and dutifully entered the required code in a file called Hello.pm in this
directory.

DocumentRoot is /usr/local/apache/htdocs

in httpd.conf I have added the following:
--

Include conf/perl.conf

--


conf/perl.conf looks like this:
--
PerlRequire conf/startup.pl
PerlFreshRestart On


SetHandler perl-script
PerlHandler Apache::Hello


---

and startup.pl looks like this:
---
#!/usr/local/bin/perl

print "\n\tstartup.pl is attempting to modify the include path...\n\n";

BEGIN {
use Apache();
use lib Apache->server_root_relative('lib/perl');
}

use Apache::Registry
use Apache::Constants
use CGI qw(-compile :all);
use CGI::Carp;

1;
--




RE: ORA conference

2000-07-15 Thread Ahrendt, Robert

 Alright, I'll be the 6'5" 300lbs wearing a geek shirt(used solely for the
purpose of clandestine mod_perl meetings).
If you see me first it will give you time to run.
-Robert

-Original Message-
From: Matt Sergeant
To: Jason Bodnar
Cc: Vivek Khera; [EMAIL PROTECTED]
Sent: 7/15/00 3:06 AM
Subject: RE: ORA conference

On Fri, 14 Jul 2000, Jason Bodnar wrote:

> Since nobody had a better idea how about The Crown and Anchor Pub:
> 
> http://www.crownandanchor.net/

+1

Now who's wearing the rose in their button hole so we can recognise each
other? ;-)

Either that, or wave copies of the Eagle book when people come in!

-- 


Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org



Re: Apache::ASP and HTML::Parser

2000-07-15 Thread G.W. Haywood

Hi there,

On Fri, 14 Jul 2000, Mike Dameron wrote:

> When testing the new scripts it appears as if it unable to reparse
> the HTML file after about five to eight times.

Tried running this under httpd -X to see what happens?

73,
Ged.





Re: getting mod_perl configured on FreeBSD

2000-07-15 Thread G.W. Haywood

Hi there,

On Fri, 14 Jul 2000, Sam Carleton wrote:

> FreeBSD [snip] "make test", apache never starts up.

User/group exists?
Permissions on all directories etc. OK?
httpd start up OK other than in make test?

> ** Error: Cannot build mod_include with Perl support (USE_PERL_SSI) **
> ** when mod_perl is compiled as DSO because of cross-module calls.  **
> ** Ignoring PERL_SSI flag now.  **

Tried building static?

73,
Ged.





Re: Segmentation Fault [was: The Eagle has Landed!]

2000-07-15 Thread G.W. Haywood

Hi there,

On Sat, 15 Jul 2000, Greg Leidreiter wrote:

> I have recompiled mod_perl/apache with PERL_DEBUG=1

>   startup.pl is attempting to modify the include path...
>   startup.pl is attempting to modify the include path...
>   Program received signal SIGSEGV, segmentation fault
>   0x807ca20 in perl_handler_ismethod()

> (It is interesting that the "...modification..." line appears
> twice. I added it (once only!)  to the beginning of my startup.pl so
> that I could see if it was being found.  It somehow seems to be
> being found more than I expected!)

Have a look for $Apache::Server::Starting an PERL_STARTUP_DONE_CHECK
in the Guide.  They in the configuration and troubleshooting sections
in my (oldish - February) copy.  The Guide's kindofa moving target.

Eric will probably help you with the sigsev.
They seem to be getting more common thesedays...

73,
Ged.





Web server log wrong time.

2000-07-15 Thread Steven Zhu

Hi All:

I compiled and installed new web server (most recent apache and mod
perl). Every is fine except that all scripts show wrong time. But it is
not only script problem. If i checked with the access.log file, the log
time is also wrong. For instance, the current local time is 11:38
and my system time is also 11:38. But the script shows the result: 16:38
and access.log file shows 16:38. it is always 5 hrs more. It is really
timezone problem. I compiled apache many times, never met the situation.
Because it was compiled by local machne, the default timezone should be
same as my local machine timezone but it is not. How can i reset the
timezone from httpd.conf or Do i need to recompile the apache or any
another way i can do? Please help me. Thank you very much...

Steven.




RE: ORA conference

2000-07-15 Thread dreamwvr

heeheehee
On Sat, 15 Jul 2000, brian moseley wrote:
> On Sat, 15 Jul 2000, Matt Sergeant wrote:
> 
> > Now who's wearing the rose in their button hole so we
> > can recognise each other? ;-)
> 
> i'll be the loud obnoxious one.



Re: Web server log wrong time.

2000-07-15 Thread Steven Zhu

Hi Tom:

Thank you for your quick answer. Actually i set my machine timezone point to
-> /usr/share/zoneinfo/US/Centeral.
This is why my machine system time is correct without any problem. If my
script runs from command line, it is also correct. The only problem comes from
web server which logs wrong time and shows wrong time on broswer. Is anyway to
make web server timezone same as system timezone. How could web server has
different timezone? Is anywasy to reset web server timezone in httpd.conf or
somewhere else. Thank you very much.

Steven...

Tom Brown wrote:

> This might be a reflection of how you're starting you copy of Apache...
> make sure that all the normal stuff that's done in a shell is done before
> apache gets started... this might be as simple as setting a TZ environment
> variable... on a linux box it should be a moot point, as /etc/localtime
> should point to the right timezone file...
>
> [root@americium ~]# ll /etc/localtime
> lrwxrwxrwx   1 root root   36 Aug 17  1998 /etc/localtime ->
> ../usr/share/zoneinfo/Canada/Pacific
>
> For other operating systems... I can only guess.
>
> On Sat, 15 Jul 2000, Steven Zhu wrote:
>
> > Hi All:
> >
> > I compiled and installed new web server (most recent apache and mod
> > perl). Every is fine except that all scripts show wrong time. But it is
> > not only script problem. If i checked with the access.log file, the log
> > time is also wrong. For instance, the current local time is 11:38
> > and my system time is also 11:38. But the script shows the result: 16:38
> > and access.log file shows 16:38. it is always 5 hrs more. It is really
> > timezone problem. I compiled apache many times, never met the situation.
> > Because it was compiled by local machne, the default timezone should be
> > same as my local machine timezone but it is not. How can i reset the
> > timezone from httpd.conf or Do i need to recompile the apache or any
> > another way i can do? Please help me. Thank you very much...
> >
> > Steven.
> >
>
> --
> [EMAIL PROTECTED]   | Put all your eggs in one basket and
> http://BareMetal.com/  |  WATCH THAT BASKET!
> web hosting since '95  | - Mark Twain




Re: Segmentation Fault [was: The Eagle has Landed!]

2000-07-15 Thread jeff

ANy word on why the startup print line is executing twice. I'm having the same
problem. But I'm running apache w/o the -X option.


Greg Leidreiter wrote:

> Hello all,
>
> I have recompiled mod_perl/apache with PERL_DEBUG=1
>
> running
>
> gdb httpd
>
> followed by
>
> run httpd -X
>
> produces the following output:
>
> startup.pl is attempting to modify the include path...
>
> startup.pl is attempting to modify the include path...
>
> Program received signal SIGSEGV, segmentation fault
> 0x807ca20 in perl_handler_ismethod()
>
> (It is interesting that the "...modification..." line appears twice. I added
> it (once only!)
> to the beginning of my startup.pl so that I could see if it was being found.
> It somehow  seems to be being found more than I expected!)
>
> bt produces:
>
> #0  0x807ca20 in perl_handler_ismethod()
> #1  0x807d2c4 in perl_call_handler()
> #2  0x807ce36 in perl_run_stacked_handler()
> #3  0x807bb7d in perl_handler()
> #4  0x8096af3 in ap_invoke_handler()
> #5  0x80aa0f9 in ap_some_auth_required()
> #6  0x80aa15c in ap_process_request()
> #7  0x80a1a0e in ap_child_terminate()
> #8  0x80a1b9c in ap_child_terminate()
> #9  0x80a1cf9 in ap_child_terminate()
> #10 0x80a2326 in ap_child_terminate()
> #11 0x80a2ab3 in main()
> #12 0x400d31eb in --libc_start_main (main=0x80a276c , argc=3,
> argv=0xbce4, init=0x8061f9c <_init>, fini=0x8136d7c <_fini>,
> rtld_fini=0x4000a610 <_dl_fini>, stack_end=0xbcdc) at
> ../sysdeps/generic/libc-start.c:90
>
> If this makes sense to anybody please drop me a line, I've read all the way
> through chapters
> 1-6 and I'm itching to try out some code... just can't get the setup
> straight :0
>
> Thanks,
> Greg
>
> PS. Here is the config again, just to be sure:
>
> Perl 5.6.0
> Apache 1.3.12
> mod_perl-1.24
>
> ServerRoot is /usr/local/apache
> underneath which I have created the lib/perl/Apache tree for holding
> mod_perl modules,
> and dutifully entered the required code in a file called Hello.pm in this
> directory.
>
> DocumentRoot is /usr/local/apache/htdocs
>
> in httpd.conf I have added the following:
> --
> 
> Include conf/perl.conf
> 
> --
>
> conf/perl.conf looks like this:
> --
> PerlRequire conf/startup.pl
> PerlFreshRestart On
>
> 
> SetHandler perl-script
> PerlHandler Apache::Hello
> 
>
> ---
>
> and startup.pl looks like this:
> ---
> #!/usr/local/bin/perl
>
> print "\n\tstartup.pl is attempting to modify the include path...\n\n";
>
> BEGIN {
> use Apache();
> use lib Apache->server_root_relative('lib/perl');
> }
>
> use Apache::Registry
> use Apache::Constants
> use CGI qw(-compile :all);
> use CGI::Carp;
>
> 1;
> --

--
Jeff Saenz
[EMAIL PROTECTED]





Re: getting mod_perl configured on FreeBSD

2000-07-15 Thread Vincent Bruijnes

Well i had the same problem on freebsd too.

first goto mod_perl directory:
perl Makefile.PL PREP_HTTPD=1 USE_APACI=1
then make make test and make install
Goto your apache directory ./configure --prefix=/www --enable-shared=max 
--activate-modules=src/modules/perl/libperl.a --disable-shared=perl
then make
and make install.
and voila your apache is configured as statically mod_perl and you have DSO 
enabled
so you never need to recompile apache if you want to add optional modules.

Good Luck and let me know if I can help you any more.
Vincent Bruijnes
At 21:21 14-7-00 -0400, you wrote:
>I have successfully gotten Apache/mod_perl to compile under Linux many a
>times.  This is my first attempt at compiling it on FreeBSD and I am
>having problems.  The problem is that when to do the "make test", apache
>never starts up.  I had once run into this on Linux and that was because
>the  .makepl_args.mod_perl was pointing to a non-existing layout file
>and I did not catch the error from the "perl Makefile.PL".  But I have
>looked and look at the output of the "perl Makefile.PL" and see nothing
>wrong.  I am going to post the output of "perl Makefile.PL", along with
>my .makepl_args.mod_perl and my layout file in hopes that one of you can
>find my error.  Thanks
>
>output from "perl Makefile.PL"
>Will run tests as User: 'nobody' Group: 'wheel'
>Configuring for Apache, Version 1.3.12
>  + using installation path layout: maineville
>(/usr/src/apache.config.layout)
>  + activated perl module (modules/perl/libperl.a)
>Creating Makefile
>Creating Configuration.apaci in src
>  + enabling mod_so for DSO support
>   + id: mod_perl/1.24
>   + id: Perl/5.00503 (freebsd) [perl]
>Creating Makefile in src
>  + configured for FreeBSD 4.0 platform
>  + setting C pre-processor to cc -E
>  + checking for system header files
>  + adding selected modules
> o rewrite_module uses ConfigStart/End
>   enabling DBM support for mod_rewrite
> o dbm_auth_module uses ConfigStart/End
> o perl_module uses ConfigStart/End
>   + mod_perl build type: DSO
>   + setting up mod_perl build environment
>   + adjusting Apache build environment
>
>** Error: Cannot build mod_include with Perl support (USE_PERL_SSI) **
>** when mod_perl is compiled as DSO because of cross-module calls.  **
>** Ignoring PERL_SSI flag now.  **
>
>  + checking sizeof various data types
>  + doing sanity check on compiler and options
>Creating Makefile in src/support
>Creating Makefile in src/os/unix
>Creating Makefile in src/ap
>Creating Makefile in src/main
>Creating Makefile in src/modules/standard
>Creating Makefile in src/modules/proxy
>Creating Makefile in src/modules/perl
>Reading Makefile.PL args from ../.makepl_args.mod_perl
>Will configure via APACI
>cp apaci/Makefile.libdir
>/usr/src/apache/src/modules/perl/Makefile.libdir
>cp apaci/Makefile.tmpl /usr/src/apache/src/modules/perl/Makefile.tmpl
>cp apaci/README /usr/src/apache/src/modules/perl/README
>cp apaci/configure /usr/src/apache/src/modules/perl/configure
>cp apaci/libperl.module /usr/src/apache/src/modules/perl/libperl.module
>cp apaci/mod_perl.config.sh
>/usr/src/apache/src/modules/perl/mod_perl.config.sh
>cp apaci/load_modules.pl.PL
>/usr/src/apache/src/modules/perl/load_modules.pl.PL
>cp apaci/find_source.PL /usr/src/apache/src/modules/perl/find_source.PL
>cp apaci/apxs_cflags.PL /usr/src/apache/src/modules/perl/apxs_cflags.PL
>cp apaci/mod_perl.exp /usr/src/apache/src/modules/perl/mod_perl.exp
>PerlDispatchHandler.enabled
>PerlChildInitHandlerenabled
>PerlChildExitHandlerenabled
>PerlPostReadRequestHandler..enabled
>PerlTransHandlerenabled
>PerlHeaderParserHandler.enabled
>PerlAccessHandler...enabled
>PerlAuthenHandler...enabled
>PerlAuthzHandlerenabled
>PerlTypeHandler.enabled
>PerlFixupHandlerenabled
>PerlHandler.enabled
>PerlLogHandler..enabled
>PerlInitHandler.enabled
>PerlCleanupHandler..enabled
>PerlRestartHandler..enabled
>PerlStackedHandlers.enabled
>PerlMethodHandlers..enabled
>PerlDirectiveHandlers...enabled
>PerlTableApienabled
>PerlLogApi..enabled
>PerlUriApi..enabled
>PerlUtilApi.enabled
>PerlFileApi.enabled
>PerlConnectionApi...enabled
>PerlServerApi...enabled
>PerlSectionsenabled
>PerlSSI.enabled
>(cd /usr/src/apache && CC="cc" ./configure
>--activate-module=src/modules/perl/libperl.a --disable-rule=EXPAT
>--with-layout=/usr/src/apache.config.layout:maineville
>--server-uid=wwwrun --server-gid=daemon --enable-module=most
>--enable-shared=max --prefix=/data01/maineville)
>Checking CGI.pm VERSION..ok
>Checking for LWP::UserAgent..ok
>Checking for HTML::HeadParserok
>'-ADD_MODULE' is 

problems with code in "Writing Apache Modules with Perl and C"

2000-07-15 Thread Sam Carleton

I am new to perl and am trying to figure out how to get the navbar code
to work in the book "Writing Apache Modules with Perl and C".  I have
trace it all the way down to the object that reads in the navbar config
file:

sub new {
my ($class,$conf_file, $r) = @_;
my (@c,%c);
my $fh = Apache::File->new($conf_file) || return;
while (<$fh>) {
chomp;
s/^\s+//; s/\s+$//;   #fold leading and trailing whitespace
next if /^#/ || /^$/; # skip comments and empty lines
next unless my($url, $label) = /^(\S+)\s+(.+)/;
push @c, $url; # keep the url in an ordered array
$c{$url} = $label; # keep its label in a hash
$r->log_error("url = [$url], label = [$label]");
}
return bless {'urls' => \@c,
  'labels' => \%c,
  'modified' => (stat $conf_file)[9]}, $class;
}

What I would like to do is do a $r->log_error() right after "my($url,
$label) = /^(\S+)\s+(.+)/;", but that is at the end of a "next unless" 
The bottom line is I would like to modify this code as to allow me to
see each line of the file I am reading in and to see what is being put
into the $url and $lable.  Can someone help me out?

Sam



re: problems with code in "Writing Apache Modules with Perl and C"

2000-07-15 Thread m m

folks allow me, Im the other newbie who was grappling
with Apache::NavBar the other day :-)
Ged will be proud, I persevered as he advised ;-)

Sam new to perl, welcome.
This maynot be the canonically right answer but for a
simple task like youre asking, you can just "warn"
stuff to your error logs.
so for example, (if I understood your initial request
correctly) , this piece of code will show you the line
you are reading from your configuration file and then
the url,location match if any.


 while (<$fh>) {
chomp;
s/^\s+//; s/\s+$//;   #fold leading and trailing
whitespace
next if /^#/ || /^$/; # skip comments and empty lines
next unless my($url, $label) = /^(\S+)\s+(.+)/;
warn "here is the line $_\n";
if ( my($url,$label) = /^(\S+)\s+(.+)/ ) {
warn "here are the matches $url, $label\n";
} else {
next;
}
push @c, $url; # keep the url in an ordered array
$c{$url} = $label; # keep its label in a hash
}

__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/



Re: ORA conference

2000-07-15 Thread Ask Bjoern Hansen

On Sat, 15 Jul 2000, Greg Cope wrote:

[...]
> Being serious - If there is any big news can someone post a summary - so
> that those of us not going do not feel completely left out ?

I'll bring my camera -
http://www.nikonusa.com/products/detaild1.cfm?id=286 - and will post
pictures if I don't get too bored carrying it around. (it's heavy).

:)


 - ask 

-- 
ask bjoern hansen - 
more than 70M impressions per day, 




Re: ORA conference

2000-07-15 Thread Randal L. Schwartz

> "Ask" == Ask Bjoern Hansen <[EMAIL PROTECTED]> writes:

Ask> I'll bring my camera -
Ask> http://www.nikonusa.com/products/detaild1.cfm?id=286 - and will post
Ask> pictures if I don't get too bored carrying it around. (it's heavy).

Pshaw!  My coolpix 990 will CRUSH your D1 in a NO HOLDS BARRED title
match ...

SUNDAY SUNDAY SUNDAY

BE THERE!

:)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!



Re: ORA conference

2000-07-15 Thread Jeffrey W. Baker

On 15 Jul 2000, Randal L. Schwartz wrote:

> > "Ask" == Ask Bjoern Hansen <[EMAIL PROTECTED]> writes:
> 
> Ask> I'll bring my camera -
> Ask> http://www.nikonusa.com/products/detaild1.cfm?id=286 - and will post
> Ask> pictures if I don't get too bored carrying it around. (it's heavy).
> 
> Pshaw!  My coolpix 990 will CRUSH your D1 in a NO HOLDS BARRED title
> match ...
> 
> SUNDAY SUNDAY SUNDAY
> 
> BE THERE!

Boy you guys must be pissed about this, then:

http://www.dpreview.com/articles/canond30/

:)  As if Linux vs. BSD wasn't bad enough, now we can have Nikon
vs. Canon! 

P.S.  I'll destroy you all with the old school 35mm quality.  ;)

-jwb




Re: ORA conference

2000-07-15 Thread Gunther Birznieks

At 08:05 PM 7/15/00 -0700, Ask Bjoern Hansen wrote:
>On Sat, 15 Jul 2000, Greg Cope wrote:
>
>[...]
> > Being serious - If there is any big news can someone post a summary - so
> > that those of us not going do not feel completely left out ?
>
>I'll bring my camera -
>http://www.nikonusa.com/products/detaild1.cfm?id=286 - and will post
>pictures if I don't get too bored carrying it around. (it's heavy).

How dare you post a cold fusion generated page URL to this list. :)





Re: Apache::ASP: undefined *::handler if UniquePackages 1

2000-07-15 Thread Joshua Chamas

Noel Burton-Krahn wrote:
> 
> I keep getting this error:
> 
>   1.Undefined subroutine
>  
>&Apache::ASP::Compiles::_home_noel_public_html_faxpc_lib_global_asa::_home_noel_public_html_faxpc_htdocs_group_login_aspxDYN::handler
>  called at /usr/lib/perl5/site_perl/5.005/Apache/ASP.pm line 1393. ,
>  /usr/lib/perl5/site_perl/5.005/Apache/ASP.pm line 1395
> 

There was a bug in the code for UniquePackages obviously.
I'll send you my latest dev copy separately that fixes
this problem.  Thanks for good bug report.

--Joshua



Re: ORA conference

2000-07-15 Thread Ask Bjoern Hansen

On Sat, 15 Jul 2000, Jeffrey W. Baker wrote:

> > Ask> http://www.nikonusa.com/products/detaild1.cfm?id=286 - and will post
> > Ask> pictures if I don't get too bored carrying it around. (it's heavy).
> > 
> > Pshaw!  My coolpix 990 will CRUSH your D1 in a NO HOLDS BARRED title
> > match ...
> 
> Boy you guys must be pissed about this, then:
> 
> http://www.dpreview.com/articles/canond30/

jeeez, what kind of toy camera is that?

read about the real toy at http://www.dpreview.com/articles/nikond1/
(the Kodaks doesn't count for whatever reason :) )

> :)  As if Linux vs. BSD wasn't bad enough, now we can have Nikon
> vs. Canon! 

Nah, with Linux vs BSD there is at least an argument since both
systems have value. Noone in their right mind would ever say that
about a Canon.

See, even the site you referenced tells that Randal and I have the
upper hand: http://www.dpreview.com/news/0007/00071301nikontipa.asp
 
> P.S.  I'll destroy you all with the old school 35mm quality.  ;)

I'll scratch your lenses with my microdrives.

uhmn, I think that we are getting off topic.


 - ask

ps. I didn't know you could buy the EOS D30 yet? And it's pretty
cool that there is starting to come digital SLR cameras that can be
bought without nuking the toy budget for several eons.

-- 
ask bjoern hansen - 
more than 70M impressions per day, 




Re: Weird behaviour

2000-07-15 Thread Alex Shnitman

On Thu, Jul 13, 2000 at 09:47:59PM +, G.W. Haywood wrote:

> > httpd.conf
> 
> I see that %port is a lexical but $Port isn't.  Is that a clue?

I have no idea. Is it?


-- 
Alex Shnitman <[EMAIL PROTECTED]>
LiveLinx Extensible Solutions Ltd.