Re: [ANNOUNCE] HTTP::GHTTP 1.06

2001-01-21 Thread Honza Pazdziora
On Thu, Jan 18, 2001 at 05:50:40PM +, Matt Sergeant wrote: Due to a number of notes about how hard it was to install this beast, I've really worked hard this time to get all of the wrinkles out of the installer and I think its pretty good now. This release (actually 1.05, but I didn't

Apache::ASP [error] need AuthName

2001-01-21 Thread Pavel P. Zabortsev
Hello, I'm using apache-1.3.12 at RedHat 7.0 box. Sometime I've installed Apache::ASP 2.07 and as result got strange error: [Sun Jan 21 22:28:01 2001] [error] [client 127.0.0.1] need AuthName: /index.shtml There is some part from config: Files"*.shtml$"SetHandler perl-scriptPerlHandler

AUTH_REQUIRED with MSIE

2001-01-21 Thread Thomas Plathe
Hello, I have a problem with the PerlAuthenHandler and MSIE. If the user doesn't send credentials i return with : return AUTH_REQUIRED; Netscape's Navigator opens the window for entering username and passwort. The MSIE always gives the "Authorization Required" Message. Can anybody tell me, how i

Re: AUTH_REQUIRED with MSIE

2001-01-21 Thread Robin Berjon
At 15:33 19/01/2001 +0100, Thomas Plathe wrote: I have a problem with the PerlAuthenHandler and MSIE. If the user doesn't send credentials i return with : return AUTH_REQUIRED; Netscape's Navigator opens the window for entering username and passwort. The MSIE always gives the "Authorization

Re: Apache::ASP [error] need AuthName

2001-01-21 Thread Joshua Chamas
"Pavel P. Zabortsev" wrote: Hello, I'm using apache-1.3.12 at RedHat 7.0 box. Sometime I've installed Apache::ASP 2.07 and as result got strange error: [Sun Jan 21 22:28:01 2001] [error] [client 127.0.0.1] need AuthName: /index.shtml I'll have this bug fixed in Apache::ASP 2.09. Till

test fails in modules/httpdconf and modules/psections

2001-01-21 Thread Mario Moran
Hello, I'm having trouble succesfully testing mod_perl in HP-UX 11 with Apache 1.3.14. Tried both Perl 5.6.0 and 5.005_03. In modules/httpdconf the script waits forever. That is until I hit enter twice that I get: FAILED before any test output arrived In modules/psections the same thing

[ANNOUNCE] AxKit 1.2

2001-01-21 Thread Matt Sergeant
I have uploaded AxKit to CPAN. Hopefully this time I have significantly improved the installation procedure, as I fear that is one of the things preventing people from trying/using AxKit. AxKit is a high performance XML Application Server based on mod_perl. Every bit of programming you do in an

[JOB] for hire

2001-01-21 Thread brian moseley
hi folks. i've recently moved to melbourne, australia, and pretty soon now i'll be looking for consulting work. i've been working at critical path for the last 3+ years. i was lead developer on the cpth webmail product for the first year, after which i joined the core architecture team whose

Re: [JOB] for hire

2001-01-21 Thread brian moseley
er. still running pine on a server in california; the lag is intense and caused a brainfart. anyway, my resume can be found at http://www.maz.org/~bcm/resume, altho it's simply going to go into a bit more detail about what i discussed below. i'll probably be ready to swing into action within a

dir_config at startup: I know what doesn't work, so what does?

2001-01-21 Thread Christopher L. Everett
All: I want to specify things like MySQL login info, names of tables containing user login information. I'd like to do it by putting it all into a class variable at server startup, using my startup.pl: my $Account_Interface = $Exchange::MyAccount-init; Then inside Exchange::MyAccount::init,

Re: dir_config at startup: I know what doesn't work, so what does?

2001-01-21 Thread Perrin Harkins
"Christopher L. Everett" wrote: So what I'd like to know is: is there any way of picking up configuration info from the httpd-perl.conf at server startup? If you don't need to have different configurations for each virtual host or directory, you could just use globals. Perl