On Wed, 24 Jul 2002, Scott Fletcher wrote:
> It work very nicely!!!!  The whole process take 30 to 45 minutes for just
> one server.  I wonder how does someone did 12 computers  in 10 minutes.
> Cool!

  cd /usr/src/local
  tar -zxf php-4.2.2.tar.gz
  cd php-4.2.2
  ../php-4.2.1/config.nice
  make install
  for i in server1 server2 server3 server4 server5 serverN
  scp ../apache_1.3.26/src/httpd ${i}:/usr/local/apache/bin/

Most of the time was watching 'make install'.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to