apache
Differences
This shows you the differences between two versions of the page.
| apache [2011/03/04 00:55] – external edit 127.0.0.1 | apache [2011/03/04 22:31] (current) – paulsmith | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Add a user ====== | ||
| + | < | ||
| + | New file: | ||
| + | htpasswd -c / | ||
| + | |||
| + | Add a user to a existing file: | ||
| + | htpasswd / | ||
| + | </ | ||
| + | |||
| + | |||
| + | < | ||
| + | Update wordpress | ||
| + | webapp-config -I -h www.datahwy.com -d wordpress wordpress 3.1 | ||
| + | |||
| + | Update gallery | ||
| + | webapp-config -I -h gallery.datahwy.com -d gallery gallery 2.3.1 | ||
| + | |||
| + | </ | ||
