<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Suppose I should have mentioned this was a Wordpress site.... The
URL settings must have the port info in order to work, or it
defaults to 80.<br>
<br>
Have it working now..<br>
<br>
<br>
Thanks for the replies.<br>
<br>
<br>
<br>
<blockquote cite="mid:515398be.0a06e00a.5fd3.ffff80e9@mx.google.com"
type="cite">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 <a class="moz-txt-link-freetext" href="http://fqdn:8001">http://fqdn:8001</a>, or <a class="moz-txt-link-freetext" href="http://ip:8001">http://ip:8001</a><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>
<a class="moz-txt-link-abbreviated" href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a class="moz-txt-link-freetext" href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<br>
-- <br>
This message has been scanned for viruses and
<br>
dangerous content by
<a moz-do-not-send="true" href="http://www.mailscanner.info/"><b>MailScanner</b></a>,
and is
<br>
believed to be clean.
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
<a class="moz-txt-link-abbreviated" href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a>
</pre>
</blockquote>
<br>
</body>
</html>