Search results

  1. hockolicious

    CORS Settings not working with turned ON https rewrite and ssl-cert

    Anyway, Apache have module like this http://htaccess.guru/mod/mod_allowmethods.html and I must set in additional parametres in vhost.conf like this <Location /> AllowMethods GET POST OPTIONS PUT PATCH DELETE </Location>
  2. hockolicious

    CORS Settings not working with turned ON https rewrite and ssl-cert

    Hello, CORS settings in Apache configuration with DirectAdmin not working yet. I have settings in .htaccess Header add Access-Control-Allow-Origin "*" Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type" Header add Access-Control-Allow-Methods "PUT, GET, POST...
  3. hockolicious

    How I can disable auto updates in software?

    Hmm, but I have always all software updated, how I can set this from files or checking without gui?
  4. hockolicious

    How I can disable auto updates in software?

    Hmm, I don't think so beacuse for example, the version of Let's Encrypt installed is 2.0.6 which agrees with the notification and no manual update option.
  5. hockolicious

    How I can disable auto updates in software?

    Today I get notification via mail like this: LetsEncrypt 2.0.5 to 2.0.6 update is available. Composer to 1.10.8 update is available. and in the admin panel I have, all software updated.
  6. hockolicious

    How I can disable auto updates in software?

    Hello, How I can disable auto updates software like web server, mysql, spamassasin, let's encrypt etc.? My settings from CustomBuild plugin-
  7. hockolicious

    How I can disable auto create unused symlinks in user directories?

    Thanks, can u provide me a list of all available variables?
  8. hockolicious

    How I can disable auto create unused symlinks in user directories?

    Hello, How I can disable auto create unused symlinks in home user directories? I wan't to disable, and delete this folders: /home/user/public_html (symlink) /home/user/domains/domain.com/private_html (symlink) /home/user/domains/domain.com/public_ftp (directory)
  9. hockolicious

    How to set globally ErrorPages for all users in OpenLiteSpeed?

    Thanks for KB, but I need a more flexibility in adding this like an a automatic adding after user create a domain.
  10. hockolicious

    How to set globally ErrorPages for all users in OpenLiteSpeed?

    Hello, How to set globally ErrorPages for all users in OpenLiteSpeed? I've remove .shtml files from users accounts and templates, and I disabled custom ErrorPages function on GUI. Then I wan't to set ErrorPages with own styles for all users- how to do it without placing trash files in home user...
  11. hockolicious

    How to change default OLS page?

    Oh, so simply. Thanks ;)
  12. hockolicious

    How to change default OLS page?

    Hello, How I can change default page like "OpenLiteSpeed is functioning normally" to more beautify with html and css?
  13. hockolicious

    How to upload global *.cf files to SpamAssasin

    I have similar question. What is best option to auto include userprefs to SpamAssasin for all users? I have many,many entries with blacklist from, and I wan't set it globally.
  14. hockolicious

    How to upload global *.cf files to SpamAssasin

    Thanks, I do include at the end of file main local.cf :) And have you idea, how to include a global blacklist_from policies?
  15. hockolicious

    How to upload global *.cf files to SpamAssasin

    Hello, How to upload a global *.cf files to SpamAssasin? I have own policies to detect spam and I wan't turn it on globally.
  16. hockolicious

    Dovecot proxy setup- auto rewrite after add a new account?

    Hello, This question is related to https://help.directadmin.com/item.php?id=2077 and point 1c. DirectAdmin doesn't automatically rewrite new created accounts to /etc/virtual/*/passwd file? After creating new account I don't have in file strings like proxy_maybe,host which prevents the use of a...
  17. hockolicious

    Dovecot proxy server

    No, it's no possible because this is a relay of master server. If master server goes offline nothing be working :)
  18. hockolicious

    Possibility to change SQL script after create new database by user?

    I know a basic SQL Query but I need a example in custom directadmin script to automate this when user's creating database/user
  19. hockolicious

    Possibility to change SQL script after create new database by user?

    Okay, then we forgot to lock this from user panel but how I can add another host when user create a database? Any examples?
Back
Top