Site Tools


apache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

apache [2011/03/04 00:55] – external edit 127.0.0.1apache [2011/03/04 22:31] (current) paulsmith
Line 1: Line 1:
 +====== Add a user ======
  
 +<code>
 +New file:
 +htpasswd -c /usr/local/etc/httpd/users martin
 +
 +Add a user to a existing file:
 +htpasswd /usr/local/etc/httpd/users john
 +</code>
 +
 +
 +<code>
 +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
 +
 +</code>