FC4/Apache/一般ユーザのウェブ表示 - Pocketstudio.jp Linux Wiki
<IfModule mod_userdir.c>
UserDir public_html
</IfModule>
<Directory /home/*/public_html>
AllowOverride All
Options MultiViews -Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
08/17: VMWareでLinux メモ
仮想サーバの構築(VMware Server: WindowsXP編)
# vmware-config-tools.pl
# vmware-toolbox &
sh1.2 pyblosxom : tags/vmware
# mount -t cifs //192.168.0.3/samba /mnt/samba -o rw,user=myaccount,uid=myaccount,gid=myaccount
For fstab(起動時にマウントする)
//192.168.0.3/samba /mnt/samba cifs rw,user=myaccount,uid=myaccount,gid=myaccount 0 0
[M.D.L] VMware の仮想 HDD 増強化計画
# vmware-config-tools.pl
# vmware-toolbox &
sh1.2 pyblosxom : tags/vmware
# mount -t cifs //192.168.0.3/samba /mnt/samba -o rw,user=myaccount,uid=myaccount,gid=myaccount
For fstab(起動時にマウントする)
//192.168.0.3/samba /mnt/samba cifs rw,user=myaccount,uid=myaccount,gid=myaccount 0 0
[M.D.L] VMware の仮想 HDD 増強化計画