User to be able to ftp to all their domains at once.

Discussion in 'Installation/Configuration' started by rbertalotto, Dec 12, 2008.

  1. rbertalotto

    rbertalotto New Member

    I am new to linux and love it. I have ubuntu 8.10 and am using ispconfig. Is there a way to have a user be able to see all his websites when logging into account through an ftp client?

    Also when I type in one of the domain name with www.example.com it loads fast but when i type in domain without www it takes for ever. Any help would be appreciated.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You mean a customer? A customer can log in only to ISPConfig, but not use FTP. You must create FTP users for each web site.

    Does the DNS record of example.com (without www) point to the correct server? You can check with
    Code:
    dig example.com
    Also make sure that example.com (without www) exists as a Co-Domain for the www.example.com web site in ISPConfig.
     
  3. rbertalotto

    rbertalotto New Member

    Yes the DNS is posting to the correct ip. The page does load after about a 30 seconds. But when you type it with www its lightning fast.

    I understand a customer can log in per website I just thought there was a way to let them be able to ftp and view all there websites in the ftp client.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Any errors in Apache's error log or the web site's error log?
     
  5. rbertalotto

    rbertalotto New Member

    [Sun Dec 14 01:30:07 2008] [error] [client 66.249.73.132] File does not exist: /var/www/web1/web/robots.txt
    [Sun Dec 14 02:36:26 2008] [error] [client 98.26.93.146] File does not exist: /var/www/web1/web/favicon.ico
    [Sun Dec 14 05:14:03 2008] [error] [client 72.30.76.134] File does not exist: /var/www/web1/web/y_key_2934b351b0a930d8.html
    [Sun Dec 14 07:41:39 2008] [error] [client 66.249.73.132] File does not exist: /var/www/web1/web/robots.txt
    [Sun Dec 14 11:21:53 2008] [error] [client 72.30.76.134] File does not exist: /var/www/web1/web/y_key_2934b351b0a930d8.html
    [Sun Dec 14 13:31:19 2008] [error] [client 66.249.73.132] File does not exist: /var/www/web1/web/robots.txt
    [Sun Dec 14 17:07:43 2008] [error] [client 72.30.76.134] File does not exist: /var/www/web1/web/y_key_2934b351b0a930d8.html
    [Sun Dec 14 17:40:14 2008] [error] [client 192.168.1.110] File does not exist: /var/www/web1/web/favicon.ico
    [Sun Dec 14 17:40:17 2008] [error] [client 192.168.1.110] File does not exist: /var/www/web1/web/favicon.ico
    [Sun Dec 14 17:42:42 2008] [error] [client 24.61.19.132] File does not exist: /var/www/web1/web/favicon.ico
    [Sun Dec 14 19:43:07 2008] [error] [client 66.249.73.132] File does not exist: /var/www/web1/web/robots.txt
    [Sun Dec 14 22:46:35 2008] [error] [client 72.30.76.134] File does not exist: /var/www/web1/web/y_key_2934b351b0a930d8.html
    [Mon Dec 15 04:51:10 2008] [error] [client 72.30.76.134] File does not exist: /var/www/web1/web/y_key_2934b351b0a930d8.html
    [Mon Dec 15 07:43:21 2008] [error] [client 66.249.73.132] File does not exist: /var/www/web1/web/robots.txt
    [Mon Dec 15 08:41:17 2008] [error] [client 66.249.73.132] File does not exist: /var/www/web1/web/noexist_225f70bda4ec11bd.html
    [Mon Dec 15 10:18:00 2008] [error] [client 66.249.73.132] File does not exist: /var/www/web1/web/robots.txt
     
  6. rbertalotto

    rbertalotto New Member

    Flako,
    When I am at the server and type in the domain without www it loads fast but when on another computer it takes forever.
     
  7. chipsafts

    chipsafts New Member

    another pc on the LAN or another pc from a completely seperate location (like your home) ?
     

Share This Page