Projects
Kolab:3.4:Updates
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
debian.rules
Changed
@@ -6,3 +6,6 @@ %: dh $@ +override_dh_install + cp $(CURDIR)/debian/iRony.conf $(CURDIR)/debian/tmp/etc/iRony/iRony.conf + dh_install --list-missing
View file
debian.tar.gz/iRony.conf
Added
@@ -0,0 +1,25 @@ +Alias /iRony /usr/share/iRony/public_html + +<Directory "/usr/share/iRony/public_html/"> + AllowOverride All + + <IfModule mod_authz_core.c> + # Apache 2.4 + Require granted + </IfModule> + <IfModule !mod_authz_core.c> + # Apache 2.2 + Order Allow,Deny + Allow from All + </IfModule> + + RewriteEngine On + RewriteBase /iRony/ + RewriteRule ^\.well-known/caldav / [R,L] + RewriteRule ^\.well-known/carddav / [R,L] + + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule (.*) index.php [qsappend,last] + +</Directory>
View file
debian.tar.gz/install
Changed
@@ -1,4 +1,3 @@ -doc/iRony.conf etc/iRony/ config/dav.inc.sample etc/iRony/dav.inc.php lib/Kolab usr/share/iRony/lib/ public_html usr/share/iRony/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.