Modify

Opened 15 years ago

Last modified 3 years ago

#4027 new enhancement

Additional parameters --protocol and --base-path

Reported by: anonymous Owned by: Florent
Priority: normal Component: WindowsServiceScript
Severity: normal Keywords: ajp
Cc: Trac Release: 0.11

Description

I want to start the trac-service in "ajp-mode" How I can set up the parameters reqired parameters --protocol=ajp and --base-path=trac tracservice.py?

Attachments (0)

Change History (2)

comment:2 Changed 15 years ago by Florent

If you modify the OPTS value in the script, it should be ok. (starting from line 48)

OPTS = [
  ( '--auth', ('trac,%s\conf\htdigest,TracRealm' % INSTANCE_HOME) ),
  ( '--port', '80' ),
  ( '--protocol', 'ajp' ),
  ( '--base-path', '/trac' ),
]

comment:3 Changed 10 years ago by Ryan J Ollos

The --base-path option was added in [13672].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Florent.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.