[Wolves] Silly Centos 5, Apache 2.2 question
David Goodwin
david at codepoets.co.uk
Tue Jul 23 10:27:24 UTC 2013
> Ok so I have now run:
>
> [root at blah conf]# /etc/init.d/httpd stop
> Stopping httpd: [ OK ]
> [root at blah conf]# ps -ef |grep httpd
> root 6991 6655 0 11:02 pts/2 00:00:00 grep httpd
> [root at blah conf]# /etc/init.d/httpd start
> Starting httpd: [ OK ]
>
> No change.
>
> Using find there is only one httpd.conf on the system and AllowOverride is set to 'None'.
>
> i did try creating a .htaccess file with the -Indexes option just for the sake of testing and it made no change.
Check /etc/httpd/conf.d - there might be some random config stuff in there.
(e.g. cd /etc/httpd, grep -ri indexes * ??)
David.
More information about the Wolves
mailing list