regisit

  • Total activity 35
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 9

Activity overview

Latest activity by regisit
  • regisit commented,

    Ah yes, but that's docs for EA4. Google search brings up Modify Virtualhost Containers With Include Files - EasyApache - cPanel Documentation and no mention of need to restart Apache there!

  • regisit commented,

    My mistake: not correct format for 2.4. Should have been "LogLevel alert rewrite:trace3". Also needed to redistill (whatever that is) before it picked up the custom changes i.e. went to Apache Glob...

  • regisit commented,

    How is this custom file included? In httpd.conf, in each virtual host entry there are the lines: # To customise this VirtualHost use an include file at the following location # Include "/usr/local...

  • regisit created a post,

    Enable mod_write debug logging

    As of Apache 2.4, we can no longer enable mod_rewrite logging in .htaccess. Now requires RewriteLogLevel specified in virtual host configuration. So I've followed the guides and added the following...

  • regisit commented,

    Ticket 8395003

  • regisit commented,

    For anyone interested, I found that GNUWin32 is able to unpack the tar files generated by cPanel. However, I'd prefer to address the issue at source and have the archives generated in a format tha...

  • regisit created a post,

    Backups turn off sparse files

    It would appear that cPanel backups use a method of generating the account tar files that is incompatible with any Windows Zip tools (native, WinRAR, 7-Zip, PeaZip and others mentioned). According ...

  • regisit commented,

    For example, Magento sends mail using Zend Mail which ultimately uses PHP mail. Mails are sent using SMTP but there is no explicit SMTP authentication needed for this. Not sure of the relevance of...

  • regisit created a post,

    Disable SMTP Authentication and not allow open relay

    Is there a way to disable SMTP Authentication? By that I don't mean create an open relay, I mean just stop attempts to authenticate via SMTP but still allow incoming email on port 25. The server ...

  • regisit commented,

    Yes I already read that post, but given that thread was started in August 2013 and my issue only started a few days ago, the two do not seem related. Other than perhaps an attempt has been made to ...