PDA

View Full Version : [ubuntu] Rights on /var/www folder so Joomla may function right


cellv14
June 3rd, 2008, 11:30 AM
Hey!
I got the classic /var/www problem.
Joomla cant write or anything in it it seems. Cant install new modules or plugins. So what can i do about this?

Been searching around the forums but no answers came up..:(

Running ubuntu 8.0.4 server with lamp setup.

adamos
June 3rd, 2008, 12:45 PM
If you are installing Joomla 1.5 you will run into problems..
Install proftpd and create a user.
then add this user in your joomla installation.

look at www.adamos.us and read How to setup FTP layer for Joomla 1.5

iLoVe.cF-
September 15th, 2008, 02:35 AM
sudo chmod 777 or something on the /var/www/ folder worked for me, i suspect its not the correct way... i'm working on it, you can install by doing the chmod.

Tip

Chmod -R 777 or 775 or whatEVER it was, howto chmod on google does it for ya.

just sudo chmod -R xxx /var/www/

cariboo907
September 15th, 2008, 02:53 AM
Have a look at his chart of directory permissions:

http://www.netadmintools.com/art560.html

Jim