Skip to main content

distiller --update is not working

Comments

5 comments

  • cPanelMichael
    Hello, This thread should help: EasyApache4 and custom templates Thanks!
    0
  • KHA
    Hello @cPanelMichael, in this link you ask for make configuration for mysite.com, but i want to change how could i do it ? i could not follow as this is not any site, its server shared IP. Thanks
    0
  • cPanelMichael

    Hello, Do you want to make the change for VirtualHosts with all shared IP addresses on the system? If so, this thread should help: Apache log format issue with EasyApache 4 Here's the relevant section to edit:
    ################################################## ################################################## # # Define default vhosts for shared IPs # ################################################## ################################################## [% FOREACH vh IN sharedips -%] ServerName [% parsed_ip(vh) %] DocumentRoot [% paths.dir_docroot %] ServerAdmin [% serveradmin %] suPHP_UserGroup nobody nobody [%- IF supported.mod_userdir && userdirprotect_enabled && defaultvhost.userdirprotect != '-1' %] UserDir disabled [%- IF defaultvhost.userdirprotect != '' && !supported.mpm_itk && !supported.mod_ruid2 %] UserDir enabled [% defaultvhost.userdirprotect %] [%- END -%] [%- END %] [% END -%]
    Thank you.
    0
  • KHA
    Thanks and it works.
    0
  • cPanelMichael
    I'm happy to see that information helped. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.