Skip site navigation (1)Skip section navigation (2)
Date:      8 Aug 2000 05:21:05 -0000
From:      "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20478: FIX www/apache13-ssl master site problem
Message-ID:  <20000808052105.98469.qmail@Fedaykin.here>

next in thread | raw e-mail | index | archive | help

>Number:         20478
>Category:       ports
>Synopsis:       FIX www/apache13-ssl master site problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 07 22:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

FreeBSD Here.here 4.0-STABLE FreeBSD 4.0-STABLE #2: Fri Jun  9 13:22:10 EST 2000     lioux@Here.here:/usr/src/sys/compile/LIOUX  i386

>Description:

Fix the 1st master site. There is no ftp server at www.apache.org
but there is a http server. You can check www/apache13 to
verify my claims.

>How-To-Repeat:

Try to fetch with ftp://www.apache.org/dist/ and all you are
going to get is

>Fix:

diff -ruN /usr/ports/www/apache13-ssl/Makefile apache13-ssl/Makefile
--- /usr/ports/www/apache13-ssl/Makefile	Fri Apr 28 08:24:30 2000
+++ apache13-ssl/Makefile	Tue Aug  8 02:18:22 2000
@@ -10,7 +10,7 @@
 PORTNAME=	apache+ssl
 PORTVERSION=	${APACHE_VERSION}.${APACHE_SSL_VERSION}
 CATEGORIES=	www security
-MASTER_SITES=	ftp://www.apache.org/dist/ \
+MASTER_SITES=	http://www.apache.org/dist/ \
 		ftp://ftp.ox.ac.uk/pub/crypto/SSL/Apache-SSL/ \
 		ftp://src.doc.ic.ac.uk/packages/apache/dist/ \
 		ftp://ftp.gbnet.net/pub/apache/dist/ \

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> apache_1.3.12.tar.gz doesn't seem to exist on this system.
 >> Attempting to fetch from ftp://www.apache.org/dist/.
 fetch: apache_1.3.12.tar.gz: Connection refused
 
 It works with http:// fine.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000808052105.98469.qmail>