• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

domain stuff aggrivating the hell out of me

L

lordpsyan

Guest
my domain. samccstudios.com

I have now installed kubuntu 3 times, from scratch. set hostname as samccstudios.com the first 2 times, and samccstudios the third.

This is the **** Plesk gives me, and it keeps me from logging into plesk

first time I could log in. I would type www.samccstudios.com:8443
it would lookup localhost.localdomain:8443
couldn't connect on any other computer but locally.

second time (and I removed this from about 600 places, mostly config files)
it gave me samccstudios.com.com

third time, to remove one of the .com's I just put samccstudios as host name.

then I got samccstudios.sw.biz.rr.com

now why the hell won't it just give samccstudios.com?

I just want to be able to remove the monitor, keyboard and mouse from the server and do everything remotely. I would LOVE to start paying for the 100 domain license, but I am not getting anywhere. I had it running perfectly under centos5, but centos is a horrible OS (nopt as bad as the real redhat tho) and I wanted to keep debian, but thats another story. I want this to work. there is insufficient help online for these problems, and emailing tech support takes weeks to get a reply.

please, someone tell me how to define the fgdn, instead of letting it pick and choose for itself.

LP
 
Check /usr/local/psa/admin/conf/httpsd.conf (might also be /opt/psa/admin/conf depending on the version installed).

There should be a line in the <VirtualHost *:8443> that reads

ErrorDocument 400 https://localhost.localdomain:8443

Update that line to what you want your requests to http:// on port 8443 to redirect to. That should fix your problems.
 
Back
Top