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 apache
> > apache:x:78:
> >
> > 2 - I'm talking about one machine here so the possibility for
> > different groups on different machines is not relevant.
> >
> > 3 - Even if there had been a problem as described above, I
> > don't see why it would cause the permission problem since, as
> > I already wrote, all the directories in the path have the
> > search bit (x) set for owner, group and other.
> >
> > > >[EMAIL PROTECTED] solomon]$ ls -lad /var/www/html drwxr-xr-x  15
> > > >apache apache 720 Jul 31 00:07 /var/www/html/
> > > >[EMAIL PROTECTED] solomon]$ ls -lad /var/www drwxr-xr-x  11 apache
> > > >apache 272 Jan 23  2005 /var/www/
> > > >[EMAIL PROTECTED] solomon]$ ls -lad /var drwxr-xr-x  27
> >
> > root root 680
> >
> > > >Jan 31 20:09 /var/
>
> Shlomo,
>
> 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 don't see a problem - do 
you?

[EMAIL PROTECTED] solomon]$ cat /etc/httpd/conf/httpd.conf | more
### Main Configuration Section
### You really shouldn't change these settings unless you're a guru
###
ServerType standalone
ServerRoot /etc/httpd
#ServerName localhost
#LockFile /etc/httpd/httpd.lock
PidFile /var/run/httpd.pid
ScoreBoardFile /etc/httpd/httpd.scoreboard
ErrorLog logs/error_log
LogLevel warn
ResourceConfig /dev/null
AccessConfig /dev/null
DocumentRoot /var/www/html

[EMAIL PROTECTED] solomon]$ ls -lad /etc
drwxr-xr-x  187 root root 14112 Aug  1 05:49 /etc/
[EMAIL PROTECTED] solomon]$ ls -lad /etc/httpd
drwxr-xr-x  6 root root 232 Jun 17  2004 /etc/httpd/





-- 
Shlomo Solomon
http://the-solomons.net
Sent by KMail 1.7.1 (KDE 3.2.3) on LINUX Mandrake 10.1


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to