RE: Apache access problem

2005-08-02 Thread Karasik, Vitaly
Can you please re-check (DocumentRoot in httpd.conf) that Apache is looking under /var/www/html for docs? BTW, there is some problem with server-status too. Where is your Apache ServerRoot? What about permissions for this dir? I had already checked these, but here's the info. I

Re: Apache access problem

2005-08-02 Thread Shlomo Solomon
On Tuesday 02 August 2005 10:58, Karasik, Vitaly wrote: The last thing - can you run rpm -V apache in order to verify that all files from apache package have original ownership/permission? Here's somethig strange (although I don't think it's connected to my problem). I ran rpm -V apache and

RE: Apache access problem

2005-08-02 Thread Karasik, Vitaly
Here's somethig strange (although I don't think it's connected to my problem). I ran rpm -V apache and got no output. I assumed that meant everything is OK, but decided to try rpm -V -vv apache. This time I got lots of output, but none of it seems to have anything to do with

RE: Apache access problem

2005-08-01 Thread Karasik, Vitaly
That doesn't seem to be the problem: 1 - As far as I know, apache is running as group apache and there's no problem with the group definition (or with any other group definition). [EMAIL PROTECTED] solomon]$ cat /etc/group|grep apache apache:x:78: 2 - I'm talking about one machine

Re: Apache access problem

2005-08-01 Thread Shlomo Solomon
On Monday 01 August 2005 06:34, Amos Shapira wrote: On 8/1/05, Shlomo Solomon [EMAIL PROTECTED] wrote: That doesn't seem to be the problem: I though you settled on the decision that the problem is the size of the file - could you justtry to create a file of just a little less than 2Gb size

Re: Apache access problem

2005-08-01 Thread Shlomo Solomon
On Monday 01 August 2005 15:52, Karasik, Vitaly wrote: That doesn't seem to be the problem: 1 - As far as I know, apache is running as group apache and there's no problem with the group definition (or with any other group definition). [EMAIL PROTECTED] solomon]$ cat /etc/group|grep

Re: Apache access problem

2005-07-31 Thread Michael Ben-Nes
quite easy: write the error in google and walla: snip from a thread: Whew. I found the reason for the problem. Apache is running as group www and the group file had two groups www with different numerical ids. Must have some historical reason that we use a differing numerical id on a few

Re: Apache access problem

2005-07-31 Thread Shlomo Solomon
On Sunday 31 July 2005 11:20, Michael Ben-Nes wrote: Whew. I found the reason for the problem. Apache is running as group www and the group file had two groups www with different numerical ids. Must have some historical reason that we use a differing numerical id on a few machines. One of the

Re: Apache access problem

2005-07-31 Thread Amos Shapira
On 8/1/05, Shlomo Solomon [EMAIL PROTECTED] wrote: That doesn't seem to be the problem: I though you settled on the decision that the problem is the size of the file - could you justtry to create a file of just a little less than 2Gb size and fetch it, then icrease the same file to just a little

Apache access problem

2005-07-30 Thread Shlomo Solomon
I haven't used Apache much, but quite a while ago, I did set up a (trivial) web page to see how this worked. At the time, I had no real problems. Today, I tried to access that page and got a 403 error. Here's what I've tried so far. 1 - I looked for error messages and found the following in