0

Possible Duplicate:
What are the system requirements for FogBugz 7 and 8?

all I see under http://www.fogcreek.com/fogbugz/docs/70/topics/setup/UnixSystemRequirements.html is a Operating System requirement and a MySQL Database requirement. I don't see any web server requirement? or a Server-side scripting requirement like Perl or PHP?

flag

closed as exact duplicate by adambox♦♦ Sep 14 at 20:56

2 Answers

1

That's correct. The unix package includes its own basic web server along with all the other required runtime files. The installer will attempt to integrate FogBugz with Apache if it's installed on your system, but it's not strictly a requirement. There's no need to install perl, php, mono, or anything along those lines.

link|flag
0

@Kenny: If you're already running Apache on your system using the standard ports (80/443), e.g. for stats or other pages, and want to have your FogBugz accessible via the standard ports too: FogBugz gives you the option to blend in to your main Apache configuration during the setup. FB comes with its own Apache config file which will be added to your main Apache config via an include. Your main Apache instance will then proxy the requests to the encapsulated FogBugz instance. You need to make sure, that the mod_proxy module is active (e.g. on Debian check /etc/apache2/mods-enabled).

link|flag

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