Search results

  1. ProWebUK

    If you have an option, which one do you choose?

    We use ES, AS appears simply overkill for what we want - we certainly dont use systems running 16 CPU's and 64GB of RAM. Chris
  2. ProWebUK

    can`t get login page

    cd /usr/local/directadmin/conf/ ls output? Chris
  3. ProWebUK

    Restrict IP ranges for admin users

    I actually think its a fair request (for the admin level) since theres often only 1 admin. It of course, would have to be an option, all IP addresses are allowed access unless the admin specifies to only allow ip xxx.xxx.xxx.xxx. Chris
  4. ProWebUK

    can`t get login page

    does the config exist already? /usr/local/directadmin/conf/directadmin.conf Chris
  5. ProWebUK

    can`t get login page

    Try restarting DA. Chris
  6. ProWebUK

    what is "chown adminxx:adminxx" for Ensim? how to do this on DA?

    ensim uses the following format for each domain/user: admin1 admin2 admin3 etc.. Directadmin uses: <username> <username> basically, any username that hasnt already been taken! chown username:username file chown admin:admin file chown testuser:testuser file etc... Chris
  7. ProWebUK

    If you have an option, which one do you choose?

    We personally use ONLY Redhat Enterprise 3.0 for our managed dedicated servers at the moment, and may well be considering debian once DA supports it. I'm not going to compare with FBSD, since I dont use it nor do I have any extensive knowledge of it. In my opinion, RHEL3.0 covers all 4 of them...
  8. ProWebUK

    Forgot Password Feature

    It's been discussed previously (try a search to find them :))... it would be impossible to email the password since passwords are one-way encrypted. An option would be to send an email with a link to confirm it, then email a new password once the link has been clicked... similar to how these...
  9. ProWebUK

    Where to upload files

    add a new system user, then create a new line in proftpd.passwd with the new username / uid / gid and copy the crypted password from an existing user (that you know the password of) Chris
  10. ProWebUK

    Where to upload files

    Easiest, temporary way is: create an ftp user in DA open /etc/proftpd.passwd (pico -w /etc/proftpd.passwd) find the ftp user you created, change the path /home/username to /var/www/html, you should have something like: username:crypted_pass:uid:gid:system:/var/www/html:/bin/false save and...
  11. ProWebUK

    Where to upload files

    You cant see them with FTP becuase that area isnt configured with an account. to append using cat: [root@host]# cat > newfilename.php << EOF > (paste your page content here) > EOF <enter> [root@host]# Chris
  12. ProWebUK

    New install, add reseller (error: user exists)

    You are running useradd as root? [admin@host]# su - password: [root@host]# or direct root? Chris
  13. ProWebUK

    Where to upload files

    cd /var/www/html Note the space. Chris
  14. ProWebUK

    Where to upload files

    do you have root access to the system? (is the entire system yours or are you an end user?) If you are only at the user level, or even reseller.... and you're getting the apache page on a domain setup through DA you have a problem... possibly apache needs restarting to a missing httpd.conf for...
  15. ProWebUK

    Where to upload files

    No, i mean adding an account where the directory is /var/www/html - ssh would be much easier. Chris
  16. ProWebUK

    Where to upload files

    You will need shell access for /var/www/html unless you manually configure ftp. Chris
  17. ProWebUK

    reset admin password

    Tried restarting DA (service directadmin restart)? If that fails im unsure, and you'll probably need to check with John or Mark. Chris
  18. ProWebUK

    reset admin password

    You seem to be missing half a config! SSL=1 addip=/usr/local/directadmin/scripts/addip admindir=./data/admin apachecert=/etc/httpd/conf/ssl.crt/server.crt apacheconf=/etc/httpd/conf/httpd.conf apacheips=/etc/httpd/conf/ips.conf apachekey=/etc/httpd/conf/ssl.key/server.key...
  19. ProWebUK

    reset admin password

    /var/log/directadmin/error.log Chris
Back
Top