> I've set AllowOverride to All in /etc/httpd/conf/httpd.conf but that
> hasn't helped. I looked through the list archives and saw someone had
> added
in that case
/etc/httpd/conf.d/bluequartz.conf
edit line in the under
<Directory /home/.sites/143/site2/web/>
#AllowOverride AuthConfig Indexes Limit
AllowOverride all
</Directory>
next step
[root (at mark) localhost ~]# /etc/init.d/httpd configtest
[Wed Oct 18 12:48:32 2006] [warn] NameVirtualHost 192.168.253.100:80 has no VirtualHosts
Syntax OK
[root (at mark) localhost ~]# /etc/rc.d/init.d/cced.init restart
Shutting down cced: done
Starting cced: [ OK ]
Running CCE constructors:
[root (at mark) localhost ~]# /etc/rc.d/init.d/admserv restart
Stopping admin web server: httpd.admsrv [ OK ]
tarting admin web server: [ OK ]
[root (at mark) localhost ~]# /etc/rc.d/init.d/httpd restart
httpd stop: [ OK ]
httpd start: [Wed Oct 18 12:52:32 2006] [warn] NameVirtualHost 192.168.253.100:80 has no VirtualHosts
[ OK ]
can see terminal displayed all [ OK ]
royal