PHP3 and PostgreSql

2001-08-07 Thread Y2KNET
I am trying to run some php3 script on Postgresql and get the following error:   Fatal error:  Call to unsupported and undefined function pg_connect() in /html/trans/view.php3 on line 5.   I have psql running and setup the srm.conf httpd.conf files.   This is a first time I am using php3. I

PHP3 and Postgresql

2001-08-09 Thread Y2KNET
I am still having problem running PHP3 with Postgresql. Though I load all the modules. Now, when I run php3 files, I get nothing except "server could be down or not responding. Any help will be appricaited. Thanks Abu Umair -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "u

Official CD

2001-03-01 Thread Y2KNET
I am trying to make Debian Official CD and followed all the instructions and successfully rsync the iso image.   I also loaded boot.exe file and other files on the CD, but it does not boot up and by-pass the CD ROM.   Is there any source where I can find the step by step instructions after

Debian 2.2r2

2001-03-29 Thread Y2KNET
I have installed Debian 2.2r2 and it is using bind 8-2.2p7-1.    Is it any security hole in this Debian 2.2r2 and bind 8-2.2p7-1.   Will appreciate any help.   Thanks.   Abu Umair    

Virtual Hosts

2001-04-03 Thread Y2KNET
I have installed Debian 2.2r2 and now trying to put more IP based virtual hosts. I have used the VirtualHost directives, and gave the IP number to each site. But when I tried to look on the Virtual host site, it brings the primary site.   I will appreciate, if I get information about how to

Re: Virtual Hosts

2001-04-03 Thread Y2KNET
ServerName www.abc.dom > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /www/abc > > > Cheers, Marcel > > Y2KNET <[EMAIL PROTECTED]> 3 Apr 2001, at 8:37: > > > I have installed Debian 2.2r2 and now trying to put > > more IP based virtual hosts. I have us

VirtualHosts

2001-04-03 Thread Y2KNET
Thanks for everyone for suggestions. I have used Listen and VirtualHosts directives. Let me show you my dns files for two sites: First one is primary which is, say abc.net the second one is VirtualHost xyz.net. The dns files resides on server ns1.abc.net the first dns file is abc.hosts and foll

Re: VirtualHosts

2001-04-04 Thread Y2KNET
are using iface, which I do not have much clue of it. Thanks. Abu Umair "Jeremy C. Reed" wrote: > On Tue, 3 Apr 2001, Y2KNET wrote: > > > First one is primary which is, say abc.net > > the second one is VirtualHost xyz.net. > > > ns1INA

Virtual Hosts

2001-04-04 Thread Y2KNET
When I remotely or internally telnet www.xyz.net, it does not connect and give the error "unable to connect remote host: no route to host" but when I tried to connect www.abc.net it connected. It looks like it is not connetcting to www.xyz.net. I have the entry for zone xyz.net in named.conf file

Re: Virtual Hosts

2001-04-04 Thread Y2KNET
innsns2.y2knet.net wwwin A208.241.171.8 - The apache is running on ns2 (208.241.171.230), which is secondary. The httpd.conf file in apache has: DocumentRoot/var/www/y2knet-site ServerName www.y2knet.net The vhosts in httpd.conf is: NameVirtualHost 208.241.17

Re: Virtual Hosts

2001-04-04 Thread Y2KNET
Umair Tim Kent wrote: > Have you ifconfig'd the additional addresses you are going to use? > > Tim. > - Original Message - > From: "Y2KNET" <[EMAIL PROTECTED]> > To: > Sent: Thursday, April 05, 2001 1:40 PM > Subject: Virtual Hosts > >

Hacked

2001-04-05 Thread Y2KNET
Our server which is debian 2.2.r2 and running bind 8.2.3 has been hacked from this address 132.163.135.130

ifup

2001-04-05 Thread Y2KNET
In the old Debian we linked the ip address to a virtual interface for the vhost like following: "ifconfig eth0:1 192.55.34.21 netmask 255.255.255.0 broadcast 192.55.34.21 route add -net 192.55.34.0 route add default gateway 192.55.34.0" I tried the same thing on 2.2r2 and got the following erro

Daemon

2001-04-22 Thread Y2KNET
After few days, I installed Debian 2.2.18, I saw strange deamons and looks some one hacked the kernel. Following are the daemons: root 1 0.0 0.2 1020 460 ?SApr19 0:10 init [2] root 2 0.0 0.0 0 0 ?SW Apr19 0:00 [kflushd] root 3

Re: Accounting Software

2001-05-02 Thread Y2KNET
We are also using Peach Tree Complete Accounting and it is not user friendly plus it has many bugs. Has someone experienced the Microsoft products. Abu Umair - Original Message - From: Robert Brown <[EMAIL PROTECTED]> To: Sent: Wednesday, May 02, 2001 8:36 AM Subject: Accounting Softw

Official CD

2001-03-01 Thread Y2KNET
I am trying to make Debian Official CD and followed all the instructions and successfully rsync the iso image.   I also loaded boot.exe file and other files on the CD, but it does not boot up and by-pass the CD ROM.   Is there any source where I can find the step by step instructions after

Debian 2.2r2

2001-03-29 Thread Y2KNET
I have installed Debian 2.2r2 and it is using bind 8-2.2p7-1.    Is it any security hole in this Debian 2.2r2 and bind 8-2.2p7-1.   Will appreciate any help.   Thanks.   Abu Umair    

Virtual Hosts

2001-04-03 Thread Y2KNET
I have installed Debian 2.2r2 and now trying to put more IP based virtual hosts. I have used the VirtualHost directives, and gave the IP number to each site. But when I tried to look on the Virtual host site, it brings the primary site.   I will appreciate, if I get information about how to

Re: Virtual Hosts

2001-04-03 Thread Y2KNET
ng like > > ServerName www.abc.dom > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /www/abc > > > Cheers, Marcel > > Y2KNET <[EMAIL PROTECTED]> 3 Apr 2001, at 8:37: > > > I have installed Debian 2.2r2 and now trying to put > > more IP ba

VirtualHosts

2001-04-03 Thread Y2KNET
Thanks for everyone for suggestions. I have used Listen and VirtualHosts directives. Let me show you my dns files for two sites: First one is primary which is, say abc.net the second one is VirtualHost xyz.net. The dns files resides on server ns1.abc.net the first dns file is abc.hosts and fol

Re: VirtualHosts

2001-04-04 Thread Y2KNET
they are using iface, which I do not have much clue of it. Thanks. Abu Umair "Jeremy C. Reed" wrote: > On Tue, 3 Apr 2001, Y2KNET wrote: > > > First one is primary which is, say abc.net > > the second one is VirtualHost xyz.net. > > > ns1INA

Virtual Hosts

2001-04-04 Thread Y2KNET
When I remotely or internally telnet www.xyz.net, it does not connect and give the error "unable to connect remote host: no route to host" but when I tried to connect www.abc.net it connected. It looks like it is not connetcting to www.xyz.net. I have the entry for zone xyz.net in named.conf file

Re: Virtual Hosts

2001-04-04 Thread Y2KNET
innsns2.y2knet.net wwwin A208.241.171.8 - The apache is running on ns2 (208.241.171.230), which is secondary. The httpd.conf file in apache has: DocumentRoot/var/www/y2knet-site ServerName www.y2knet.net The vhosts in httpd.conf is: NameVirtualHost 208.241.17

Re: Virtual Hosts

2001-04-04 Thread Y2KNET
Umair Tim Kent wrote: > Have you ifconfig'd the additional addresses you are going to use? > > Tim. > - Original Message - > From: "Y2KNET" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, April 05, 2001 1:40 PM > Subject

Hacked

2001-04-05 Thread Y2KNET
Our server which is debian 2.2.r2 and running bind 8.2.3 has been hacked from this address 132.163.135.130 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

ifup

2001-04-05 Thread Y2KNET
In the old Debian we linked the ip address to a virtual interface for the vhost like following: "ifconfig eth0:1 192.55.34.21 netmask 255.255.255.0 broadcast 192.55.34.21 route add -net 192.55.34.0 route add default gateway 192.55.34.0" I tried the same thing on 2.2r2 and got the following err

Daemon

2001-04-22 Thread Y2KNET
After few days, I installed Debian 2.2.18, I saw strange deamons and looks some one hacked the kernel. Following are the daemons: root 1 0.0 0.2 1020 460 ?SApr19 0:10 init [2] root 2 0.0 0.0 0 0 ?SW Apr19 0:00 [kflushd] root 3

Re: Accounting Software

2001-05-02 Thread Y2KNET
We are also using Peach Tree Complete Accounting and it is not user friendly plus it has many bugs. Has someone experienced the Microsoft products. Abu Umair - Original Message - From: Robert Brown <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 8:36 AM Subje