0

FogBugz for linux and Mac installs its own httpd and mono and runs its web server on a custom port. What port is it?

flag

1 Answer

0

FogBugz's apache instance runs on port 7066 by default. The installer script will setup a proxy in your main httpd.conf to send requests for http://yoursite/fogbugz to FogBugz's server on port 7066. You can change these settings in your apache's httpd.conf and the one in /opt/fogbugz/conf/httpd.conf

link|flag
1 
Fun fact: char(70) is "F" and char(66) is "B" in ASCII; thus, 7066 = FB! – Rob Sobers Apr 21 2010 at 14:00

Your Answer

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