0

I'm confused where to set the various server options for FogBugz on Unix/Linux. -- i.e. httpd.conf apache stuff, not FogBugz application options -- Why is there an ASP.NET web.config file in /opt/fogbugz/Website?

flag
case FC1927634 – adambox Aug 9 2010 at 18:03

1 Answer

0

FogBugz 7 for unix/linux/mac adds a line to your main apache's httpd.conf file to redirect requests for its URL to FogBugz's own instance of apache:

Include "/opt/fogbugz/conf/fogbugz-redirect.conf"

/opt/fogbugz/conf/fogbugz-redirect.conf sets up the redirect. When FogBugz's apache runs, it uses /opt/fogbugz/conf/httpd.conf to set the basic settings. It includes /opt/fogbugz/conf/security.conf

Since FogBugz 7 is a .NET application on all platforms, there is a web.config file for .NET settings.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.