Search results

  1. F

    PHP5.5, PHP5.4, apache & mod_ruid2 = impossible?

    Hi! I would like to have 2 PHP versions (PHP5.5 & PHP5.4 or PHP5.4 and PHP5.3) with apache 2.4 and mod_ruid2 but this doesn't seem to be possible. I've tried this config: php1_release=5.5 php2_release=5.4 php1_mode=mod_php php2_mode=php-fpm apache_ver=2.4 mod_ruid2=yes but this doesn't work...
  2. F

    PHP5.3 and PHP5.4 together

    Hi :) I'm running PHP5.3 but I want my clients to update to PHP5.4 because PHP5.3 is getting too old. I want to run PHP5.3 and PHP5.4 together so a user can test if their site is working on PHP5.4. I only find guides to do this for 5.2 and 5.3, not for 5.3 and 5.4, is it the same? Some other...
  3. F

    .htaccess in deeper directory not working

    Hi, I've moved a client to another newer server and I've found out his new site under domain.nl/staging/* isn't working correctly while this was fine on the old server. Situations: - domain.nl is working fine, including mod_rewrite - domain.nl/staging is showing the actual new website -...
  4. F

    How to enable log-slow-queries in mysql?

    Hi, I'm seeing some high loads on the server with mysql on top with 98% cpu usage and I want to know what the cause is. I suspect some crappy query in a non-optimized table from one of my clients. So, I read about the --log-slow-queries option but I can't figure out how to kill them mysql...
  5. F

    [Release] Load Monitor 0.1 - Your server loads in a fancy chart :)

    Because I had no clue about the loads on my servers and I didn't find a plugin which can tell me this I decided to create my own. What does it do? With a cron job it collects the data from the 'top' command and saves it into a database. The plugin shows the results in a nice chart (using Google...
  6. F

    DirectAdmin + SSL on subdomain, how?

    Hi! I'm running multiple DA servers and I want to be able to access DA with a subdomain, I just set an A-record to point from subdomain.mydomain.com to my DA server IP. Then I changed SSL=1 in the directadmin.conf, so far so good. This is working fine. But now the subdomain offers a...
  7. F

    Roundcube "imap connection failed" and php mail() not working

    As the topic shows I'm having problem with sending and reading mail, i dont know about receiving as i cant access the webmail. I've searched the forum but some solutions to the imap connection failed did not work. I already did "custombuild ./build all d" to rebuild everything but that didnt...
  8. F

    High load -> how to find responsible user

    Since a few days i'm experiencing some high loads now and then. I would like to find out what user is responsible for this. Currently i am checking top and htop and i'm only seeing stuff like this: /usr/sbin/httpd -k start -DSSL from user apache but this doesnt tell me what user these...
  9. F

    phpMyAdmin and suhosin problems

    Hi! When i use phpMyAdmin i have some problems, 50% of the clicks i do result in a blank page (no error, just blank). I found out that suhosin might be the problem. I disabled suhosin and tried again...now its working all good. But i do want to use suhosin tho. I found out this might fix the...
  10. F

    modify monitoring app?

    Hi, I would like to receive an SMS in case when apache or some other service stopped running. There must be a background process already which checks this cause DA will create a message with "apache was down" or something. I want to modify the scripts that will be ran when this occurs. Can...
  11. F

    Question about A-record * wildcard and subdomains

    Hey DA-users :) I am busy finetuning my DA installation and untill now its working great. At this point there is one thing I don't understand. I got domain.com (example ofcourse) and I want to add the subdomain test.domain.com. I did just that in DA and it was not working, not after 30min...
Back
Top