Quote:
Originally Posted by Toucan
I install a few joomla sites:
I do not use cgi or ssi
I always use fastcgi
I always SuExec
I open a jailed shell for the user
I copy across a tar of joomla and expand it
Code:
wget http://www.badbison.com/joomla.tar.gz
tar -xvf joomla.tar.gz
rm joomla.tar.gz
Having done this, in your custom shell, under suExec, all your files will have all the correct permissions for joomla and it's components to run.
Hope this helps
|
when i login wich a jailed shell for the user, i login in the home directori, what directori I browse for I copy joomla tar and expand it?