Search results

  1. M

    Ubuntu 22.04 php compilation issue - missing libgd

    Just wanted to inform that compilation of PHP fails on Ubuntu 22.04 (based on bookworm/sid) because prerequisite libgd-dev library was not installed so might want to update the script. apt install libgd-dev sorts the issue but automatic setup of DirectAdmin fails for that reason
  2. M

    mod_security config issue - Invalid command 'SecAuditLogFormat', perhaps misspelled or defined by a module not included in the server configuration

    Has anyone encountered this config problem with mod_security after ./build rewrite_confs and Apache fails to start with error - Invalid command 'SecAuditLogFormat', perhaps misspelled or defined by a module not included in the server configuration? We had to comment out SecAuditLogFormat line...
  3. M

    apache + mod_security recompile issue

    Hi, recently I had nginx + apache + mod php setup with modsecurity everything worked just fine. Then changed setup apache event + php fpm, rebuilt everything including mod security but apache would not start unless I disabled mod security in its config. Tried numerous recompilations and...
  4. M

    nginx_apache rev proxy

    Wanted to ask if someone could explain benefits of nginx_apache setup for static content. From what I'm aware of, each static request goes via nginx proxy to apache which then returns static content back to nginx which then servers it to a client. I was thinking that in case static content is...
  5. M

    Email blocked by ORDB

    Seems that ordb.org does not exists anymore... so I had to comment out this in exim.conf # deny using ordb # deny message = Email blocked by ORDB - to unblock see http://www.example.com/ # # only for domains that do want to be tested against RBLs # domains = +use_rbl_domains #...
  6. M

    roundcube X-Frame-Options

    Roundcube has problems loading content due to X-Frame-Options settings. Basicaly nothing gets loaded in iframe due to, for example: ?_task=settings&_action=add-identity&_iid=0&_framed=1' in a frame because it set 'X-Frame-Options' to 'DENY, sameorigin' fallback to DENY. So I had to unset...
  7. M

    DirectAdmin theme's resources and browser cache

    I noticed that all static resources DA theme / skin uses has not set expire time. Every single request for image, background, css resource is 200 OK, instead of 304 Not modified. I think with this small modification in DA server, DA panel user experience would be improved a lot.
  8. M

    Server administrator available for work

    I'm available for new clients, so in case you need server administrator with 7+ years of experience in managing Linux, BSD and Windows based servers with or without control panel, advanced server securing, performance tuning, true proactive monitoring, general server administration, site...
  9. M

    Server administrator available for work

    I'm available for new clients, so in case you need server administrator with 6 years of experience in managing DirectAdmin based servers with linux, bsd, server securing, performance tuning (WordPress and SmartTubePro performance tuning and securing), general server administration, site...
  10. M

    Server administrator available for work

    I'm available for new clients, so if you need server administrator with 6 years of experience in managing linux (with DirectAdmin), bsd and windows servers, server securing, performance tuning, general server administration, php and shell programming drop me email. Basic system administration...
  11. M

    AWstats 0 to 6.95 update is available.

    Anbody else noticed message like this in cron? What to do? :confused:
  12. M

    Current server load

    It would be nice to add current server load numbers in browser's window title when you're logged into DirectAdmin...
  13. M

    malformed htaccess kills apache

    Do you know any solution to prevent this? Basically every customer can bring server down with malformed htaccess. Is there any solution to prevent this? This doesn't help: <IfModule mod_rewrite.c> RewriteEngine on RewriteOptions MaxRedirects=5 </IfModule> This is htaccess that causes...
Back
Top