Index: [Article Count Order] [Thread]

Date:  Wed, 18 Oct 2006 13:00:02 +0900
From:  roya <royal (at mark) 1st-priority.mydns.to>
Subject:  [coba-e:07600] Re: .htaccess and RewriteEngine
To:  coba-e (at mark) bluequartz.org
Message-Id:  <20061018125802.8FCF.ROYAL (at mark) 1st-priority.mydns.to>
In-Reply-To:  <f29356150610171723y79382b5fycd62ded235b910f7 (at mark) mail.gmail.com>
References:  <f29356150610171723y79382b5fycd62ded235b910f7 (at mark) mail.gmail.com>
X-Mail-Count: 07600

> 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