Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| public:tutorial:chiliproject [2011/09/17 11:03] – ceric35 | public:tutorial:chiliproject [2023/02/13 13:39] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 32: | Ligne 32: | ||
| < | < | ||
| - | ServerName | + | ServerName |
| - | CustomLog / | + | CustomLog / |
| - | | + | |
| - | + | | |
| - | | + | < |
| - | < | + | Order allow,deny |
| - | Options None | + | |
| - | AllowOverride None | + | |
| - | Order deny,allow | + | |
| Allow from all | Allow from all | ||
| + | Options +Indexes | ||
| + | PassengerEnabled off | ||
| </ | </ | ||
| | | ||
| + | # svn access with chili authentification | ||
| + | PerlLoadModule Apache:: | ||
| < | < | ||
| + | PassengerEnabled off | ||
| DAV svn | DAV svn | ||
| - | SVNParentPath / | + | SVNParentPath / |
| DirectorySlash Off | DirectorySlash Off | ||
| - | |||
| AuthType Basic | AuthType Basic | ||
| - | AuthName "Forge Subversion repository" | + | AuthName " |
| - | | + | Require valid-user |
| - | | + | PerlAccessHandler Apache:: |
| - | + | PerlAuthenHandler Apache:: | |
| - | | + | RedmineDSN "DBI:SQLite:dbname=/ |
| - | PerlAuthenHandler Apache:: | + | |
| - | + | | |
| - | ## for mysql | + | </ |
| - | #RedmineDSN "DBI:mysql:database=databasename; | + | |
| - | ## for postgres | + | |
| - | # RedmineDSN | + | |
| - | ## for SQLite3 | + | |
| - | RedmineDSN | + | |
| - | | + | # git access with chili authentification |
| - | RedmineDbPass " | + | Alias /git / |
| - | </ | + | < |
| + | Order allow, | ||
| + | Allow from all | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | < | ||
| + | Dav on | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | RedmineDbUser " | ||
| + | | ||
| + | # | ||
| </ | </ | ||
| + | |||
| + | # chili project | ||
| + | DocumentRoot / | ||
| + | < | ||
| + | Options +Indexes | ||
| + | AllowOverride None | ||
| + | Order deny,allow | ||
| + | Allow from all | ||
| + | </ | ||
| </ | </ | ||
| </ | </ | ||
| Ligne 77: | Ligne 98: | ||
| / | / | ||
| - | * verifiez | + | * vérifiez |
| + | |||
| + | ===== FAQ ===== | ||
| + | |||
| + | **svn: COPY de '/ | ||
| + | |||
| + | ajoutez APACHE_MPMS=" | ||
| + | |||
| + | Source : http:// | ||