aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/dot_cgi
diff options
context:
space:
mode:
authorettienne <ettienne@web>2009-11-24 05:59:30 -0500
committerJoey Hess <joey@kitenet.net>2009-11-24 05:59:30 -0500
commit4adf2e27c671d6b5441762df34c5ad32d91defe3 (patch)
tree924042f1ae059450eae4f1c564dcd171a1bddabb /doc/tips/dot_cgi
parent43e95adc0ea864d1e59db0c6c1bcdda5c4ab5d50 (diff)
downloadikiwiki-4adf2e27c671d6b5441762df34c5ad32d91defe3.tar
ikiwiki-4adf2e27c671d6b5441762df34c5ad32d91defe3.tar.gz
Diffstat (limited to 'doc/tips/dot_cgi')
-rw-r--r--doc/tips/dot_cgi/discussion.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tips/dot_cgi/discussion.mdwn b/doc/tips/dot_cgi/discussion.mdwn
index 124b9edff..a8854565c 100644
--- a/doc/tips/dot_cgi/discussion.mdwn
+++ b/doc/tips/dot_cgi/discussion.mdwn
@@ -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]]
+
+## 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
+
+