The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Web-server-stack"
Threesixes (talk | contribs) m (update to package template) |
Threesixes (talk | contribs) m (note sockets vs tcp stack) |
||
Line 1: | Line 1: | ||
== Pre-install considerations == | == Pre-install considerations == | ||
Ssl [http://en.wikipedia.org/wiki/Wildcard_certificate wild card certificates] can use the same certificate to cover several subdomain names. As in https://wiki.funtoo.org https://www.funtoo.org https://forums.funtoo.org can all use the same certificate. https://funtoo.org would not be covered under the wildcard, so [[User:Threesixes|Threesixes]] ([[User talk:Threesixes|talk]]) suggests using http://domain.tld as a http navigation splash page directory. All that is required to setup a ca signed ssl certificate is an email on the server. https://www.startssl.com offers free ssl ca certificates, though there are several other certificate [http://en.wikipedia.org/wiki/Certificate_authority#Providers providers]. | === ssl === | ||
Ssl [http://en.wikipedia.org/wiki/Wildcard_certificate wild card certificates] can use the same certificate to cover several subdomain names. As in https://wiki.funtoo.org https://www.funtoo.org https://forums.funtoo.org can all use the same certificate. https://funtoo.org would not be covered under the wildcard, so [[User:Threesixes|Threesixes]] ([[User talk:Threesixes|talk]]) suggests using http://domain.tld as a http navigation splash page directory. All that is required to setup a ca signed ssl certificate is an email on the server. https://www.startssl.com offers free ssl ca certificates, though there are several other certificate [http://en.wikipedia.org/wiki/Certificate_authority#Providers providers]. Many web apps require you set your URL & will have problems if your URL is set to http://, rather than https:// | |||
=== sockets vs tcp stack === | |||
Sockets have less overhead but can not be shared across jails, or to other machines. Tcp stack has more overhead but is far more flexible. | |||
=== Email Servers === | === Email Servers === |
Revision as of 05:42, December 1, 2014
Pre-install considerations
ssl
Ssl wild card certificates can use the same certificate to cover several subdomain names. As in https://wiki.funtoo.org https://www.funtoo.org https://forums.funtoo.org can all use the same certificate. https://funtoo.org would not be covered under the wildcard, so Threesixes (talk) suggests using http://domain.tld as a http navigation splash page directory. All that is required to setup a ca signed ssl certificate is an email on the server. https://www.startssl.com offers free ssl ca certificates, though there are several other certificate providers. Many web apps require you set your URL & will have problems if your URL is set to http://, rather than https://
sockets vs tcp stack
Sockets have less overhead but can not be shared across jails, or to other machines. Tcp stack has more overhead but is far more flexible.
Email Servers
- mail-mta/postfix
- No results
- No results
- No results
- No results
FTP Servers
It is common practice to use FTP servers to host files for downloading.
- net-ftp/vsftpd
- net-ftp/proftpd
- No results
- No results
Webserver
Web servers come in several varieties. The most common stack is known as LAMP which stands for linux apache mysql php. Threesixes (talk) suggests setting up the web server stack by selecting the database first, then scripting language second, and web server 3rd.
Databases
maria is a drop in replacement for mysql
percona is a drop in replacement for mysql
- No results
- No results
- dev-db/sqlite
Languages
- dev-lang/php
- dev-lang/perl
- No results
Web Servers
Reverse Proxies & load balancing
Reverse proxies are useful, they cache static data, and shuck out cached pages rather than hitting the web server. Several web servers have this functionality built in.
Post install
There are several considerations to take into account with a web server install, such as setting up an email server, setting up a firewall, firewalling web applications, and dynamically firewalling attackers.
Firewalls
Dynamic Firewalling
- app-admin/sshguard
- No results
Benchmarking
It's a good idea to benchmark your system, server, & websites. There are several tools to assist you in doing this.
- http://yslow.org/
- http://getfirebug.com/
- No results
- No results
- No results
- No results
- No results
- No results
- No results