Someone knows LxAdmin?

Discussion in 'Site & Server Administration' started by casolari, Mar 13, 2008.

  1. #1
    Hi have just bought a vps with LxAdmin installed on it, but who sold me it doesn't give me any support...

    I have a dedicated ip and I want to map it to my main domain hosted on this vps
    I configured it by this way:

    Server Home -> ipadresses -> click on my ip -> Configure Domain -> select the domain

    IT SAYS: "This will allow you to map a particular ipaddress to a domain. That is, if someone accesses http://ip, then the document root of the domain configured here will be shown."

    But it isn't so... if someone access http://"myip" it doesn't show my domain root, but it show me the default page of LxAdmin

    I have rebooted many time to see if somethink would change, but it's still the same


    Could someone help me?
    Thank you all
     
    casolari, Mar 13, 2008 IP
  2. titahost

    titahost Peon

    Messages:
    265
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have you Deleted the Index File?
    Lxadmin By Default Shows that Page.You can delete it to get the document root or, overwrite to show your Home Page.
     
    titahost, Mar 14, 2008 IP
  3. casolari

    casolari Guest

    Messages:
    187
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank yo for your answer

    I have some experience with vps, but I don't know very well LxAdmin
    I have modified the index.html of my domain root, but if I connect to my dedicated ip it doesn't show me that page, It shows me another default page located at the path:
    "/home/lxadmin/httpd/default/index.html"

    I can't upload my website into that folder because it doesn't allow me to execute any file created by me into that folder, also if I chmod that folder and I can't connect ftp to that system folder


    I have a vps at hostingspace4u.net but he isn't giving me any support, he only took my money and left me with my un-working vps since 3 days... so at the end of the month I think I will take a different vps
     
    casolari, Mar 14, 2008 IP
  4. titahost

    titahost Peon

    Messages:
    265
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Well, Unmanaged VPS are like this. you dont get support.but usually few providers help to get the business as well as better reviews.
     
    titahost, Mar 14, 2008 IP
  5. casolari

    casolari Guest

    Messages:
    187
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I have experience with vps so I chose it, I haven't problem configurating it, the problmes is that what I setup doesn't apply...

    there is a mapping function to map my dedicated ip "exclusive" to my main domain, but if I apply this function my ip address doesn't show my domain folder "/home/admin/domain.xx", it shows me "/home/lxadmin/httpd/default/"
     
    casolari, Mar 14, 2008 IP
  6. lxadmin

    lxadmin Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You can post in our forum, and you will get support. Also, try restarting the webserver.



     
    lxadmin, Mar 15, 2008 IP
  7. casolari

    casolari Guest

    Messages:
    187
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I already tried to restart the vps many times

    But now I haven't any more problem, hostingspace4u.net has disabled my account after 2 days with 1 month paid service... he is a scammer and I didn't know it
     
    casolari, Mar 16, 2008 IP
  8. CODForum

    CODForum Guest

    Messages:
    141
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You just delete the Default page here: "/home/lxadmin/httpd/default/"
    Set a 301 redirect for all non www. pages
    And then automatically, it will load the "/home/admin/public_html" dir
    ^^^^^^^^^ I just tried this, and it didnt work on my server
    I have the same problem, unfortunately :(
     
    CODForum, May 8, 2009 IP
  9. hottyguy

    hottyguy Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Here is answer for your problem:
    Logon to your server by SSH, and edit the file by using this : vim /etc/hosts
    Once that file opened dont do anything just press the 'a' button on your keyboard then dont change any line just put a new line in this format:
    yourIP Yourdomainname "EX: 65.62.53.54 minesite.com" without quotes.
    then clikc 'ESC' once and write this command :wq and then enter. now restart your http server by using: service httpd restart , now go and add your domain it will be added without any problem.
     
    hottyguy, May 21, 2009 IP