Search results

  1. Arieh

    PHP-FPM 7.0 Segfault

    On certain pages on a website, php-fpm crashes. I was able to enable the core dump and view it. However I don't know what to do with it next. It seems it is missing the file /usr/local/directadmin/custombuild/php-7.0.8/Zend/zend_variables.h ? GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free...
  2. Arieh

    Details for a Let’s Encrypt plugin [ open source idea ]

    Update (last edit at 25-01-2016) Most recent update (25-01-2016): development is suspended due to the official DA integration: https://www.directadmin.com/features.php?id=1828 - it's assigned to DA version 1.492 which isn't released just yet. About the plugin: Multiple developers are working...
  3. Arieh

    Roundcube needs your help!

    Roundcube has launched a crowd-funding project at https://www.indiegogo.com/projects/roundcube-next--2 They want to take on 2 full time employees to build a new version of Roundcube, for "a fluid single-page web app which you can use on all of your devices: desktop, laptop, tablet and...
  4. Arieh

    Logrotate can't access roundcube/phpmyadmin logs

    I saw this from a root mail which couldn't be delivered: /etc/cron.daily/logrotate: error: failed to rename /var/www/html/roundcube/logs/errors to /var/www/html/roundcube/logs/errors.1: Permission denied error: failed to rename /var/www/html/phpMyAdmin/log/auth.log to...
  5. Arieh

    Spam scan forwarders

    I want to scan forwarders on spam, I know of this article: http://help.directadmin.com/item.php?id=156 However where should the line be inserted in the latest config (/etc/exim.spamassassin.conf) ? Default: #1.2 # Spam Assassin spamcheck_director: driver = accept condition = ${if...
  6. Arieh

    License expiration?

    On one box of mine it says a green 1 after Licensing / Updates, so I clicked on it. It isn't a DA update, but the license appears to be expired; As you can see I just updated it (by clicking the link in DA, and manually by getLicense script), but it still says -1 days and such. What can be...
  7. Arieh

    PHP files of a website inside /tmp?

    I just updated php after I updated mysql, and I got some notices from CSF/LFD of Suspicious File Alerts. As it turns out, there are many php files of the one website that is running on that box inside /tmp. /tmp/<a_filename_of_the_website>-20141127-233428.php Is an example, I replace the real...
  8. Arieh

    How to assign the one server IP to a user for SSL?

    I've got a DA setup for one site only, and it has a SSL certificate. I have created a user for it; because if I use SSL under admin; it will save the certificate under /etc/httpd/conf/ssl.crt/server.crt and such. But I can't assign the IP address to that user, because the user admin also has...
  9. Arieh

    mysqldump missing symlink

    I think there's something not right with the location or symlinks of mysqldump, on Debian at least. On all my debian boxes who vary from over the past years from 6 to 7, none have mysqldump working without specifying the full path like /usr/local/mysql-5.6.21-linux-x86_64/bin/mysqldump This is...
  10. Arieh

    CB keeps downloading zend on update

    If I do ./build update, it always downloads zend. Using CB 2.0. This has been like this for a while. I did ./build zend but that didn't help.
  11. Arieh

    FR: check if 'mail' command exists

    I configured custombuild to cron mail if there are updates; I later found out I never got mail because the 'mail' command was not available. Maybe CB could check if mail is available when doing a ./build cron, and if not suggest to install mailx (apt-get install bsd-mailx for debian worked for me).
  12. Arieh

    FR: taking care of my.cnf

    See also this thead: http://forum.directadmin.com/showthread.php?t=49820 It says here http://help.directadmin.com/item.php?id=329 that my.cnf should only be placed at /etc/my.cnf, however when I installed mysql with CB, it is using /usr/local/mysql-5.6.12-linux-x86_64/my.cnf
  13. Arieh

    Wrong my.cnf location?

    I've installed a fresh box with CB 2.0 and latest MySQL (5.6) on Debian. As it turns out, it is using /usr/local/mysql-5.6.12-linux-x86_64/my.cnf instead of /etc/my.cnf I found that out as strict mode is enabled in it (which is the new default since 5.6 I believe), which causes all sorts of...
  14. Arieh

    Bug in CSR using SHA256?

    When I create a CSR with the recent SHA256 option, I'm not getting a CSR, but a certificate instead. It shows -----BEGIN CERTIFICATE----- Instead of -----BEGIN CERTIFICATE REQUEST----- I haven't tried to debug the contents further but I think something is not right.
  15. Arieh

    Higher user e-mail limit than global user limit through DA panel

    I've set a limit of 250 in /etc/virtual/limit But there are some users who are legitimately sending more e-mails, so I want to increase that number for them. If I do this in DA, it says Please set a limit between 1 and 250. Then I manually create a limit for the user as...
  16. Arieh

    Users deleting folders: AH00112

    After you install a new server with DA, it is only a matter of time before the AH00112 (Warning: DocumentRoot .. does not exist) warnings show up at restarting httpd. I figured it's because users delete folders that were created by(/through) DA and configured as such in httpd. However right now...
  17. Arieh

    Not everything showing up in ./build versions

    I just did a usual ./build update when I noticed it downloaded webalizer-2.23-08-src.tgz. I assume this version had been recently added to custombuild. But why doesn't it show up when I do ./build versions? Now I accidentally noticed it but if you don't pay attention you wouldn't know that there...
  18. Arieh

    php-fpm

    I've got CB 2.0 setup within my CL environment. It works pretty good from what I've tested so far. I did found out that phpmyadmin won't let you login unless you have the following in phpmyadmin/.htaccess: RewriteEngine On RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] (as stated at...
  19. Arieh

    ClamAV 0.97.6

    Dear ClamAV users, ClamAV 0.97.6 includes minor bug fixes and detection improvements. Download: http://downloads.sourceforge.net/clamav/clamav-0.97.6.tar.gz PGP sig: http://downloads.sourceforge.net/clamav/clamav-0.97.6.tar.gz.sig ChangeLog...
  20. Arieh

    Using rsync to master-slave bind

    There are a number of master-slave options out there for DA setupts. There's DA's own one, there's master2slave, there are people using powerdns with NOTIFY/AXFR, and there are commercial hosted services. Right now I'm using powerdns, but I'm not liking it for reasons. I looked into options to...
Back
Top