Personal tools
You are here: Home IOSN Live Apache
Views

Edit history

Log note :
changed:
-
Apache Web Server

Reference: See User Guide - http://httpd.apache.org/docs/2.2/

Port options on FreeBSD

::

 WITH_CUSTOM_PROXY="proxy proxy_connect proxy_http"

Rewrites for Zope virtual host

:: 

  <VirtuallHost *:80>
      ServerAdmin sysadmin@apdip.net
      ServerName intranet.apdip.net
      RewriteEngine On
      RewriteRule ^/(.*) http://127.0.0.1:3128/VirtualHostBase/http/intranet.apdip.net:80/intranet/VirtualHostRoot/$1 [L,P]
      ErrorLog /var/log/apache/intranet.apdip.net-error_log
      CustomLog /var/log/apache/intranet.apdip.net-access_log combined
  </VirtualHost>



Powered by Plone Section 508 WCAG Valid CSS Usable in any browser IOSN

Copyright respective authors. Unless otherwise specified, content licensed under Creative Commons Attribution License.

Legal Disclaimer