Loading…
ApacheCon North America 2014 has ended
Register Now for ApacheCon North America 2014 - April 7-9 in Denver, CO. Registration fees increase on March 15th, so don’t delay!
httpd.conf [clear filter]
Monday, April 7
 

10:55am PDT

Apache HTTPD 2.4
This presentation will provide insights on the new features of Apache HTTPD 2.4, including performance enhancements, Cloud functionality, and Reverse Proxy improvements.

Speakers
avatar for Jim Jagielski

Jim Jagielski

Developer, Uber
Jim Jagielski is a well-known and acknowledged expert and visionary in open source, an accomplished coder, and frequent engaging presenter on all things open, web, blockchain, and cloud related. As a developer, he’s made substantial code contributions to just about every core technology... Read More →


Monday April 7, 2014 10:55am - 11:45am PDT
Horace Tabor

11:55am PDT

Configurable Configuration in httpd 2.4
You've been asking for this since the 0.9 release of the Apache http server, and 2.4 gives it to you - conditional configuration syntax in your config file, with if blocks, request-time expression evaluation, and configuration macros. Come learn about these great new features, and go away with tools you can use right away to make your life as a sysadmin better.

Speakers
avatar for Rich Bowen

Rich Bowen

Open Source Strategist, AWS
Rich Bowen has been involved in open source since before we started calling it that. He's a member of the Apache Software Foundation, where he currently serves as a board member and VP Conferences. Rich is an Open Source Strategist at AWS.


Monday April 7, 2014 11:55am - 12:45pm PDT
Horace Tabor

2:00pm PDT

Debugging Tricks with Apache HTTP Server 2.4
Apache HTTP Server 2.4 includes valuable enhancements to logging capabilities which allow fine-grained control of events being logged, as well as better information about those events.  Third-party modules and other tools provide additional facilities for capturing and understanding diagnostic data.  In this presentation, Jeff Trawick will cover the use of these facilities for solving problems encountered with Apache HTTP Server and third-party modules.

Speakers
JT

Jeff Trawick

Consultant, Apache Software Foundation
Jeff is a long-time contributor to Apache httpd and related projects. He spent many years in the corporate world developing and supporting commercial projects using Apache httpd, and has worked as a consultant since 2012, hanging his shingle at https://emptyhammock.com/. Most of his... Read More →


Monday April 7, 2014 2:00pm - 2:50pm PDT
Horace Tabor

3:00pm PDT

The mod_proxy cookbook
The extensive work over the years on the proxy modules has given httpd a degree of flexibility and intelligence that rivals some hardware load balancers. In this session, the speaker will discuss how a few features of different load balancing solutions line up and why mod_proxy/mod_proxy_balancer may be the best choice for you. After providing an overview of configuration directives, the session will begin exploring solutions to many problems that may arise in today's world of complex web applications and cloud-based systems where mod_proxy just makes it all that much easier.

Complicated load balancing setups? No problem! Misbehaving backend applications? Child's play! After this session, the functional basis will be set for handling nearly any proxy situation you can think of.

Speakers
avatar for Daniel Ruggeri

Daniel Ruggeri

Principal Engineer, Mastercard
Daniel is Principle Cloud Architect at Mastercard and an Open Source evangelist. Responsible for setting the direction of Mastercard regarding the Web and Cloud space, he spends his days and nights playing with infrastructure and the code that powers it both inside the firewall and... Read More →


Monday April 7, 2014 3:00pm - 3:50pm PDT
Horace Tabor

4:00pm PDT

Demystifying mod_rewrite
mod_rewrite is a necessary evil if you're a web server admin. The enormous amount of misinformed, worst-practice, and just-plain-wrong mod_rewrite advice on the web is a testament to how unnecessarily complex mod_rewrite has historically been to use.

In this talk, Rich will remove the mystery and show you the basic building block of regular expressions, and how to craft your own rewrite rules. You'll understand how the rewrite process works, and why, so that you aren't surprised by what rules do. You'll learn about rewrite maps, rewrite flags, and, at least as importantly, about the many ways that you can do things without using mod_rewrite at all, using basic Apache httpd functionality.

Speakers
avatar for Rich Bowen

Rich Bowen

Open Source Strategist, AWS
Rich Bowen has been involved in open source since before we started calling it that. He's a member of the Apache Software Foundation, where he currently serves as a board member and VP Conferences. Rich is an Open Source Strategist at AWS.


Monday April 7, 2014 4:00pm - 4:50pm PDT
Horace Tabor

5:00pm PDT

(Re)Introducing mod_lua
With the launch of the Apache HTTP Server version 2.4, a new module, mod_lua, has been introduced, which enables administrators and users to use the Lua programming language to extend the web servers capabilities as well as write web applications. mod_lua allows you to rewrite requests, add custom authentication and authorization functions, write web applications in Lua, perform caching operations, input/output filtering of requests, advanced request mapping, as well as interact with the httpd API, with a speed that sometimes rivals that of regular modules written in C. This talk will introduce the Lua language, analyze and compare Lua to other languages and modules, and look at the many ways in which one can interact with the Apache HTTP Server with Lua.  If you have previously used perl, python or php for httpd management/scripting, you might be interested in what mod_lua has to offer.

Speakers
avatar for Daniel Gruno

Daniel Gruno

The Apache Software Foundation
I am a member of the Apache Software Foundation and the chair of Apache STeVe among other things. I work as a consultant for the Apache Software Foundation and as the Chief Innovations Officer of Quenda, a company engrossed in everything Open Source.


Monday April 7, 2014 5:00pm - 5:50pm PDT
Horace Tabor
 
Tuesday, April 8
 

10:30am PDT

Using FastCGI with Apache HTTP Server 2.4
FastCGI is a protocol for communication between a web server and applications or frameworks, allowing requests to be handled outside of the web server processes with reasonable performance.  Administrators of Apache HTTP Server often deploy applications which are able to use the FastCGI protocol.  In this presentation, Jeff Trawick will describe several modules which support deploying FastCGI applications with Apache HTTP Server 2.4.  You will learn about the pros and cons of each module as well as typical configurations of the modules.

Speakers
JT

Jeff Trawick

Consultant, Apache Software Foundation
Jeff is a long-time contributor to Apache httpd and related projects. He spent many years in the corporate world developing and supporting commercial projects using Apache httpd, and has worked as a consultant since 2012, hanging his shingle at https://emptyhammock.com/. Most of his... Read More →


Tuesday April 8, 2014 10:30am - 11:20am PDT
Horace Tabor

11:30am PDT

Utilizing the Web - or How I Learned to Stop Worrying and Love HTML5
This talk introduces the new communication standards that helped launch a new way of web browsing, more specifically WebSockets and Server-Sent Events (SSE), and looks at how the Apache HTTP Server can be utilized to use these technologies to create 'the Next Web App'.  With code examples and live previews, this talk explains how these new communication protocols work and how to get started with them, from a simple chat application to massive online collaboration programs. The talk will feature complete, working examples in HTML5, JavaScript, PHP and Lua, as well as live interaction with the audience, and can be watched by beginners as well as people with prior knowledge in the field.

Speakers
avatar for Daniel Gruno

Daniel Gruno

The Apache Software Foundation
I am a member of the Apache Software Foundation and the chair of Apache STeVe among other things. I work as a consultant for the Apache Software Foundation and as the Chief Innovations Officer of Quenda, a company engrossed in everything Open Source.


Tuesday April 8, 2014 11:30am - 12:20pm PDT
Horace Tabor

1:30pm PDT

The poor man's guide to running apps in the cloud
Need to run applications in the cloud but don't have the budget of Netflix? This talk will cover best practices for running your application on scaled down servers without sacrificing performance.

Not everyone running their apps in the cloud is Netflix or Zynga and needs to deploy and manage tens of thousands of servers. Cloud vendors also provide micro instances with limited memory and CPU resources at very affordable prices or even free. Properly configured, these machines can be excellent servers for blogs, content management systems, code hosting repositories, forums and more. This talk will cover best practices for scaling down your application in the cloud without compromising performance. It will draw on the lessons-learned running Bitnami, the number one library of open source applications for the Amazon and Azure clouds, with over one million deployments each month.

Speakers
DL

Daniel Lopez

Individual, Individual
Daniel Lopez is an entrepreneur and angel investor. Previously, he led Wasm Labs and other WebAssembly initiatives at VMware’s Office of the CTO. Before VMware, Daniel was the co-founder and CEO of Bitnami, a company specializing in making open source software easy to use across... Read More →


Tuesday April 8, 2014 1:30pm - 2:20pm PDT
Horace Tabor

2:30pm PDT

SSL State of the Union
The Secure Socket Layer is essential for secure access to web applications.  However, it is important to understand how it works and what the limitations are.  In this session, Sander Temme will discuss protocol principles, recent security developments, configuration tips for several Apache server technologies.  He will cover how the Open Source community has stumbled, and how to set up a certificate infrastructure for development, test and deployment.

Speakers
avatar for Sander Temme

Sander Temme

Senior Product Line Manager, Thales e-Security
Sander Temme is a Product Manager at Thales e-Security, a global leader in securing encryption and cryptographic key management. He is a committer and Project Management Committee member at the Apache HTTP Server project and has served on the Apache Software Foundation Infrastructure... Read More →


Tuesday April 8, 2014 2:30pm - 3:20pm PDT
Horace Tabor

3:45pm PDT

Apache httpd SSL; End-to-End
The days of deploying the default, example httpd.conf to enable mod_ssl are long gone, while most articles published on the web are long out of date.  Any 'openssl genrsa 1024' bit suggestion is a first hint of corroded guidance. Smart organizations and business have changed their cipher suite, added ECC keys and stronger RSA keys to now default to forward secrecy operation.  They have shifted from SSL session caches to session tickets to further attain perfect forward secrecy.  And they are rolling out OCSP stapling services to avoid the CA lookup delays, and are on the verge of adopting TLS virtual hosting as the last of the antique browser clients disappear from (or become ignored on) the internet. This talk discusses all of the above features and illustrates deployment consideration, including a hands-on demonstration.  The talk further presents smart configuration of the reverse proxy connections and looks at forward proxy mechanics in preserving the end-to-end goal of perfect forward secrecy.

Speakers
avatar for William A Rowe Jr

William A Rowe Jr

Staff Engineer, Pivotal
William is a member of the Application Products engineering team at Pivotal, and has been involved in the Apache HTTP Server effort since the turn of the century. He is a project member and committer to several ASF projects and serves on the ASF security response team. He is sometimes... Read More →


Tuesday April 8, 2014 3:45pm - 4:35pm PDT
Horace Tabor
 
Filter sessions
Apply filters to sessions.