[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[webdav-jp:0234] Re: Options ExecCGI is off ??



山崎です。

On Mon, 18 Feb 2002 03:45:34 +0900
"yuhki shoroji" <yuhki@xxxxxxxxxxxxxxxxx> wrote:
> > <VirtualHost 1.2.3.4:8080>
> >     DocumentRoot /www
> >     DAV On
> >     ForceType text/plain
> > </VirtualHost> 
> 
> 早速、この設定にしてみたのですが、
> DAV ONの行が、設定できないとエラーになります

あ・・・・あくまでも抜粋のつもりで書いてました。
このまま設定してはいけません。
適宜ご自分の環境と必要な項目を足してください。

<VirtualHost 1.2.3.4:8080>
    DocumentRoot /www
    <Location />
        DAV On
        ForceType text/plain
    </Location>
</VirtualHost> 

等とすればよいかと。
正解は他にもたくさんありますが・・・・・

どこが重要なのか、ちょっと考えて適宜環境に
合わせて書き直してください。

-- 
YAMAZAKI Kiyoaki
dev@xxxxxxxxxxxxxx