Does mod_php4 include php4?

2006-03-29 Thread S W
Dear all, I'm setting up apache/snort/acid/mysql, etc, and need php4 for acid. Acid needs (or certainly used to) phplot, which needs mod_php4, but if I attempt to install mod_php4 (needed for phplot) on top of php4, it complains that it and php4 install to the same place (and vice-versa). I have

Re: Does mod_php4 include php4?

2006-03-30 Thread S W
Bill, Thank you for the prompt response. php4 now installed without mod_php4, configured httpd.conf - and everything seems to be working. Incidentally, acid no longer needs phplot, but is using jdgraph, instead. Best wishes, boink ___ freebsd-question

Re: Does mod_php4 include php4?

2006-03-30 Thread S W
y <[EMAIL PROTECTED]> wrote: > S W wrote: > > >Bill, > > > >Thank you for the prompt response. > > > >php4 now installed without mod_php4, configured httpd.conf - and > >everything seems to be working. > > > >Incidentally, acid no longer need

dd *very* slow (0.5KB/s) from IDE to SCSI - longish

2003-03-06 Thread S W
SUMMARY: I'm trying to transfer a working 4.7-RELEASE from an IDE disk to a SCSI disk using dd, but transfer of <3GB will take ~16 hours :o( uname -a: FreeBSD 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 (PII 300MHz D

Re: dd *very* slow. Now 75x faster thanks to Kirk's suggestion!

2003-03-08 Thread S W
..snip.. > I dropped that idea, but I'd read a post somewhere about dd, I tried... > > dd if=/dev/ad2 of=/dev/da0 > > ...now the IDE activity LED has been on solid for about 4hours dd's performance is highly depending on the size of its buffers, which are abysmally small (512 bytes) by default: