Linux.com

NewsVac: News from around the Web

  • How to setup Apache Tomcat 5.5 on Debian Etch 4 months, 2 weeks ago
    Apache Tomcat is a web container, or application server developed at the Apache Software Foundation (ASF). Tomcat implements the servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, providing an environment for Java code to run in cooperation with a web server. It adds tools for configuration and management but can also be configured by editing configuration files that are normally XML-formatted. Tomcat includes its own internal HTTP server.
  • Groovy Databasing With Apache Derby 5 months, 4 weeks ago
    TechBookReport presents a tutorial on using Groovy's database functionality to interact with the Apache Derby database. Learn how to use Groovy to query and update a database, and how this compares to raw Java.
  • Introduction to Apache Maven 2 6 months, 2 weeks ago
    Modern software projects are no longer solely monolithic creations of single local project teams Now in its second generation, the Apache Maven build tool -- unlike legacy build tools created before the Internet-enabled era of global software development -- was designed from the ground up to take on these modern challenges. This tutorial gets you started with Maven 2.
  • Apache virtual hosts quick and easy 7 months, 2 weeks ago
    Virtual hosts are used to run more than one web site on a single machine. Virtual hosts can be "IP-based", meaning that you have a different IP address for every web site, or "name-based", meaning that you have multiple names running on each IP address. You can also run your web pages on different ports like 8080 or 8090. The fact that they are running on the same physical server is not apparent to the end user. This workshop describes the different setups based on an OpenSuse 10.2 server.
  • TechBookReport Apache Derby Tutorial 8 months ago
    TechBookReport presents a quick introductory tutorial on the Apache Derby Java database. In addition to showing how to access Derby using JDBC from Java code, it also shows the command-line usage of the ij tool.
  • Central Log Management System 8 months, 1 week ago
    "Central Log Management System is a simple web based logging system which allows logging all syslog messages from various Network Devices, Unix, Linux, Solaris and Windows Servers. This allows the visibility of logs from all these devices in one single interface ...."
  • How to set up Apache high availability cluster 8 months, 2 weeks ago
    This is how to setup the Apache high availability cluster in Debian with NFS data storage. With this setup you can add many servers to one cluster.
  • Speed up your AJAX applications while dodging Web services vulnerabilities 8 months, 2 weeks ago
    "To eliminate redundancy and memory leaks and reduce the amount of bandwidth and the number of small HTTP requests, you must plan ahead on creating, testing, and deploying Ajax performance improvement projects. This article will help you resolve these issues and make your job of speeding up Ajax applications easier .... "
  • Secure Name-based Virtual Hosts with mod_gnutls 9 months, 1 week ago
    George Notaras writes "A step-by-step guide on how to implement SSL-enabled name-based vhosts - that is secure virtual hosts which share the same IP address and port - with the SNI-capable mod_gnutls module for Apache's httpd web server."
  • The Power of Google Gears (Part 1) 10 months, 3 weeks ago
    Web application development is the perfect 95 percent solution. It's very easy to develop a simple HTML frontend to something like PHP or Rails, to deliver data to and from a MySQL database. You can even give it a more desktop feel by using Ajax tools. But that last five percent, the ability for desktop applications to work offline, was missing from the web world until the release of Google Gears.
  • How To Run PHP 4 and 5 in Ubuntu Without CGI 10 months, 3 weeks ago
    "When we chose Symfony to implement ThemBid.com, PHP 5 was needed but we only had PHP 4 installed in our Ubuntu hosting servers..."
  • Linux-based websites 'perform better' 11 months ago
    WatchMouse, a Dutch firm that monitors server performance, based its research on a survey of over 1,500 European websites. The company says that, although the websites it surveyed were more frequently based on Microsoft's IIS web server platform running Windows than on Apache running Linux, the latter option performed better in terms of both uptime and load time.

Linux.com : Apache & Web Servers

Create an AJAX Web site using dhtmlxGrid to present data

By Ben Martin on January 28, 2008 (7:00:00 PM)

dhtmlxGrid is a JavaScript grid control that you can use to create an AJAX interface to a relational database server. The grid view provided by dhtmlxGrid offers actions that one would expect from a desktop grid control, such as sorting by columns by clicking on them, resizing columns, rich cell rendering, keyboard navigation, themes, and drag and drop.

Read the Rest - 9 comments

Apache authentication and authorization using LDAP

By Keith Winston on October 31, 2007 (8:00:00 AM)

Network administrators frequently use the Lightweight Directory Access Protocol (LDAP) to implement a centralized directory server. You can use LDAP to authenticate users in Apache. Two popular open source LDAP solutions are OpenLDAP and Red Hat Directory Server. According to the Apache documentation, Novell LDAP and iPlanet Directory Server are also supported. This article focuses on OpenLDAP, but the concepts and examples should be applicable to the others.

Read the Rest - 9 comments

Turn Apache into a collaborative authoring platform with mod_dav

By Murthy Raju on August 17, 2007 (4:00:00 PM)

Ever thought about how nice it would be if you could edit the files stored on your Web server directly without the cumbersome download-edit-upload routine? Web-based Distributed Authoring and Versioning (WebDAV) is the way to do it. A WebDAV server works like a file server that uses HTTP as the underlying protocol. It facilitates collaborative editing and versioning. If you manage a Web server or an enterprise document management system, where different authors need to edit resources, WebDAV is a useful way of providing write access to them. You can use the Apache modules mod_dav and mod_dav_fs for basic WebDAV functionality, while a Subversion module for Apache, mod_dav_svn, provides versioning support.

Read the Rest - 6 comments

How to set up Apache virtual hosting

By James Lees on August 15, 2007 (9:00:00 AM)

Managing one site on a Web server can be tough enough, and the job is even harder if you have to host multiple client sites on a badly configured setup. If you're running Apache, you can make things easier by setting up virtual hosts, which let you control multiple domains on one IP address, allowing you to specify URLs like http://clientsdomain.com/file_name.html instead of http://yoursite.com/hosted/clients_directory/file_name.html, and letting you forgo setting up domain forwarding with a /srv/www/htdocs/hosted/clients_directory file.

Read the Rest - 17 comments

Where are your site visitors? GeoIP knows

By Murthy Raju on July 13, 2007 (9:00:00 AM)

If you maintain a portal, ecommerce site, or heavily trafficked Web site, you might appreciate the ability to identify the geographical location of your site visitors. Geolocation information can help you localize content, serve relevant local advertisements, offer a download mirror close to visitors, and detect online fraud. Techniques like whois lookup of IP addresses are of some help, but they don't always find accurate locations. A better approach is a database that maps each IP address to a location -- such as MaxMind's GeoIP.

Read the Rest - 4 comments

Get ready for mod_atom

By Shirl Kennedy on June 29, 2007 (4:30:00 PM)

There may or may not be a need for an Apache module implementation of the Atom Publishing Protocol, but Tim Bray has gone ahead and created one anyhow.

Read the Rest - 2 comments

Apache Maven 1.1 released

By Shirl Kennedy on June 26, 2007 (6:45:00 PM)

Apache Maven 1.1 was released yesterday as the final release with new features to the 1.x branch of Maven. Maven is an open source project management tool for Java developers.

Read the Rest - 2 comments


 
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya