To enable userdir module in apache2
Code:
sudo a2enmod userdir
No need for manual editing. Conf files can be found from /etc/apache2/mods-available and enabled configurations from /etc/apache2/mods-enabled
Use a2enmod to enable, a2dismod to disable modules.
Note
- 9.04 ไม่ต้องทำอาไรมาก เหมือน 8.10 แค่เรา sudo a2enmod userdir และ restart apache2 ก็ใช้ได้แหละ
- ตอนแรกนึกว่าต้องไปแก้ คอนฟิก นะ แต่พอ enable mod user ลอง restart ก็ใช้ public_html ได้เลยสงสัยเค้าแก้คอนฟิกไว้พร้อมแล้วมั่ง เราไม่ต้องทำไรมาก
ที่มา: http://ubuntuforums.org/showthread.php?t=421531
No comments:
Post a Comment