The following reply was made to PR general/1877; it has been noted by GNATS.

From: Dean Gaudet <[EMAIL PROTECTED]>
To: Matthew McGillis <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: RE: general/1877: http://hostname:prot/~username not found
Date: Thu, 26 Feb 1998 14:20:45 -0800 (PST)

 I'm afraid I can't reproduce this problem.  I get the redirect correctly
 with the port.  You'll have to construct a minimal config file which
 reproduces the problem.  For example, here is the config file I used to
 test this, and this file properly generates redirects with the :port. 
 
 Dean
 
 Port 8080
 ServerRoot /home/dgaudet/ap/apachen
 DocumentRoot /home/dgaudet/ap/apachen/htdocs
 MaxClients 5
 StartServers 5
 MinSpareServers 1
 MaxSpareServers 2
 MaxRequestsPerChild 100000
 ResourceConfig /dev/null
 AccessConfig /dev/null
 ErrorLog /dev/null
 UserDir public_html
 
 <Directory />
 AllowOverride none
 Options FollowSymLinks
 </Directory>
 

Reply via email to