Changes between Initial Version and Version 1 of Ticket #12163


Ignore:
Timestamp:
Jan 26, 2015, 2:34:23 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12163 – Description

    initial v1  
    33After installing the plugin the procject .ini file gets corrupted to:
    44
     5{{{#!ini
    56# -*- coding: utf-8 -*-
    67
     
    1011[components]
    1112trac.web.auth.loginmodule = disabled
     13}}}
    1214
     15I tried with and without configuration of the `[account-manager]`. I'm running tracd standalone behind a forwarding Nginx:
    1316
    14 I tried with and without configuration of the [account-manager]. I'm running tracd standalone behind a forwarding Nginx:
     17{{{
     18/usr/bin/python2.7 /usr/bin/tracd -p 8000 --auth=project,/mnt/data/trac/htpasswd/users.htdigest,project_test /mnt/data/trac/project
     19}}}
    1520
    16 /usr/bin/python2.7 /usr/bin/tracd -p 8000 --auth=project,/mnt/data/trac/htpasswd/users.htdigest,project_test /mnt/data/trac/project
    17 
    18 After selecting the Trac project on the homepage the .ini file is shrinked to the 4 lines and the project is not usable anymore.
     21After selecting the Trac project on the homepage the `.ini` file shrinks to 4 lines and the project is not usable anymore.