]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorettienne <ettienne@web>
Tue, 24 Nov 2009 10:59:30 +0000 (05:59 -0500)
committerJoey Hess <joey@kitenet.net>
Tue, 24 Nov 2009 10:59:30 +0000 (05:59 -0500)
doc/tips/dot_cgi/discussion.mdwn

index 124b9edffb5d1521bb53db057ed6fd3dc30caa49..a8854565ca502794e95f8a27b82087e5df547cbe 100644 (file)
@@ -34,3 +34,13 @@ there), and so I need to choose the more secure solution. --Ivan Z.
 >> The easiest way though is probably
 >> to add your ssh key to the special user's `.ssh/authorized_keys`
 >> and push that way. --[[Joey]] 
 >> The easiest way though is probably
 >> to add your ssh key to the special user's `.ssh/authorized_keys`
 >> and push that way. --[[Joey]] 
+
+## apache2 - run from userdir
+Followed instructions but couldn't get it right to run from user dir (running ubuntu jaunty),  
+Finally got it working once I've sym linked as follow (& restarted apache):    
+\# ln -s ../mods-available/userdir.load .  
+\# ln -s ../mods-available/userdir.conf .  
+\# pwd  
+/etc/apache2/mods-enabled  
+
+