I got such error in apache logs:

http://pastebin.com/n70sGz53

Access right to folder/file:

[root@localhost ~]# ls -la /opt/OSQA/log/

total 20

drwxr-xr-x.  3 apache apache 4096 Aug 28 20:22 .

drwxr-xr-x. 10 apache apache 4096 Aug 28 20:23 ..

-rw-r--r--.  1 apache apache    5 Aug 28 20:21 django.osqa.log

-rw-r--r--.  1 apache apache   88 Aug 28 21:04 README.TXT

drwxr-xr-x.  6 apache apache 4096 Aug 28 21:04 .svn

Operating system CentOS 5 I've followed those instructions: http://wiki.osqa.net/display/docs/RHEL%2C+CentOS+5+Installation+Guide

I've changed the permissions to the file/folder but no success so far. Anyone has a clue what's the problem ?

asked 29 Aug '11, 06:34

klimmass's gravatar image

klimmass
2127
accept rate: 0%

edited 29 Aug '11, 08:05

@klimmass, all meta.osqa.net postings are required to have a clear, specific question in their title field. Please correct the title of this posting right away. Thanks.

(29 Aug '11, 07:52) rickross ♦♦

Try this:

sudo chmod -R 777 /opt/OSQA/log/
sudo chmod 777 /opt/OSQA/log/*

It's a plain permissions issue.

link

answered 29 Aug '11, 07:33

Jordan's gravatar image

Jordan ♦♦
3.1k618
accept rate: 39%

still the same issue ;/

(29 Aug '11, 08:11) klimmass
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×8

Asked: 29 Aug '11, 06:34

Seen: 351 times

Last updated: 29 Aug '11, 08:11

powered by OSQA