Search results for Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn
 |
|
Post date: November 12, 2007, 10:11
Category: Installing
Views: 3781
Comments
|
Tutorial quote: Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Mandriva 2008.0 server with PHP5 support (through FastCGI) and MySQL support. |
 |
|
Post date: March 12, 2006, 09:03
Category: Network
Views: 3895
Comments
|
Tutorial quote: This document explains how to set up an Apache server and SSH client to allow tunneling SSH over HTTP(S). This can be useful on restricted networks that either firewall everything except HTTP traffic (tcp/80) or require users to use a local (HTTP) proxy. |
 |
|
Post date: December 28, 2008, 22:12
Category: Software
Views: 5356
Comments
|
Tutorial quote: If you want to ssh your vps server or your home computer from your work place (assuming you are using http proxy).You need to use Corkscrew.corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. It reads stdin and writes to stdout during the connection, just like netcat.
|
 |
|
Post date: December 1, 2005, 00:12
Category: Software
Views: 8361
Comments
|
Tutorial quote: The Apache HTTP Server is the most popular web server due to its functionality, stability, and maturity. However, this does not make it suitable for all uses: slow machines and embedded systems may have serious problems running it because of its size. Here is where lightweight HTTP servers come into play, as their low-memory footprints deliver decent results without having to swap data back to disk.
Similarly, these small HTTP servers are suitable to serve static content efficiently so as to allow Apache, mod_perl, mod_python, or even servlet containers to handle dynamic requests without tying up memory-hungry children to serve small images. In other words, these applications can serve as a complement to your existing full-featured web server, not as a replacement.
One of these servers is thttpd, a simple, small, portable, fast, and secure HTTP server. Among its features are support for the HTTP/1.1 standard, CGIs, virtual hosts, and IPv6. This article shows how to install and configure this software under NetBSD. I chose NetBSD not only because it is my preferred OS, but also because it has the ability to run on the most disparate old hardware, where thttpd shows its strengths. I had a Macintosh Performa 630 (a 68LC040 chip at 33MHz) running NetBSD/mac68k 2.0 with thttpd on top of it, serving pages to my home network nicely. |
 |
|
Post date: May 1, 2005, 17:05
Category: Programming
Views: 3750
Comments
|
Tutorial quote: This article describes how Perl is used to generate Perl CGI code using the multi-platform CGIScripter application. The resulting output code automates SQL table creation commands (in this example, for a MySQL database), HTML pages and Perl code. Web security issues, data validation and image handling functionality are incorporated into the resulting Perl code. By automating the development of Perl CGI scripts, even entry-level developers can create CGI scripts that contain most of the commonly requested features in a short period of time--without manually writing any code. |
 |
|
Post date: March 14, 2006, 08:03
Category: Programming
Views: 17041
Comments
|
Tutorial quote: Suppose you want to experiment a little with web pages and CGI's, but you don't want the hassle of installing the full Apache package. This quick and dirty shell script could just be what you need.
Put simply, a web server is an application that sends local text files over the network to the clients that request them. If you let another program (for example inetd) deal with the network part, the web server could be reduced to a mere cat "$filename" to stdout. Of course, the difficult part would be to extract that filename out of the HTTP request string: nothing that a Bash script cannot easily do! |
 |
|
Post date: January 16, 2011, 18:01
Category: Installing
Views: 3607
Comments
|
Tutorial quote: This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user. |
 |
|
Post date: September 7, 2010, 14:09
Category: Installing
Views: 2861
Comments
|
Tutorial quote: This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.04. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user. |
 |
|
Post date: April 9, 2007, 21:04
Category: Emulation
Views: 8891
Comments
|
Tutorial quote: Learn how to create the perfect VMWare server environment with Ubuntu Server...Create a multiuser and multi machine environment that works extremely well and fast. |
 |
|
Post date: November 2, 2010, 16:11
Category: Installing
Views: 2768
Comments
|
Tutorial quote: LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 10.10 server with PHP5 support (mod_php) and MySQL support. |
|
|