Are you restarting apache after you make config changes?<br><br>----- Reply message -----<br>From: "Raymond Norton" <admin@lctn.org><br>To: "TCLUG" <tclug-list@mn-linux.org><br>Subject: [tclug-list] Ubuntu 12.04 / apache2 redirect<br>Date: Wed, Mar 27, 2013 16:22<br><br><br>I'm attempting to set up a website on port 8001 of a new Ubuntu 12.04 <br>box (LAMP). I have verified apache is listening on that port via grep <br>and telnet. However, if  I attempt to browse to it from another box, by <br>IP or fqdn:8001, the browser is redirected to port 80. I did not <br>knowingly install any type of proxy on the box and do not have IPTables <br>running. Any ideas what might be intercepting the request?<br><br>If I enable port 80 in ports.conf , I get a message "Apache/2.2.22 <br>(Ubuntu) Server at server Port 80", after attempting to reach the site <br>via http://fqdn:8001, or http://ip:8001<br><br>This is what I have for config files:<br><br>ports.conf:<br>NameVirtualHost *:8001<br>#Listen 80<br>Listen 8001<br><br><br>Sites-enabled: Default<br><VirtualHost *:8001 ><br>         ServerAdmin webmaster@localhost<br>         servername x.domain<br><br>         DocumentRoot /var/www<br>         <Directory /><br>                 Options FollowSymLinks<br>                 AllowOverride None<br>         </Directory><br></VirtualHost><br>~<br><br>Raymond<br>_______________________________________________<br>TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>tclug-list@mn-linux.org<br>http://mailman.mn-linux.org/mailman/listinfo/tclug-list<br>