Re: best NIC Speed

2003-01-15 Thread Georg Lehner
I double checked with the sysadmin who had problems with 3Com Cards (once and then) spontaneously sending broadcast when the card turns old. He says, it is not Windows specific, but happens on Linux too and he once read some article where 3Com confirmed the problem - however: no reference given.

Re: How to avoid the screen timeout when no activity

2003-01-15 Thread Cristian Ionescu-Idbohrn
On Wed, 15 Jan 2003, Jeremy C. Reed wrote: > On Sat, 11 Jan 2003, Michelle Konzack wrote: > > > > setterm -blank 0 > > > > This works only, if you have minimal one login after reboot... > > Is there a possibility to get it without login ??? > > I understand what you mean. setterm outputs an escape

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Fred Clausen
Hi, Glad you got it working. As an aside, I would recommend you upgrade your Apache and php because various vulnerabilities have come out. For example: http://www.debian.org/security/2002/dsa-168 http://www.debian.org/security/2002/dsa-187 Among others. You can also easily upgrade from Potato to

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Caracal - G. Hostettler
Thanks a lot to everybody. Everything works fine now. The reason was: Replaced "AddType application/x-httpd-php4 .php" with "AddType application/x-httpd-php .php" as Michael Streb among aothers pointed out ! /gh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread charlie derr
Try adding this line to your httpd.conf (and restarting apache) AddType application/x-httpd-php .php .php3 .html .htm good luck, ~c Gregoire Hostettler wrote: Thank you for your response. I moved the script to its original location (/var/www) but I get a strange behavior: - Usi

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Eric Jennings
Be sure to add these lines to your httpd.conf: AddType application/x-httpd-php .php .php3 .phtml AddType application/x-httpd-php-source .phps (you technically only need the .php suffix, but I put all of them in there for backwards compatibility... you also don't really need the .phps one if y

Re: How to avoid the screen timeout when no activity

2003-01-15 Thread Keegan Quinn
On Wednesday 15 January 2003 06:57 am, Bart-Jan Vrielink wrote: > On za, 2003-01-11 at 14:05, Michelle Konzack wrote: > > Am 18:02 2003-01-07 -0800 hat Jeremy C. Reed geschrieben: > > >On Wed, 8 Jan 2003, Samantha Scafe wrote: > > >> How can avoid the timeout of the monitor. > > > > > >Look at sett

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Bart-Jan Vrielink
On wo, 2003-01-15 at 17:32, Gregoire Hostettler wrote: > I moved the script to its original location (/var/www) but I get a strange > behavior: > > - Using IE6, the browser asks me if I want to download the test.php script > (???) bartjan@trillian:~$ grep php4 /etc/apache/mime.types application

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Todd Charron
You'll have to look at your httpd.conf (in /etc/apache/ ) You'll have to uncomment several sections for php to start working. The LoadModule section php4 The two file type lines for php4 and you might want to add index.php to the list of allowed index files After that, restart apache and you sho

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Tomasz Papszun
On Wed, 15 Jan 2003 at 17:32:45 +0100, Gregoire Hostettler wrote: > Thank you for your response. > > I moved the script to its original location (/var/www) but I get a strange > behavior: > > - Using IE6, the browser asks me if I want to download the test.php script > (???) > - If I rename the .p

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Michael Streb
On Wednesday 15 January 2003 17:32, Gregoire Hostettler wrote: Hi There, you`ve an error in your srm.conf you have to replace "AddType application/x-httpd-php4 .php" with "AddType application/x-httpd-php .php" So i think it should work now ! :) The file location should be the "

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread brian moore
On Wed, Jan 15, 2003 at 05:32:45PM +0100, Gregoire Hostettler wrote: > Thank you for your response. > > I moved the script to its original location (/var/www) but I get a strange > behavior: not strange at all. > - Using IE6, the browser asks me if I want to download the test.php script > (???)

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Chris Hilts
> > It seems to me that the php4 engine never starts to generate pages... Make sure the LoadModule line for php in apache's config file is uncommented. Then make sure you have MIME types set up for PHP files. AddType application/x-httpd-php .php AddType application/x-httpd-php-source .ph

Re: best NIC Speed

2003-01-15 Thread jernej horvat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 11 January 2003 14:20, Michelle Konzack wrote: > I am use since 1988 only 3Com Cards and never had problems with it... Well eversince i use 3com i had problems with it (novell, os/2...). I doesn't work well under heavy load. Might be the

Re: How to avoid the screen timeout when no activity

2003-01-15 Thread Jeremy C. Reed
On Sat, 11 Jan 2003, Michelle Konzack wrote: > > setterm -blank 0 > > This works only, if you have minimal one login after reboot... > Is there a possibility to get it without login ??? I understand what you mean. setterm outputs an escape code like: \033[9;0] only when the TERM is "con"

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Gregoire Hostettler
Thank you for your response. I moved the script to its original location (/var/www) but I get a strange behavior: - Using IE6, the browser asks me if I want to download the test.php script (???) - If I rename the .php script to .html, it displays just the header, nothing else, which is correct im

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Bart-Jan Vrielink
On wo, 2003-01-15 at 13:50, Gregoire Hostettler wrote: > Got a (supposed) config problem with PHP4/Apache. > > OS: Debian potato 2.2r7, kernel 2.2.19 > Apache 1.3.9 (Debian implementation) > PHP4 4.0.3pl1-0p > > Attached are both the httpd.conf and srm.conf files, along with the > access.log,

Re: How to avoid the screen timeout when no activity

2003-01-15 Thread Bart-Jan Vrielink
On za, 2003-01-11 at 14:05, Michelle Konzack wrote: > Am 18:02 2003-01-07 -0800 hat Jeremy C. Reed geschrieben: > >On Wed, 8 Jan 2003, Samantha Scafe wrote: > > > >> How can avoid the timeout of the monitor. > > > >Look at setterm(1). > > > >Try: > > setterm -blank 0 > > This works only, if you ha

Re: Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Emile van Bergen
Hi, On Wed, Jan 15, 2003 at 01:50:24PM +0100, Gregoire Hostettler wrote: > Got a (supposed) config problem with PHP4/Apache. > > OS: Debian potato 2.2r7, kernel 2.2.19 Apache 1.3.9 (Debian > implementation) PHP4 4.0.3pl1-0p > > Attached are both the httpd.conf and srm.conf files, along with the

Apache / PHP4 config problem (newbee on PHP)

2003-01-15 Thread Gregoire Hostettler
Dear all,   Hope I am at the right place/list.   Got a (supposed) config problem with PHP4/Apache.   OS: Debian potato 2.2r7, kernel 2.2.19 Apache 1.3.9 (Debian implementation) PHP4 4.0.3pl1-0p   Attached are both the httpd.conf and srm.conf files, along with the access.log, error.log, php scr

Re: best NIC Speed

2003-01-15 Thread Michelle Konzack
Hello Shawn, Am 12:08 2003-01-09 -0600 hat Shawn Wallbridge geschrieben: > >Intel > >If you need 100Mb, then the Pro/100. If you need GigEcu then the Pro/1000MT. > >It's the only Ethernet card I will use. I only wish the Pro/100s >(different from the Pro/100) was able to use the onboard IPSec

pppstats and console...

2003-01-15 Thread Michelle Konzack
Hello, last year I have seen, that it is possibel, to run a program like pppstats on a VC without login, - exactly, insteed of the login. Since many weeks I am searching for the solution, how to do... /etc/login.defs, /etc/inittab, getty, login, ... But nothing... Can anyone tell me, how

Re: best NIC Speed

2003-01-15 Thread Michelle Konzack
Hello Marco, Am 19:21 2003-01-09 +0100 hat Marco Kammerer geschrieben: >ok :-) > >so what should i use? > >normally i use the 8139 becaue the work everywhere. > >In windows PCs i use DLink 530TX > >but i now change some Servers from SuSE to debian and now is the best time >to get them a good nic

Re: How to avoid the screen timeout when no activity

2003-01-15 Thread Michelle Konzack
Hello Jeremy, Am 18:02 2003-01-07 -0800 hat Jeremy C. Reed geschrieben: > >On Wed, 8 Jan 2003, Samantha Scafe wrote: > >> How can avoid the timeout of the monitor. > >Look at setterm(1). > >Try: > setterm -blank 0 This works only, if you have minimal one login after reboot... Is there a possibi