Search results

  1. tlweb

    How to use redis with Joomla

    Sorry thats not true. In Joomal 4 and 5 if the host starts with a / it will default to port 0 and not what is shown there. So the fix is "invisble" the port number is just ignored. So this core hack is not needed. You can see this here: https://github.com/joomla/joomla-cms/pull/33880/files
  2. tlweb

    Script DNSSEC automation with OXXA

    Here is the forum post of the finished script: https://forum.directadmin.com/threads/script-to-sync-dnssec-records-to-open-domain-registry.70934/
  3. tlweb

    Script to sync DNSSEC records to Open Domain Registry

    Hi, I've finished the script so it's time to share it! With this script you can sync your DS records automatically to ODR. It supports one ODR Account per Reseller. There is a seperate file where you can add the credentials per reseller and also define the admin username if it is not the...
  4. tlweb

    Script DNSSEC automation with OXXA

    Thanks. It ended up being a complete rewrite. I had to support multiple api credentials based on different resellers. And the ODR api is completely different. I’m almost there tho. When it’s completely finished i’ll share it.
  5. tlweb

    What would be the best way (in bash) to fetch the reseller based on domain?

    Hi, I'm writing a bash script that is triggered on dnssec_sign_post to sync the dnssec info to my registrar. But i'm facing the challenge or having other resellers on the server who also use the same registrar so for my script to know what domain to use i was thinking how i could go from...
  6. tlweb

    Script to check and notify you about any (about to) expired RRSIG's

    ok i had the wrong file in the github repo until now. #oops
  7. tlweb

    Script DNSSEC automation with OXXA

    Would you mind if i try to adjust this to work with ODR?
  8. tlweb

    Automatically signing DNSSEC was not working (Feb 1 2023)

    Here is the topic in the right place for the script: https://forum.directadmin.com/threads/script-to-check-and-notify-you-about-any-about-to-expired-rrsigs.70887/
  9. tlweb

    Script to check and notify you about any (about to) expired RRSIG's

    Well i've now had twice a problem where the RRSIG's were not updated by DA before they expired. The update is only triggered once on the 1st day of the month and the default expiration is set to 35 days. Also there is no retry system in place that would retry the updating of the RRSIG's in time...
  10. tlweb

    Automatically signing DNSSEC was not working (Feb 1 2023)

    I'll add it to the scripting section of the forum and will post a link here. it'll go on github so all can contribute to it. There is probably room enough for improvement anyways. 😅
  11. tlweb

    Automatically signing DNSSEC was not working (Feb 1 2023)

    I've actually had this issue again today where one of my domains was not resigned automatically and expired. Took 4 days before it got noticed. And it happened before too. So now i wrote a bash script with the help of chatGPT that checks all zones and if one is about to expire within 24 hours...
  12. tlweb

    Need to show contents domain a (external) under domain b. How?

    Thats a normal redirect and will change the URL.
  13. tlweb

    Need to show contents domain a (external) under domain b. How?

    Hi, thanks for responding but the domaina.com/promotion is hosted externally. Not on the same server.
  14. tlweb

    Need to show contents domain a (external) under domain b. How?

    Hi, I have a domain on my directadmin server lets say domainb.com. Now my client asked me if this domainb.com could show contents of a certain url for instance domaina.com/promotion. How can i achieve this? My server setup is nginx_apache. I tried with htaccess using the [p] flag but that...
  15. tlweb

    Rspamd UI is asking for password?

    Hi, I have a problem where rspamd ui is asking for a password? It never done this. Couldn't find a solution in the forums. Kind regards, Tom
  16. tlweb

    Connection Error (Failed to communicate with the server) ROUNDCUBE

    And again today on other domain roundcube was triggering rule 212880
  17. tlweb

    Connection Error (Failed to communicate with the server) ROUNDCUBE

    I've actually had the same problem and indeed it was when an attachment was present. it did hit a different comodo waf rule here: 212740
  18. tlweb

    Curl migration failed, what to do now?

    It did however fix the issue with curl giving an error that it is not installed so something fixed the broken link. Thanks!
Back
Top