summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2011-01-21 02:56:23 -0800
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2011-01-21 02:56:23 -0800
commit11eeba59ae41328083f090b3d4f812585e86b0a7 (patch)
tree166035a1dc0b927cab95a88e576d2dce9dc6bef4
parent005aaf3df671e45426d46ec8d18457845d4ca3e5 (diff)
downloadpiny-code-11eeba59ae41328083f090b3d4f812585e86b0a7.tar.gz
piny-code-11eeba59ae41328083f090b3d4f812585e86b0a7.zip
Fixing up odd bad behavior in apache piny conf
-rw-r--r--pinyconfigs/etc/apache2/sites-available/piny4
1 files changed, 2 insertions, 2 deletions
diff --git a/pinyconfigs/etc/apache2/sites-available/piny b/pinyconfigs/etc/apache2/sites-available/piny
index 0e9be04..a8e69d3 100644
--- a/pinyconfigs/etc/apache2/sites-available/piny
+++ b/pinyconfigs/etc/apache2/sites-available/piny
@@ -54,7 +54,7 @@
<Directory "/usr/lib/cgi-bin/piny/auth">
AuthPAM_Enabled on
- AuthGROUP_Enabled on
+ AuthGROUP_Enabled off # doesn't work with valid-user for some reason
AuthPAM_FallThrough off
AuthBasicAuthoritative off
AuthType Basic
@@ -65,7 +65,7 @@
ScriptAlias /cgit /usr/lib/cgi-bin/cgit.cgi
ScriptAlias /piny-newuser /usr/lib/cgi-bin/piny/newuser.cgi
ScriptAlias /piny-validate /usr/lib/cgi-bin/piny/checkconstraint.cgi
- ScriptAlias /auth/ /usr/lib/cgi-bin/piny/auth/
+ ScriptAlias /auth /usr/lib/cgi-bin/piny/auth
Include /etc/apache2/piny-enabled