2011-10-03 50 views
0

我已經爲本地存儲庫安裝了Apache Web服務器。我怎樣才能讓所有人都可以擁有寫入權限

我有這條線我的目錄。

# Allow universal read-access, but writes are restricted 
    # to the admin user. 
    <LimitExcept GET OPTIONS> 
     require user admin 
    </LimitExcept> 
</Directory> 

有誰請告訴我如何可以提供寫訪問到所有用戶不僅在這種情況下,管理員。

謝謝。

我怎樣才能讓這使得所有可以寫訪問(不只是管理員用戶)

回答