@ KDEV 2007 Some Rights Reserved
mod_proxy

This module implements a proxy/cache for Apache. It implements proxying capability for FTP, CONNECT (for SSL), HTTP/0.9, HTTP/1.0, and (as of Apache 1.3.23) HTTP/1.1. The module can be configured to connect to other proxy modules for these and other protocols.

This feature was included from release 1.3.5.
*INTERNET CONNECTION REQUIRED

Enable mod_proxy on foXServe

Connect to your foXServe shell and type  config


Select (r) Install mod_proxy - proxy module for apache to retrieve the module from the repository

Now you need to edit /etc/httpd.conf to load the new module:

STEP 1: Add the red line to the section

#KDEV load apache module comment to disable
#
LoadModule php5_module /usr/local/apache/libexec/libphp5.so
LoadModule proxy_module /mnt/flash/libproxy.so
LoadModule dav_module /usr/local/apache/libexec/libdav.so
#

You need also to congirure it,
Basic Examples The examples below are only a very basic idea to help you get started. Please read the documentation on the individual directives. Forward Proxy
ProxyRequests On
ProxyVia On


Order deny,allow
Deny from all
Allow from internal.example.com


CacheRoot "/var/"
CacheSize 5
CacheGcInterval 4
CacheMaxExpire 24
CacheLastModifiedFactor 0.1
CacheDefaultExpire 1
NoCache a-domain.com another-domain.edu joes.garage-sale.com 

The other configuration directives are well documented on http://httpd.apache.org/docs/1.3/mod/mod_proxy.html


foXServe update
Name:
Email:






SMS MMS FoxBox the appliance based on foxserve for messaging management








foXServe is Developed by KDEV a Davide Cantaluppi company and running on ACME SYSTEMS srl Hardware.

@ KDEV 2007 Some Rights Reserved
foXServe firmware is free
foXServe firmware
Download it now!


LICENSES

Apache/1.3.37 Server

Copyright 2007 Kdev of Davide Cantaluppi Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

PHP 5.0.5
"This product includes PHP software, freely available from <http://www.php.net/software/>"

MOD_DAV
This product includes software developed by Greg Stein <gstein@lyra.org> for use in the mod_dav module for Apache (http://www.webdav.org/mod_dav/).