If we have one Ip Public, but our web server more then one. How to configuration with apache webserver ? Tukang Nggame have tips. That tips have implemeted with GNU/Linux Debian Etch and Lenny.
Continue reading »
apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate uid and gid --- in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts.
Incoming search terms:
- apache2-mpm-itk (126)
- apache itk (34)
- apache mpm itk (31)
- apache assignuserid (29)
- mod itk (28)
- mpm-itk (24)
- mpm itk (22)
- ifmodule mpm_itk_module (21)
- apache2 mpm itk (21)
- assignuserid (20)
Web-based Distributed Authoring and Versioning, or WebDAV, is a set of extensions to the Hypertext Transfer Protocol (HTTP) which allows users to collaboratively edit and manage files on remote World Wide Web servers. The group of developers responsible for these extensions was also known by the same name and was a working group of the Internet Engineering Task Force (IETF).
Incoming search terms:
This is an apache2 module for finding the country that a web request originated from. It uses the GeoIP library and database to perform the lookup.This module only works on Apache 2.0.x servers.
First you need to make sure you have apache2 server installed and working fine.
Incoming search terms:
- geoip setups (172)
- apache geoip (80)
- geoip apache (26)
- debian geoip (23)
- debian install geoip (11)
- apache geo ip (8)
- geoip debian (6)
- geoipenable on (3)
- geoip database debian (2)
- debian geoip install (2)
Vlogger is a little piece of code borned to handle dealing with large amounts of virtualhost logs. It's bad news that apache can't do this on its own. Vlogger takes piped input from apache, splits it off to separate files based on the first field. It uses a file handle cache so it can't run out of file descriptors. It will also start a new logfile every night at midnight, and maintain a symlink to the most recent file. For security, it can drop privileges and do a chroot to the logs directory.
Incoming search terms:
Vlogger is a little piece of code borned to handle dealing with large amounts of virtualhost logs. It's bad news that apache can't do this on its own. Vlogger takes piped input from apache, splits it off to separate files based on the first field. It uses a file handle cache so it can't run out of file descriptors. It will also start a new logfile every night at midnight, and maintain a symlink to the most recent file. For security, it can drop privileges and do a chroot to the logs directory.