Postgresql connection to 8.1 and 8.2 server.

2007-10-23 Thread Martin Marques
I need to connect to a local Postgresql 8.2 server and to a remote server with Postgresql 8.1. Both 8.1-client and 8.2-client are installed, but I can't get /etc/postgresql-common/user_clusters configured correctly so that psql 8.1 will be used when trying to connect to the 8.1 server and psql

Problemas with fail2ban

2007-10-07 Thread Martin Marques
I started seeing that fail2ban is not working properly on my debian server, while working in other places where I'm using other distros. I started searching and found this in the logs after putting in debugging and restarting fail2ban: 2007-10-07 10:03:12,744 fail2ban.actions.action: DEBUG i

Re: Can't execute PHP script

2007-09-12 Thread Martin Marques
Randy Patterson wrote: In the file; /var/log/apache2/error.log The only error that was listed concerned loading the favicon.ico file. Nothing regarding PHP. Thanks, Randy Try with: # a2enmod php5 Then restart apache2 -- 21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37, 0

PHP5 CLI + curl = Segmentation fault

2007-09-12 Thread Martin Marques
I have a script writen in PHP which is working on a production server ok. The thing is that I was adding some new functionalities to it and when testing it on my development server I get segmentation faults just when ending. Script executes great up to the end, but then sends the segmentation f

Re: KDE login manager?

2007-05-13 Thread Martin Marques
Eric A. Bonney escribió: Does KDE have a login manager similar to Gnome? When my laptop boots up it first enters a login manager if you will that is Gnome. Then when I login it brings up the KDE desktop. Does KDE have anything similar? $ apt-cache search kdm | grep kdm kde-kdm-themes - Th

Re: Idiot needs help enabling php in apache or apache2

2007-05-05 Thread Martin Marques
Land Haj wrote: --- Indraveni <[EMAIL PROTECTED]> wrote: Hi, You add the following lines in your apache conf file, probably, your httpd.conf or apache.conf file. AddType application/x-httpd-php php PHP AddType application/x-httpd-php-source .phps let me know, if it works It di