Changes

From SME Server
Jump to navigationJump to search
711 bytes added ,  20:42, 24 July 2022
Line 155: Line 155:     
  fwconsole ma downloadinstall manager
 
  fwconsole ma downloadinstall manager
 +
 +
 +
===SME9: unable to access UCP ===
 +
mostly caused by not enough output_buffering
 +
mkdir /etc/e-smith/templates-custom/etc/httpd/fpbx-conf/httpd.conf -p
 +
printf "
 +
<Directory /opt/freepbx/ucp/>
 +
        php_admin_value output_buffering  8192
 +
        DirectoryIndex index.php index.htm index.html index.php index.cgi
 +
        AddType application/x-httpd-php .php
 +
        Options +followSymlinks
 +
        AllowOverride All
 +
</Directory>" >/etc/e-smith/templates-custom/etc/httpd/fpbx-conf/httpd.conf/91FreePBXucp
 +
expand-template /etc/httpd/fpbx-conf/httpd.conf
 +
httpd -t -f /etc/httpd/fpbx-conf/httpd.conf
 +
if you see Syntx OK, then you can proceed to restart the process
 +
service  httpd-fpbx restart
 +
 +
et voila.
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu