Changes

From SME Server
Jump to navigationJump to search
520 bytes added ,  20:46, 4 June 2013
no edit summary
Line 48: Line 48:  
and then do  
 
and then do  
 
  signal-event console-save  
 
  signal-event console-save  
 +
* you also need to allow the "allow_url_fopen"
 +
<nowiki>
 +
mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
 +
nano -w /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99allow_url_fopen
 +
</nowiki>
    +
and paste the following and save this
 +
 +
<nowiki>
 +
<Directory /home/e-smith/files/ibays/owncloud/html>
 +
php_admin_flag allow_url_fopen on
 +
</Directory>
 +
</nowiki>
 +
 +
then at the command line prompt enter:
 +
 +
<nowiki>
 +
expand-template /etc/httpd/conf/httpd.conf
 +
/etc/init.d/httpd-e-smith restart
 +
</nowiki>
    
*PWD=$(cat /etc/ldap.secret)###donne le mot de passe mysql root en argument
 
*PWD=$(cat /etc/ldap.secret)###donne le mot de passe mysql root en argument

Navigation menu