Search results

  1. P

    Download failed. Destination directory for file streaming does not exist or not writa

    Yes I did change from fastcgi to suphp but this issue is only happening under the admin account. Websites installed under admin. It does not seem to be happening outside of that so it must be a permission issue somewhere with the admin account and site installed under it. I just tried to...
  2. P

    Download failed. Destination directory for file streaming does not exist or not writa

    Anyone know why im getting this when trying to UPDATE wordpress plugins installed on a server running suphp? This makes no sense, even my uploads directory, a directory that would normally need a chmod 777 works. So why is this error showing up about non writable directories when; 1) The...
  3. P

    disable httsp in ticket system + Untrusted link

    Doesnt work I alrelady have the option to redirect users. It fails to redirect. It only redirect to https://my.hostname if the user goes to http://domain.com:2222 but the emails with links do not.
  4. P

    disable httsp in ticket system + Untrusted link

    How to disable the https://domain.com:2222/CMD_TICKET?action=view&number=000000093&type=ticket link in the ticket system? Shouldnt this be http:// instead of https? And if the user now clicks on the link they are told that its an untrusted connection. Obviously, since the users domain is not...
  5. P

    please help: alias 500 error: /webmail /phpmyadmin

    Incorrect permission? That is the first time iv seen that /var/www/ need a 551. Elsewhere in the forums its specified as 550. Howcome none of the ./build script fix this?
  6. P

    please help: alias 500 error: /webmail /phpmyadmin

    Martynas, im not sure what you mean by all of us are running an unpatched version of Apache. I even mv'ed custombuild to custombuild-old and downloaded fresh installations of CB 2 and still had issues. Under Apache 2.4 & Cloudlinux i was getting this msgs; [2013-05-03 12:43:28]: cannot get...
  7. P

    please help: alias 500 error: /webmail /phpmyadmin

    This is my solution. Its my solution because Cloudlinux doesnt seem to support Apache 2.4 and i could not complile Apache 2.2 under CB2.0 otherwise i would have stayed with CB 2.0. So i was forced to go back because i was getting suexec errors from CL under Apache 2.4.
  8. P

    please help: alias 500 error: /webmail /phpmyadmin

    Got mine working again. Only solution was to downgrade the entire system. That fixed it!!!! Downgraded to Custombuild 1.2 running Apache 2.2.x and 5.3 sup. That it! I was getting suexec errors other weird errors under Apache 2.4.x since the suexec patch really only works for Apache 2.2 by...
  9. P

    DirectAdmin doesn't send an email when new updates are found

    Thats why. Now if you go to 2.0 you will no longer get notifications. [root@la1010 cron.daily]# cat custombuild #!/bin/sh cd /usr/local/directadmin/custombuild ./build update >/dev/null 2>&1 AVAIL_UPDATES="`./build versions_nobold | grep -c -e 'update is available.'`" if [ "${AVAIL_UPDATES}"...
  10. P

    cannot get safe directory information (/usr/local/safe-bin)

    BUMP the suexec patch for cloudlinux seems to be for Apache 2.2 diff -rupN httpd-2.2.22-old/support/Makefile.in httpd-2.2.22-new/support/Makefile.in --- httpd-2.2.22-old/support/Makefile.in 2011-04-16 15:09:47.000000000 -0400 +++ httpd-2.2.22-new/support/Makefile.in 2012-03-06...
  11. P

    please help: alias 500 error: /webmail /phpmyadmin

    Im running; Apache 2.4.4 5.3 fastcgi 5.4 sup Not that anyone is using 5.4. Im thinking of disabling it and just running 5.3 fastcgi to see if the configuration fixes the issue.
  12. P

    DirectAdmin doesn't send an email when new updates are found

    I dont think mailx is going to fix anything and here is why; Notifications worked when i used Custombuild 1.2 then i changed to Customerbuild 2.0. Notifications no longer work even though the options.conf is exactly the same.
  13. P

    please help: alias 500 error: /webmail /phpmyadmin

    You stated it wasnt working on your end either. Now you want to patch it?
  14. P

    please help: alias 500 error: /webmail /phpmyadmin

    Can someone whos not having issues show us what their httpd-hostname.conf looks like? Why is this called hostname.conf anyway? Its not a http-hostname.conf file at all, at least the name does not imply its an include for the servername SERVERNAME which is missing from httpd.conf anyway.
  15. P

    please help: alias 500 error: /webmail /phpmyadmin

    Still waiting for John and Martynas to say something here. After all its their script not ours and this needs resolving.
  16. P

    please help: alias 500 error: /webmail /phpmyadmin

    Are you running Apache 2.4.4? What version of PHP?
  17. P

    please help: alias 500 error: /webmail /phpmyadmin

    So nobody from Directadmin can help? Why is that? We are all waiting.
  18. P

    please help: alias 500 error: /webmail /phpmyadmin

    Anyone from DA ready to chime in here? Seriously, why is this taking so long to resolve? This issue is unacceptable, and a solution should have been provided a long time ago. Where is Martynas? Is he going to offer a solution to get this fixed? The solutions provided thus far have not worked...
  19. P

    Wrong php_ini_type set in options.conf

    Well, mine also says production #PHP settings. #Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp) php1_release=5.3 php2_release=5.4 php1_mode=fastcgi php2_mode=suphp php_ini=yes...
Back
Top