|
|
|
Ask HN: Making Server with open source?
|
|
2 points
by hiteshtr
4534 days ago
|
|
My organization currently own a server from Fujitsu with cent-OS 6, but Redhat hinder us to install open source software by saying that they will not provide support if we install patches and software's from untested sources. So want to know what is the best list of open source software’s to implement a server with Ubuntu which should have mail server, firewall or watch-guard, ldap and webserver. |
|
Firewall: IPTables if you're running a firewall on the box. However, if you're running a firewall edge of network, then I'd go with a dedicated solution like Shoreline, Smoothwall or ClarkConnect.
LDAP: OpenLDAP. By itself, OpenLDAP is not difficult. However, as you add layers to it like TLS and Kerberos, etc. then the configuration becomes obtuse.
Web server: Nginx (the current king), but Apache is still a strong choice. Nginx works great with the newer frameworks where you're running it as a proxy for your application server plus as a high performance static file server. Apache is still solid if you're developing in PHP.