Changes

Jump to navigation Jump to search
no edit summary
Line 187: Line 187:     
===PHP Web App===
 
===PHP Web App===
   
*I need to create (or install) a PHP application that needs access to the /tmp directory.
 
*I need to create (or install) a PHP application that needs access to the /tmp directory.
   
  db accounts setprop ibayname PHPBaseDir /tmp/:/home/e-smith/files/ibays/ibayname/
 
  db accounts setprop ibayname PHPBaseDir /tmp/:/home/e-smith/files/ibays/ibayname/
 
  signal-event ibay-modify ibayname
 
  signal-event ibay-modify ibayname
Line 196: Line 194:     
Here is a list of all the IBAY specific settings: [[http://wiki.contribs.org/SME_Server:Documentation:Technical_Manual:Booklet#Apache_server_ibay_specific_.28httpd-e-smith.29]]
 
Here is a list of all the IBAY specific settings: [[http://wiki.contribs.org/SME_Server:Documentation:Technical_Manual:Booklet#Apache_server_ibay_specific_.28httpd-e-smith.29]]
 +
 +
===Shell Access===
 +
*I need to give a user shell access to the SMESERVER.
 +
Shell access should only be provided to users who have a *need* for it and can be trusted. You can enable shell access for a user by:
 +
db accounts setprop username Shell /bin/bash
 +
chsh -s /bin/bash username
 +
    
==Known Problems==
 
==Known Problems==
 
   
 
   
 
This section is to be used to document problems that cannot or will not be fixed through development of SME7.
 
This section is to be used to document problems that cannot or will not be fixed through development of SME7.
 +
    
===Backup/Restore===
 
===Backup/Restore===
227

edits

Navigation menu