brian 99/02/25 16:40:10
Modified: . manual-index.cgi dist .htaccess uri-res N2L.cgi Log: Make paths more portable, since I plan on moving the docroot for apache.org soon. Revision Changes Path 1.9 +1 -1 apache-site/manual-index.cgi Index: manual-index.cgi =================================================================== RCS file: /home/cvs/apache-site/manual-index.cgi,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- manual-index.cgi 1997/08/07 12:17:36 1.8 +++ manual-index.cgi 1999/02/26 00:39:58 1.9 @@ -60,7 +60,7 @@ # apache/htdocs/manual directory of the Apache distribution tree). #*** #*** -$INDEX = "/export/pub/apache/manual-index-data"; +$INDEX = "/www/apache.org/manual-index-data"; #*** #*** 1.19 +7 -7 apache-site/dist/.htaccess Index: .htaccess =================================================================== RCS file: /home/cvs/apache-site/dist/.htaccess,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .htaccess 1999/01/12 04:34:13 1.18 +++ .htaccess 1999/02/26 00:40:02 1.19 @@ -13,13 +13,13 @@ AddDescription "1.3.4 compressed source" apache_1.3.4.tar.Z AddDescription "1.3.4 gzipped source" apache_1.3.4.tar.gz AddDescription "1.3.4 Win32 binary" apache_1_3_4.exe -AddDescription "List of changes in 1.3" /export/pub/apache/dist/CHANGES_1.3 -AddDescription "List of changes in 1.2" /export/pub/apache/dist/CHANGES_1.2 -AddDescription "Developer PGP keys" /export/pub/apache/dist/KEYS +AddDescription "List of changes in 1.3" /www/apache.org/dist/CHANGES_1.3 +AddDescription "List of changes in 1.2" /www/apache.org/dist/CHANGES_1.2 +AddDescription "Developer PGP keys" /www/apache.org/dist/KEYS AddDescription "PGP signature" *.asc AddDescription "Apache 1.3.4 Released" Announcement.txt -AddDescription "Binary distributions" /export/pub/apache/dist/binaries -AddDescription "Contributed software" /export/pub/apache/dist/contrib -AddDescription "Old source & binaries" /export/pub/apache/dist/old -AddDescription "Official patches" /export/pub/apache/dist/patches +AddDescription "Binary distributions" /www/apache.org/dist/binaries +AddDescription "Contributed software" /www/apache.org/dist/contrib +AddDescription "Old source & binaries" /www/apache.org/dist/old +AddDescription "Official patches" /www/apache.org/dist/patches IndexIgnore CVS 1.2 +1 -1 apache-site/uri-res/N2L.cgi Index: N2L.cgi =================================================================== RCS file: /home/cvs/apache-site/uri-res/N2L.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- N2L.cgi 1998/05/05 03:15:33 1.1 +++ N2L.cgi 1999/02/26 00:40:09 1.2 @@ -1,5 +1,5 @@ #!/usr/local/bin/perl -$mirfile = '/pub/apache/mirrors/mirrors.list'; +$mirfile = '/www/apache.org/mirrors/mirrors.list'; print "Content-type: text/plain\r\n"; print "Expires: ", &http_time(time+3600), "\r\n";