Description

Simplify and generalize the apache mod_python config-file (#108)

The apache config file has a draft status:

source:infra/apache/conf/vhost.conf@175

Refine it, thus it becomes simpler and more general.

Changes

Change History

Changed 3 years ago by lazaridis_com

  • milestone set to release 0.1

Changed 3 years ago by lazaridis_com

Possible solution

catching only the root dir (for project overview)

location match <regex for "only the root dir">

catching all project subdirs:

location match /<anydir>/<anything except 'svn'>

catch svn's

location match /<anydir>/svn

}}}

Changed 3 years ago by lazaridis_com

(In [178]) re #108, workaround, because svn authentication does not work

Changed 3 years ago by lazaridis_com

  • status changed from closed to reopened
  • resolution fixed deleted

reopening, svn authentication fails

Changed 3 years ago by lazaridis_com

  • status changed from new to closed
  • resolution set to fixed

(In [177]) closes #108, remaining issue: svn entry redundancy, will be dealt with when creating an svn management unit.

Changed 3 years ago by lazaridis_com

(In [176]) re #108, use acct_mcr authentication, to avoid need of apache authentication. this simplifies the config file.

Changed 3 years ago by lazaridis_com