Modify ↓
#5209 closed enhancement (duplicate)
Change in componentes without web server restart
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I have a domaing in Bluehost and have trac 0.10.3.1 configured sucessfully in cgi mode. However, I can´t restart the web server to make changes in components section of trac.ini work. What can I do? I'm trying to install webadmin plugin 0.1.2, with python 2.3
Excuse my poor English.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
Just to let you know, i´ve sucessfuly installed Trac on Bluehost. Works perfectly, in cgi and in fast-cgi modes. See here a how-to i made: http://blog.auramakers.com/paulo/instalando-o-trac-na-bluehost/
Note:
See TracTickets
for help on using tickets.



If you are using old-style CGI, I would think that it would reload everything for each request? However, if you are using fcgi or mod_python or anything that keeps things loaded in memory between requests, you are right: You need to restart the server. And, there is no way around this as things are now: See ticket #3833 about the same issue.
I am closing this ticket as a duplicate, and please continue feedback over at #3833.