Linux Tutorials on the topic “web server”
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.7 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.7 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.7 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Server - OpenSUSE 12.1 x86_64 With Nginx [ISPConfig 3]
Author: Falko Timme • Tags: suse, control panels, ispconfig, web server, nginx • Comments: 2
The Perfect Server - OpenSUSE 12.1 x86_64 With Nginx [ISPConfig 3] This tutorial shows how to prepare an OpenSUSE 12.1 64bit (x86_64) server with nginx for the installation of ISPConfig 3, and how to install ISPConfig 3. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache, and this tutorial covers the setup of a server that uses nginx instead of Apache. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx and Apache web server, Postfix mail server, MySQL, Dovecot POP3/IMAP, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
How To Use pfSense To Load Balance Your Web Servers
Author: neofire • Tags: freebsd, high-availability, web server • Comments: 8
How To Use pfSense To Load Balance Your Web Servers In this HowTo I will show you how to configure pfSense 2.0 as a load balancer for your web servers. This HowTo assumes that you already have a pfSense box and at least 2 Apache servers installed and running on your network, and that you have some pfSense knowledge.
-
-
The Perfect Server - OpenSUSE 12.1 x86_64 With Apache2 [ISPConfig 3]
Author: Falko Timme • Tags: apache, suse, control panels, ispconfig, web server • Comments: 8
The Perfect Server - OpenSUSE 12.1 x86_64 With Apache2 [ISPConfig 3] This is a detailed description about how to set up an OpenSUSE 12.1 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, BIND DNS server, Pureftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, Mailman, etc. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
How To Password-Protect Directories With mod_auth_mysql On Apache2 (Debian Squeeze)
Author: Falko Timme • Tags: apache, debian, security, web server • Comments: 1
How To Password-Protect Directories With mod_auth_mysql On Apache2 (Debian Squeeze) This guide explains how to password-protect web directories (with users from a MySQL database) with mod_auth_mysql on Apache2 on a Debian Squeeze server. It is an alternative to the plain-text password files provided by mod_auth and allows you to use normal SQL syntax to create/modify delete users. You can also configure mod_auth_mysql to authenticate against an existing MySQL user table.
-
Serving CGI Scripts With Nginx On OpenSUSE 11.4
Author: Falko Timme • Tags: nginx, suse, web server • Comments: 0
Serving CGI Scripts With Nginx On OpenSUSE 11.4 This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on OpenSUSE 11.4. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.
-
The Perfect Server - Ubuntu 11.10 With Nginx [ISPConfig 3]
Author: Falko Timme • Tags: ubuntu, control panels, ispconfig, web server, nginx • Comments: 4
The Perfect Server - Ubuntu 11.10 With Nginx [ISPConfig 3] This tutorial shows how to prepare an Ubuntu 11.10 (Oneiric Ocelot) server with nginx for the installation of ISPConfig 3, and how to install ISPConfig 3. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache, and this tutorial covers the setup of a server that uses nginx instead of Apache. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx and Apache web server, Postfix mail server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
Serving CGI Scripts With Nginx On Fedora 15
Author: Falko Timme • Tags: fedora, nginx, web server • Comments: 1
Serving CGI Scripts With Nginx On Fedora 15 This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Fedora 15. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.
-
The Perfect Server - CentOS 5.7 x86_64 [ISPConfig 2]
Author: Falko Timme • Tags: apache, centos, control panels, ispconfig, web server • Comments: 2
The Perfect Server - CentOS 5.7 x86_64 [ISPConfig 2] This tutorial shows how to set up a CentOS 5.7 server (x86_64) that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
-
Serving CGI Scripts With Nginx On CentOS 6.0
Author: Falko Timme • Tags: centos, web server, nginx • Comments: 3
Serving CGI Scripts With Nginx On CentOS 6.0 This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on CentOS 6.0. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.