Search results

  1. A

    Solved roundcube, can't send mail, policy issue

    I just found that send button is not working on Roundcube webmail. I have "Content Security Policy" error in browser which won't let roundube to work. What is correct way to resolve this issue in DirectAdmin? Refused to execute inline script because it violates the following Content Security...
  2. A

    recaptcha with OLS

    Hi, I was wondering how can I activate server wide recaptcha with OLS. They have guide here https://openlitespeed.org/kb/recaptcha-with-openlitespeed/ , but since we have readonly panel for OLS, how do I implement this in DA ?
  3. A

    File limit reached error in build.conf

    Hi, Running OLS , a couple of domain started showing message instead of website : Decided to rebuild conf as recently was trying some changes in OLS hoping it could fix, but I am seeing this error when try to rebuild : There is nothing relevant in custombuild.log Checked df -h , have...
  4. A

    Can't install phpmyadmin - Cannot find /usr/local/mysql/bin/mysql

    Hi, I can't install phpmyadmin directadmin , when I try it through custombuild (gui as well cmd) , I get following error : ./build phpmyadmin phpMyAdmin requires mysqld. Cannot find /usr/local/mysql/bin/mysql I am using database running on remote server. Had followed this guide ...
  5. A

    Proper way to change php-fpm and opcache settings

    Hi, I need to do some changes on php-fpm pool and also some changes to Opcache . I am running PHP 8.0 on Debian 11 . Please let me know what files and where should I do that changes I desire ie. the recommended DA way. I don't want to end up making edits on wrong place and on custombuild...
  6. A

    Account Disk Space usage discrepancy

    Hi, I have account on which it shows total usage as : 6.3 GB however, if I check it under domain setup, it shows disc usage as 3.3GB. I had allocated 6GB space in total, since its out of space, user can't do any write operation. When I increased quota to 7GB , now its working. I went to this...
  7. A

    Disk usage not counted after moving /home to new disk

    Hello, I recently moved my /home directory to new disk. I added new disk, copied old /home to another new disk keeping permission intact , then mounted that new disk under /home partition. Website are working fine, however disk quotas not. I followed this help article about quota issues...
  8. A

    Can't troubleshoot error 500

    Hi, I have a php app which works fine (php 5.6) however, when I access its admin area say domain.com/admin , there is blank page after providing login credential. Immediately I checked error logs in admin panel but no error was logged. I then checked access.log where it shows that visiting...
  9. A

    Laravel and page speed issue

    Hi, I have a user who has installed some laravel app on his account, the problem is that his page is very slow. Whenever we open anything there, it takes good 1.3 minute to start receiving data from the page. There is no server load, No resources are busy No mysql load And not even any...
  10. A

    The service 'httpd' on server server1.your-server.com is currently down

    Hi, I am receiving this message every hour on Admin notification but I dont' see HTTPD down. Websites are working properly . The service 'httpd' on server server1.your-server.com But I have such 100s of messages. I can see httpd running Admin Tools --> Service Monitor. Any advice why and...
  11. A

    Openlightspeed and php not working

    I configured one of DA with OpenLightspeed , imported few accounts from other servers. They are working fine however, if I create new account, I can't use PHP with it. If I check logs , I get this : MIME type [application/x-httpd-php] for suffix '.php' does not allow serving as static file...
  12. A

    Can't create Secure FTP backup - CSF blocking it

    Hi, I have been trying to schedule backup from Admin Tools--> Admin Backup/ Transfer but can't do it. My FTP server support FTP/FTPS over port 21 SFTP port 22 If I try with Secure FTP enabled port 21, It gives me error : Error during Backup Creation FTP information invalid. If I try with...
  13. A

    Where is proper backup system

    Hi, Since DA as almost pretty much everything a webhosting panel need but I am not able to locate backup system where I can transfer backup to Amazon S3 or even some SSH storage. I thought like other panels, there is SSH based backup system where I can make daily backup and keep them for 10...
  14. A

    Multiphp with mutiple version of modules

    Hello, I have configured DA with openlightspeed, I need to have PHP with two version of Phalcon ie. Phalcon 3.4 and Phalcon 4.0.x So, for PHP 7.1 , I need phalcon 3.4 and for PHP 7.4, I need phalcon 4.0.x How to do that with DA ?
  15. A

    Can't get letsencrypt working on server hostname

    Hello, I got a fresh install of DA, have been trying to set server to use Letsencrypt SSL for DA login ie. at myserver.hostname.com:2222 I went to this guide: https://help.directadmin.com/item.php?id=15 which took me to : https://help.directadmin.com/item.php?id=629 I made sure that...
  16. A

    Mail going in spam in Google but fine with yahoo

    Now this is little weird , mails from my server are going fine to Yahoo (but they are generally more aggressive to spam) but going in spam folder for gmail. I guess I need to set SPF and DKIM but problem is that name of my server is : abc.main-domain.com and where main-domain.com is not...
  17. A

    Transfer from other Hosting panel to DirectAdmin

    I am sure this has been asked so many times, but believe me I have been through all the relevant search result to get my cpanel account converted to DA. Today whole day I was trying to figure out how to convert a cPanel backup with lots of email to DA but a tool posted way back in 2009 was only...
  18. A

    mod_cache in apache2.2 using custombuild-Quick Help required

    Hello, Please give me quick guide how can I add mod_cache properly in my current apache2.2, php 5.2, mysql 5.1.x configuration. If I recompile apache with mod_cache, am I required to recompile php and mysql too ? Please guide !
  19. A

    Unable to receive mails after upgrade

    I used custombuild to updgrade, everything was fine apart of mysql which is I am discussing in another thread. However, I just noticed that I m not receiving any mail since the upgrade . I am unable to receive mail from any of the domain hosted on the server.. however can send mail. I have...
  20. A

    unable to upgrade mysql using custombuild

    I used custombuild to upgrade.. PHP , Apache and other things were upgraded but not mysql.. I did ./build update ./build mysql But I get following error while update: A MySQL server package (MySQL-server-4.1.11-0) is installed. Upgrading directly from MySQL 4.1 to MySQL 5.1 may not be...
Back
Top