I want to point out I did not install this turnkey linux setup or webmin. If I make ssl=1 into ssl=0 in the /etc/webmin/miniserv.conf file I can connect and login to webmin via http. However, I really need this to work over https.
This is the error I get in IE:
Internet Explorer cannot display the webpage.
In Firefox:
The connection was reset.
In Chrome:
This webpage is not available.
I have confirmed that port=12321 and listen=12321 in /etc/webmin/miniserv.conf as well.
I have setup a LAMP appliance and I am having issues getting access to my website externally. I have DNS records setup that point to my external IP and I have NAT routes and firewall rules in place to allow access to the website. I created a virtual host but cannot seem to access it. Any thoughts as to how I can resolve my issue? This seems like it should be a pretty easy thing, but I am new to linux.
Does Turnkey Lamp Stack Run its own Dns so other computers on the net can resolve the ip? Just like most webhosts running dns on the same server as where the websites are served.
I had 2 small LAMP instances running on TKL. I also have several websites on each. Once day, one of my customers said they couldn't reach their website. Lo and behold, one instance was listed as "Destroyed" on the Hub control panel! I had termination protection on both instances and yet one just disappeared!
Is there any way to find out what the heck happened? Luckily I was able to spin the instance back up from a backup, but I really want this to be resolved. Was this an AWS problem? Was this a Turnkey problem? Is there any way to know?
I wanted to ask if there is any way to applied a new API to a Turnkey Server instance which has already had the tklbam-init command activated with another API.
I'm attempting to work my way around the fact my account has unexplainably been unable to backup since August due to some Amazon-side stuff to do with my credit card (same card, same everything!).
I'm having an issue with the Fileserver Appliance (v12.0 Debian 6.0 squeeze) when mounting an NFS volume. I am hoping to use the Fileserver appliance to sit in front of an NFS volume to provide access to the volume over SCP.
Firstly, I found that I needed to install nfs-common & portmapper in order to initiate a mount -t nfs. I found the directions required to do that elsewhere.