On Wed, 14 Mar 2001, Gorm Jorgensen wrote:

> This is how I solved the problem temporarely, you may use the same script
> for your mirror if you like.
> 
> #!/usr/local/bin/bash
> #
> # 20010314 Gorm Jorgensen <[EMAIL PROTECTED]>
> #
> 
> cd /var/ftp/mirrors/public/www.apache.org/
> wget http://httpd.apache.org/ --output-document=index.html
> /usr/bin/perl -pi -e 's/www.apache.org\//apache.area51.dk\//g' index.html
> 

i'm not sure why you're doing something with multiple steps there.

when you mirror apache, you are getting essentially the correct files, why
not just modify the pointers ?


-jason

Reply via email to