Search results

  1. InTheWoods

    Replicating the same DA setup across multiple new servers. What's the easest way?

    Trying to figure out the easiest way to complete this without it causing me too much stress or time, ha! Is there a recommend 'simple' way to setup new DA servers across? Same software stacks, same settings, etc. I don't want to have to go into CustomBuild if I don't have to and check one by...
  2. InTheWoods

    "php 5.x, 7.x and 8.0 cannot compile against openssl 3.0 or higher. Try php 8.1 or higher"

    Tried CloudLinux, AlmaLinux 8.x and Debian 12. All give the same error when trying to enable PHP multi-choice versions 7.4 or 8.0. I have older DirectAdmin servers running CloudLinux without this being an issue, but would like newer deployments to have the latest OS. While 8.x support is great...
  3. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    The database has been created in DirectAdmin as a user. Database name: username_database Username: username_database Password: example123 (The above info is just an example) Via SSH, as ROOT, I run: mysql -u username_database -p username_database < /home/username/staging/mydatabase.sql...
  4. InTheWoods

    Preventing files from downloading (.csv)

    A customer is trying to get a .csv file to appear within the browser as opposed to automatically downloading. Webserver: Apache + Nginx How to proceed with this? Is this something that needs to go in a .htaccess file or what?
  5. InTheWoods

    Migrating a DA VM to a new IP

    Hello, A VPS with DA installed will needs to be migrated to a new IP / subnet. What would be the easiest / safest way to complete this task? Aside from things like DNS records needing to be updated from the old IP to the new IP, what else needs to be done? Any useful scripts to cater to this...
  6. InTheWoods

    Multi-Server Setup with two masters? (NS1 master and NS2 master)

    I'm trying to come up with a sane solution to DNS management. Currently we have every shared hosting server with it's own unique nameservers, different than other shared hosting servers. DNS is hosted locally on each one. Because DNS is hosted locally, until now, we've seen little reason to...
  7. InTheWoods

    Consideration for consolidating two existing shared servers into one larger one?

    Right now I have two DA servers in production. One, smaller, is a pretty standard DA install. Uses ns1/ns2.somedomain.com DNS. The other is larger, and is DA + CloudLinux. Uses ns1/ns2.anewdomain.com DNS... different DNS. We're deploying a much larger server and after some review it makes more...
  8. InTheWoods

    phpMyAdmin URL is incorrect in user control panel.

    For example, the URL presented in the control panel appears as https://server-hostname.tld:2222/phpMyAdmin which simply redirects back to https://server-hostname.tld:2222 ... The correct and working URL is https://server-hostname.tld/phpMyAdmin which does work.
  9. InTheWoods

    Softaculous installs, but embedded UI makes it unusable. See screenshot.

    Deployed a new server, and softaculous 'installed' but in a quick run through of the end-user functions on a test account before adding this new server to the pool I noticed that Softaculous failed to integrate it's UI into the control panel properly. Not sure what has caused this, as it's...
  10. InTheWoods

    Nginx has randomly stopped working, and will not come online.

    When attempting to relaunch Nginx from the "Show Services" page, I get the error, "/usr/bin/systemctl start nginx.service >/dev/null 2>&1" Any idea? Nginx is latest version (Just updated from CustomBuild after nginx stopped working, hoping that'd fix it). Running Apache + Nginx reverse proxy...
  11. InTheWoods

    Jeykll support?

    After some quick review, it appears to be possible to allow users to run Jeykll based sites on cPanel (InmotionHosting allows for this it seems). Is it possible to do the same with DirectAdmin? I'm not as familiar with the underlying dependencies for Jeykll as it requires RubyGems and Ruby...
  12. InTheWoods

    Default time that cookie(s) are valid for?

    Drafting up some privacy policy documentation and need to know what the default value is for cookie(s) to before they expire, their names, and how to adjust manually their expiration time if the value differs from other cookies used on the site. I've found...
  13. InTheWoods

    Apache configuration for DirectAdmin specifically?

    I've searched the KB and poked around /etc/httpd/conf/ and it's sub-folders but nothing is standing out directly at me. Specifically looking for the configuration file(s) for: hostname.domain.com:2222
  14. InTheWoods

    How to host mail for the top-level site?

    One thing that seems to be the most confusing coming from cPanel is the management of accounts. It appears that an admin account can not directly create end-user shared accounts, and thus, must create a reseller account to manage end-user accounts. But when you do that, the reseller doesn't...
  15. InTheWoods

    Email woes. Unsure what is 'wrong', but can't send or receive. Detailed steps withins.

    Yes, I've read: https://help.directadmin.com/item.php?id=16 It states: Server hostname is, for the purpose of this request: server.my-domain.com Yep, done. DA is available at server.my-domain.com:2222 It is. It's shown as the second domain in the list (server.my-domain.com) with the first...
  16. InTheWoods

    Jailed Shell - Question about it's function and restricting access to certain commands?

    So, I've enabled Jailed Shell / Bubblewrap via the CustomBuild option in DA as well as ran ./build bubblewrap as it was unclear from the CustomBuild UI based on the otuput if I needed to run that manually or not,though I received the 'Success' message in both instances anyhow. It was my...
  17. InTheWoods

    Possible to allow non-standard TLDs?

    Not all of my customers have standard public-facing TLDs that are accessible via the clearnet, as such, is there a way to permit non-standard TLDs? Is there a 'whitelist' of acceptable TLDs that DirectAdmin is checking when an account is created, or is there a way to disable or amend it that...
Back
Top