summarylogtreecommitdiffstats
path: root/apache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'apache.patch')
-rw-r--r--apache.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/apache.patch b/apache.patch
new file mode 100644
index 000000000000..6ca4672cdf03
--- /dev/null
+++ b/apache.patch
@@ -0,0 +1,13 @@
+--- a/doc/iRony.conf
++++ b/doc/iRony.conf
+@@ -1,8 +1,8 @@
+ # A suggested default configuration file for iRony under httpd
+
+-Alias /iRony /usr/share/iRony/public_html
++Alias /iRony /usr/share/webapps/irony/public_html
+
+-<Directory "/usr/share/iRony/public_html/">
++<Directory "/usr/share/webapps/irony/public_html/">
+ AllowOverride All
+
+ <IfModule mod_authz_core.c>