[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Can anyone help - web server down after upgrade



Thanks Mark

Just on equick question, where you say:
<snip>
> Delete the line containing AllowChmod
> add these lines
>    <Limit SITE_CHMOD>
>      AllowAll
>    </Limit>
> save and thats it....
</snip>

Should it then look like this (I just want to make sure I am doing it right)

<Global>
   <Limit SITE_CHMOD>
      AllowAll
    </Limit>
   # Report localtime, not GMT
   TimesGMT                     off
 </Global>


Thanks


Ray