Re: Software for www portal management

2002-04-09 Thread debian-user
> Does anybody know a software (open source of cause) for portal management ? You can add phpwebsite to the list. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Re[2]: users in apache

2002-04-09 Thread Paul Fleischer
tir, 2002-04-09 kl. 13:20 skrev Michal Novotny: > I saw something about Apache 2.0 where is it possible to have only > user permission, I will look at it and try and send more... There is a MPM module called perchild under development, although I haven't got it to work properly yet (or at all

Re: slapd and pam_ldap in debian?

2002-04-09 Thread Paul Fleischer
I am using pam_ldap without any trouble on a test system running testing. It has been some while since I set the thing up, but it was pretty straightforward, once all the ldap entries were created. Have you checked what your auth.log says? -- Paul Fleischer // ProGuy <[EMAIL PROTECTED]> PGP key

Re: which MTA / POP server?

2002-04-09 Thread Ted Deppner
On Tue, Apr 09, 2002 at 08:09:20AM +1000, Dj Statik wrote: > Should be able to handle a large number of emails * Isn't full of > security exploits. IMHO, This means qmail. [1] > 1. the exim packaged for Debian doesn't have MySQL support, so an > apt-get upgrade would break the system if I made

Re[2]: users in apache

2002-04-09 Thread Michal Novotny
I saw something about Apache 2.0 where is it possible to have only user permission, I will look at it and try and send more... Regards Michal Novotny 9. dubna 2002 1:50:56, Craig Sanders <[EMAIL PROTECTED]> pise: > On Mon, Apr 08, 2002 at 07:23:47PM +0200, Michal Novotny wrote: >> Is it pos

Re: mysql

2002-04-09 Thread Bart-Jan Vrielink
On Tue, 2002-04-09 at 11:56, Fabrizio Tivano wrote: > MYD, .MYI and .frm files, in your newdbasesystem. > > > > I doubt this will work, because those binary files are not in a platform > > independend format and the format even varies between mysql versions. > > > > > Also there is al lot of way

Re: mysql

2002-04-09 Thread Fabrizio Tivano
MYD, .MYI and .frm files, in your newdbasesystem. > > I doubt this will work, because those binary files are not in a platform > independend format and the format even varies between mysql versions. > > > Also there is al lot of ways and utilities in the mysq.com site on how-to > > replicate and

Re: which MTA / POP server?

2002-04-09 Thread Marcel Hicking
--On Dienstag, 9. April 2002 08:09 +1000 Dj Statik <[EMAIL PROTECTED]> wrote: > [...] > Alternative 2. postfix and cyrus imapd/pop3d > > 1. postfix does have MySQL support > 2. Cyrus appears to cope quite hapilly with MySQL > > The only flaw with this set up is that it doesn't really allow for

which MTA / POP server?

2002-04-09 Thread Dj Statik
Hi list, I would just like to get some feedback from the list on what would be a good choise for a MTA / POP3 server which will meet the following requirements.   * usernames / aliases / etc should be stored in MySQL or PostgreSQL * Should be able to handle a large number of emails * Isn't

Re: mysql

2002-04-09 Thread Steve Wright
> > On Friday 08 February 2002 23:53, Erol wrote: > > > I have a mysql server on FreeBsd OS and I want to > > > transfer all the database to Debian Linux. > > > > > > Is it possible and How can I do that ? Why not, on FreeBsd box; mysqldump --all-databases --add-drop-table --user=root -p >

Re: mysql

2002-04-09 Thread Bart-Jan Vrielink
On Tue, 2002-04-09 at 10:28, Fabrizio Tivano wrote: > On Friday 08 February 2002 23:53, Erol wrote: > > I have a mysql server on FreeBsd OS and I want to > > transfer all the database to Debian Linux. > > > > Is it possible and How can I do that ? > for me the best way to do that is: > g

Re: mysql

2002-04-09 Thread Fabrizio Tivano
On Friday 08 February 2002 23:53, Erol wrote: > Hi, > > I have a mysql server on FreeBsd OS and I want to > transfer all the database to Debian Linux. > > Is it possible and How can I do that ? > > > Thanks, > > erol Hello Erol, for me the best way to do that is: go in the mysq