Re: PerlSwitches -M and @INC

2003-01-23 Thread Dr. Helmut Zeilinger
I tried: PerlOptions +Parent # PerlOptions +Clone PerlModule Apache2 PerlModule Apache::compat PerlSwitches -Mlib=/et/www/envirotex/lib The result is a Segmentation fault without any further messages on the screen and in the error_log file. When I try: # PerlOptions

[MP2] pb with modperl and XML::LibXML

2003-01-23 Thread [EMAIL PROTECTED]
Hi on SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev Perl/v5.8.0 PHP/4.3.0 having installed the latest XML::LibXML from http://theoryx5.uwinnipeg.ca/ppms and having Loadfile c:/perl/bin/libxml2.dll in httpd.conf I still have the error : - a USED testxml from

Re:[MP2] pb with modperl and XML::LibXML

2003-01-23 Thread [EMAIL PROTECTED]
Hi on SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev Perl/v5.8.0 PHP/4.3.0 having installed the latest XML::LibXML from http://theoryx5.uwinnipeg.ca/ppms and having Loadfile c:/perl/bin/libxml2.dll in httpd.conf I still have the error : in any

Re: Apache::SessionManager pnotes index.html problem...

2003-01-23 Thread Enrico Sorcinelli
On Wed, 22 Jan 2003 22:21:20 -0700 Joseph P. Crotty [EMAIL PROTECTED] wrote: Here is the simplest form of the problem I can produce. I have two handlers and want to pass some info between them visa vi pnotes. One is a PerlTransHandler for Apache::SessionManager and the other is a

Re: mysql question

2003-01-23 Thread Jason Galea
you better duck dude. slightly is slightly understating the off-topicness of your post.. Martin Moss wrote: slightly off topic, but is it possible to grant permissions to a user on multiple tables in one sql statement in mysql? From mysql.com:- GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP

[mp2]: Is there a package for Debian/testing?

2003-01-23 Thread Joachim Zobel
Hi. I would like to start testing mp2, but I remember that compiling apache/mp1 was no fun at all. So I would like to have a debian package. I found one in debian unstable, but this requires perl 5.8. Thanx, Joachim

Re: mysql question

2003-01-23 Thread Huili_Liu
Theoretically, It is not. See 4.3.1 GRANT and REVOKE Syntax GRANT priv_type [(column_list)] [, priv_type [(column_list)] ...] ON {tbl_name | * | *.* | db_name.*} TO user_name [IDENTIFIED BY 'password'] [, user_name [IDENTIFIED BY 'password'] ...] [WITH GRANT OPTION]

RE: mysql question

2003-01-23 Thread Joe Palladino
A grant statement only works on one table at a time. You can link statements together though, such as Grant SELECT ON table to jsmith; Grant SELECT ON table2 to jsmith; They are separate statements can be put together in one file and run together. -- Joe -Original Message- From:

RE: mysql password encryption

2003-01-23 Thread Joe Palladino
Are the databases under the same database engine instance? If they are its not a problem as the password is the system table users and you can grant access for that user to various databases in the system table database. To use the encrypted password field, use the password('password') function

Re: mysql password encryption

2003-01-23 Thread Martin Moss
Cheers for all your help, I realised that I didn't need to worry about decrypting the passwords as I can use the encrypted password with GRANT. so it solved my problem. I guess I'll have to group my grants by table rather than permission though. Regards Marty - Original Message - From:

Re: [mp2]: Is there a package for Debian/testing?

2003-01-23 Thread Nick Tonkin
On 23 Jan 2003, Joachim Zobel wrote: Hi. I would like to start testing mp2, but I remember that compiling apache/mp1 was no fun at all. FWIW it was much simpler and cleaner to install apache2 + mp2 than it ever was with v1 in my case. Even when things went exactly as expected in v1 there

Re: mysql question

2003-01-23 Thread Nick Tonkin
On Thu, 23 Jan 2003, Martin Moss wrote: slightly off topic, but is it possible to grant permissions to a user on multiple tables in one sql statement in mysql? This is not slightly off topic. It has nothing to do with mod_perl. You are being selfish, rude and stupid. Especially since MySQL

Object Handlers internal_redirect

2003-01-23 Thread Richard Clarke
I am using an object transhandler like so, PerlTransHandlerUtil::Tour::Translate-handler I then have a content handler like so, Location /banner SetHandlerperl-script PerlHandler Util::Tour::Banner /Location My content handler is used to select an image

Re: Object Handlers internal_redirect

2003-01-23 Thread Geoffrey Young
So I converted Util::Tour::Translate's handler into a regular non object handler and everythings works fine. I would rather use object handlers but this doesn't seem possible if a content handler is performing an internal_redirect which might invoke that handler. this has been reported before

Re: mysql question

2003-01-23 Thread Perrin Harkins
Calm down folks. Anyone can make a mistake. This is a diverse list with many different levels of Internet experience represented, and one off-topic post is not a big enough problem to merit banning people. General list etiquette is discussed here:

Re: [mp2]: Is there a package for Debian/testing?

2003-01-23 Thread Stas Bekman
Nick Tonkin wrote: On 23 Jan 2003, Joachim Zobel wrote: Hi. I would like to start testing mp2, but I remember that compiling apache/mp1 was no fun at all. The important part of the testing at this stage is that the build works properly on all platforms. I found one in debian unstable, but

Re: mysql password encryption

2003-01-23 Thread Joachim Zobel
On Wed, 2003-01-22 at 16:29, Martin Moss wrote: I wish to let a user use the same password for them to authenticate to a multitude of mysql Databases AND to authenticate themselves on my modperl site. the problem I have is that I store the password in the database as a Password field. However

Off-topic-ness

2003-01-23 Thread dom
This is a diverse list with many different levels of Internet experience represented, and one off-topic post is not a big enough problem to merit banning people. (my 0.02 Euros...) I have to say that beyond the technical competence of people on this list (which is excellent), I'm very

Re: mysql question

2003-01-23 Thread Martin Moss
oooh handbags! Apologies to the group this is my last email on this topic. You're all assuming I posted a question about mysql at random. Please see my previous post which is to do with encryption of mysql passwords so that the password for Apache Authentication and multiple other mysql database

Re: mysql question

2003-01-23 Thread Stas Bekman
Martin Moss wrote: oooh handbags! Apologies to the group this is my last email on this topic. Apologies accepted ;) As Perrin said, we all do mistakes. Now let's move on to the fun with mod_perl. __ Stas BekmanJAm_pH