> Subject: Re: [rt-users] CustomizingWithLocalDir failed
> From: [email protected]
> Date: Wed, 7 Mar 2012 16:32:46 +0000
> CC: [email protected]
> To: [email protected]
>
>
> On 7 Mar 2012, at 16:22, Arthur Rance wrote:
>
> >
> > Hello,
> >
> > Why doesn't this work ?
> >
> > cp /usr/local/share/rt40/html/SelfService/Create.html
> > /usr/local/share/rt40/local/html/SelfService/Create.html
> > vim /usr/local/share/rt40/local/html/SelfService/Create.html
> > rm -rf /var/run/rt40/mason_data/obj/*
> > apachectl restart
> >
> > My modification had no effect on the SelfService interface... Why ?
>
> Perhaps the cache got recreated between the rm and the apachectl commands,
> because apache was still running? Try stopping apache completely, then
> removing the mason cache, and then restarting apache. That's what I usually
> do.
>
> Tim
Sorry, I tried the wrong directory. It was "/usr/local/www/rt40" in my
configuration.
/usr/local/www/rt40/SelfService/Create.html
It works now :o)