Linux.com

NewsVac: News from around the Web

  • Installing Apache Tomcat on Linux 11 months, 3 weeks ago
    This article is a step by step guide for installing Apache Tomcat 6.0 (6.0.18) on 64-bit Debian Linux 4.0. This HOWTO covers the setup of multiple Tomcat JVM instances on a single Linux server. The instructions in this guide are applicable to most other Linux distributions.
  • Can Apache Maven Make It by Going Commercial? 1 year ago
    So far, Maven has enjoyed growth without a commercial backer behind it. That's now changing as Sonatype, a company founded by Maven founder Jason Van Zyl, steps up as its commercial backer, with new executive leadership and a plan for products based on the project. "We will release a version of Nexus Pro in the coming month, and that has commercial features," De Visser said. "We'll sell that for about $3,000 per server per year, so there is the business model."
  • 9 Tips to Use Apachectl and Httpd like a Power User 1 year, 3 months ago
    If you want to use apachectl and httpd to it’s maximum potential, you should go beyond using start, stop and restart. The 9 practical examples provided in this article will help you to use apachectl and httpd very effectively.
  • NGINX instead of Apache? 1 year, 3 months ago
    My friend Mario in Costa Rica sent me a short email about NGINX (pronounced engine-X). It is a web server and a bit more written by Igor Sysoev in Russia. Clearly, it isn't for everyone but if you have a very busy site that needs load balancing and some other performance stuff, it looks pretty interesting.
  • Passenger Brings Rails Apps to Apache 1 year, 3 months ago
    Phusion released Passenger, an Apache module for deploying Rails applications. I have been working with Passenger over the last few weeks, and am pleased to report that the module is extremely easy to install, use, and configure. Passenger has succeeded in bringing me back into the world of Apache after several years of wandering in the HTTP server desert.
  • Using Phusion Passenger (a.k.a mod_rails) On cPanel Server 1 year, 3 months ago
    Phusion Passenger (mod_rails or mod_rack ) makes execution of Ruby web applications more easier on Apache webserver. It requires no maintenance from our part and minimal port management. It was designed keeping in mind performance, stability and security.
  • Is Microsoft trying to kill Apache? 1 year, 3 months ago
    When the story about Microsoft shelling out $100,000 to Apache for ASF sponsorship broke across my radar it rather tickled my funny bone and my curiosity. When ASF Chairman Jim Jagielski declared that “Microsoft’s sponsorship makes it clear that Microsoft “gets it” regarding the ASF” I had a fit of the giggles—and then, like many others, I started to ponder on the reasons why and what it actually meant.
  • Microsoft and Apache: What's the Angle? 1 year, 3 months ago
    Microsoft and Apache, What's the Angle? is a piece I've written for Datamation, exploring the new relationship of Microsoft and the Apache project, how it works as an anti-Linux move on Microsoft's part, and what some of the Open Sourcers are going to do about having Microsoft as a rather untrustworthy partner. - Bruce
  • Microsoft to sponsor the Apache Software Foundation 1 year, 3 months ago
    Today at the OSCON open source software convention, the Apache Software Foundation (ASF) got an unexpected new sponsor: Microsoft. The Redmond software giant, which will contribute $100,000 annually to the ASF, joins Google and Yahoo as a platinum sponsor of Apache development.
  • Handler and Phase in Apache Axis2 1 year, 5 months ago
    The fundamental goal of any given Simple Object Access Protocol (SOAP) processing framework is to deliver an incoming SOAP message to the target application. However, if we consider today's Web Services or any other application, just delivering the message to the application is not sufficient. We need to provide quality of service, such as reliability and security. To provide these features, most SOAP processing frameworks have the concept of pipes, where, any incoming or outgoing message goes through the pipe, and the pipe gets divided into smaller pieces. Each piece is known as an interceptor. "Handler" is the Apache terminology for "message interceptor". In this article by Deepal Jayasinghe, we will see how to write a simple handler, what is a Phase, different types of Phase, and invalid Phase rules.
  • How to setup Apache Tomcat 5.5 on Debian Etch 1 year, 10 months 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 2 years 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 2 years 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 2 years, 1 month 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 2 years, 2 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.
  • More News

Linux.com : Apache & Web Servers

Hyperic's CloudStatus demo and interview (video)

By Robin 'Roblimo' Miller on July 23, 2008 (7:00:00 PM)

Jon Travis, principal engineer for Hyperic, explains the company's new CloudStatus utility in this video interview. CloudStatus is free, it's open source, and you can access it through your Web browser. Right now it works only with Amazon's cloud computing services -- which currently dominates this market niche -- but Hyperic has plans to expand the service to other up-and-coming cloud computing providers.

Read the Rest - Post Comment

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

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 - 8 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 - 3 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 - 13 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 - 2 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 - Post Comment

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 - Post Comment



 
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya