Tools, Web Server
This short post is a response to the question I received from one reader that wanted to know how to remove completely from his Cpanel server Fantastico.
Why would you want to do that? (assuming you have it already installed, it means you have a license also)..
…
Full article: http://www.sinidaily.com/howto-uninstall-fantastico/
License: Creative Commons License
Indexed in June 2008
Related Info Web
Custom Programming, Database, Free for Web, Server-side Scripting, Web Server
Lately I’ve been performing lots of fresh system installs, a result of testing my Ubuntu respin. Restoring my personal data after such an install is simple enough, but having to reinstall my Apache, MySQL & PHP set-up requires a little more effort. So, for future reference I’ve decided to record the process. By following the instructions below I should be able to get my development server up and running within minutes.
AMP install instructions
1. Open a terminal and issue the following command to install the three main packages:
sudo apt-get install apache2 mysql-server php5
This will install the following packages:
apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5
libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libmysqlclient15off libnet-daemon-perllibplrpc-perl libpq5 mysql-client-5.0 mysql-common mysql-server mysql-server-5.0
php5 php5-common
…
Full article: http://crunchbang.org
License: Creative Commons Attribution-Share Alike 2.0 UK
Indexed in June 2008
Related Info Web
Custom Programming, Web Articles for Dummies, Web Server
As Wikipedia says, XMPP is “an open, XML-inspired protocol for near-real-time, extensible instant messaging and presence information.” It’s used by Jabber, the Gizmo Project, Google Talk, Pidgin, Kopete, and all sorts of open source instant messaging applications..
XMPP support in Ruby comes, primarily, from the XMPP4R library (Jabber4R and Net::XMPP are both semi-abandoned), and Frank Lamontagne (of Ruby Fleebie) has written a two part tutorial / guide to using XMPP4R to integrate with Instant Messaging systems..
…
Full article: http://www.rubyinside.com
License: Creative Commons Attribution-Share Alike 2.0 UK: England & Wales
Indexed in June 2008
Related Info Web
Web Hosting, Web Server
The recent upgrades of Cpanel have been a pain because they’ve broken mysqlhotcopy. Not kosher. Fortunately fixing this is pretty easy, by simply downgrading the DBD module of Perl, which mysqlhotcopy relies on.
Usually the error is something like this:
Invalid db.table name ‘DBNAME.USERNAME`.`campaign’ at /usr/bin/mysqlhotcopy line 854.
To solve this, simply downgrade the DBD to version 4.001. Create a script anywhere on your root folder as, say, dbd-downgrade.sh:
…
Full article: http://sniptools.com
License: Creative Commons
Indexed in June 2008
Related Info Web
Web Articles for Dummies, Web Server
Q. How do I install latest version of Apache, PHP and mod_ssl for testing purpose in Windows Vista or Windows XP computer locally?
A. You can compile and install all packages on Windows. However, it is not recommended because:
=> You need compilers and related tools
=> Admin level expertise
=> Software incompatibility issues etc
XAMPP Project
You can try a binary distribution called XAMPP, which includes, Apache with mod_ssl, PHP, MySQL and all other required goodies for Windows platform used for web development..
…
Full article: http://www.sinidaily.com
License: Crative Commons License
Indexed in June 2008
Related Info Web
Web Server
Just recently, Netcraft, an Internet services company based in Bath, England, released their October 2005 Web Server Survey and it shows Apache and IIS controlling about 80% of the web server market. If you’re interested in alternatives to handle the loads and stresses facing your Web 2.0 application, I recommend checking out the following:
Lighttpd - Pronounced “lighty”, this open source light footprint httpd server has been receiving a lot of attention recently for its effective management of cpu-load and advanced feature set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting)..
LiteSpeed Web Server - ..
…
Full article: http://particletree.com
License: Creative Commons Attribution 2.5 Generic
Indexed in April 2008
Related Info Web
Custom Programming, Database, Web Server
This document will walk you through the installation of what is known as a “LAMP” system: Linux, Apache, MySQL and PHP. Depending on who you talk to, the P also stands for Perl or Python, but in general, it is assumed to be PHP. I run CentOS on my servers; these directions were written for CentOS/Red Hat/Fedora..
..
I designed this document so you can just copy/paste each line or block of commands into your shell session and it will “just work” for you. This avoids tedious typing, and the inevitable typos or missed steps that result..
…
Full article: http://lamphowto.com/
License: Creative Commons License
Indexed in April 2008
Related Info Web
Web Articles for Dummies, Web Server
This is to help people setup and install a LAMP (Linux-Apache-MySQL-PHP) server in Ubuntu, including Apache 2, PHP 5 (optionally PHP 4 in Ubuntu 6.10 and lower), and MySQL 4.1 or 5.0..
..
To install the default LAMP stack in Ubuntu 7.04 (Feisty Fawn)
In Feisty, the Ubuntu base system includes Tasksel. You can either install LAMP using tasksel or install the LAMP packages as detailed..
…
Full article: https://help.ubuntu.com/community/ApacheMySQLPHP
License: Creative Commons Attribution-Share Alike 3.0 Unported
Indexed in April 2008
Related Info Web
Web Articles for Dummies, Web Server
Web servers are used for a variety of reasons. Mainly, they are used to deliver information and data from a server to a web browser. At most universities the faculty, staff, and students are provided a web server through central information technology or their department. Typically, if a user creates a directory called public_html and creates a hypertext markup language (html) files in this directory and subdirectories,..
…
Full article: http://cnx.org/content/m12850/latest/
License: Creative Commons License
Indexed in April 2008
Related Info Web
Web 2.0, Web Server
This post was prompted by two recent ones, on GigaOm and Tara Hunt’s blog. First GigaOm, in an article called Web 2.0 & Death of the Network Engineer written by Allan Leinwand
I was recently meeting with a Web 2.0 company discussing their network infrastructure plans. As I started asking questions about their racks of servers, their storage area network (SAN), ..
…
Full article: http://broadstuff.com
License: Creative Commons License - Some Rights Reserved
Indexed in March 2008
Related Info Web