Ok I wasn't giving access to the good user. As when I give to www-data user access to my po files : it works. I will try to create a new user for my pootle server. Thanks a lot Arnaud
2011/2/10 Cecilia Albertsson <[email protected]> > Hi Arnaud, > > I had similar problems with Pootle on Apache, though I don't know if > there's a relation > to your problem. > > To be able to set up VCS handling, I created a user account "pootle" where > I do the > command line stuff, except the installation of Pootle itself (this is done > as root). > The group and owner of directory /home/www/pootle is pootle, and I run the > httpd > processes as the user pootle. > Also, to use VCS commit I had to set the HOME variable to pootle's home > directory. > > This is the corresponding change to /etc/httpd/conf/httpd.conf: > ------ > ##User apache > ##Group apache > User pootle > Group pootle > > # To enable svn commit and update from the Pootle web interface, add > # to the environment the path to the home directory of the user 'pootle', > # where the svn authentication data is stored > SetEnv HOME /home/pootle > ------ > > > Cecilia > > > > On 2011-02-10 11:34, Arnaud DOLE wrote: > > > Hi everyone, > > > > > > > > > I have installed Pootle on an apache server. > > > > > > I still have an error when I try to submit a translation. > > > > > > I get the following error on the web page : > > > > > > > > > *An error has occurred. Thank you for your patience.* > > > > > > *Error accessing /var/lib/pootle/po/project/....po, Filesystem sent > error: > > > Permission denied* > > These and the following errors relate to file permissions. Apache must > > be able to read and write the PO files on the filesystem. Please check > > those permissions. > > > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Translate-pootle mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/translate-pootle > ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
