LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 02-14-2015, 02:12 PM   #1
AndeAnderson
Member
 
Registered: Feb 2005
Location: Pennsylvania
Distribution: Debian (maybe)
Posts: 237

Rep: Reputation: 30
Question Webmin trying to use comcast.net?


I just finished installing Webmin on my Ubuntu Server 14.04. After installation the server command line said I could access webmin remotely by using a browser and logging into: https://show:10000/

When I try to do that login I get:
Quote:
"Error - Document follows
This web server is running in SSL mode. Try the URL https://show.hsd1.pa.comcast.net:10000/ instead"


Why in the world would I want to access the Ubuntu Server through a commercial Comcast network?
Thanks

After more searching I found the solution here:

http://askubuntu.com/questions/25601...ed-domain-name

If you get this error:

apache2: Could not determine the server's fully qualified domain name,
using 127.0.0.1 for ServerName

then use a text editor such as "sudo nano" at the command line or "gksudo gedit" on the desktop to create a new file,

sudo nano /etc/apache2/conf.d/fqdn

or

gksu "gedit /etc/apache2/conf.d/fqdn"

then add

ServerName localhost

to the file and save. This can all be done in a single command with the following:

echo "ServerName localhost" | sudo tee /etc/apache2/conf.d/fqdn

But on Ubuntu 14.04:

echo "ServerName localhost" | sudo tee /etc/apache2/conf-available/fqdn.conf
sudo a2enconf fqdn

Don't forget the ".conf" (without will not work).

Last edited by AndeAnderson; 02-14-2015 at 04:47 PM. Reason: Found the solution.
 
  


Reply

Tags
comcast, ubuntu 14.04, webmin



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Comcast Continues To Pretend To Support Net Neutrality With Misleading Claims LXer Syndicated Linux News 0 09-13-2014 07:51 AM
[SOLVED] Fail webmin install, E: Package webmin has no installation candidate cK` Linux - Newbie 10 04-07-2010 02:18 AM
dhcpd, comcast.net, GNU/Linux, timeout zamdrist Linux - Networking 4 05-24-2007 05:49 PM
webmin: missing /etc/init.d/webmin quarry_06 Debian 9 02-03-2007 09:55 AM
webmin troubles - Failed to write to /etc/webmin/module.infos.cache : No space left o coal-fire-ice Linux - Software 1 07-28-2005 10:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 11:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration