ProxyPass /gw/webacc/poll ajp://localhost:9009/gw/webacc/poll
ProxyPass /gw/webacc ajp://localhost:9009/gw/webacc
Alias /gw "/opt/novell/groupwise/webaccess/gw/"
<Directory "/opt/novell/groupwise/webaccess/">
Options FollowSymLinks
Deny from all
</Directory>
<Directory "/opt/novell/groupwise/webaccess/gw/">
Options MultiViews
Order allow,deny
Allow from all
AllowOverride All
</Directory>
<Location "/gw">
Allow from all
</Location>
# Deny access to the running code.
<Location "/gw/WEB-INF/">
deny from all
</Location>
<Directory "/opt/novell/groupwise/webaccess/gw/WEB-INF/">
Order allow,deny
deny from all
</Directory>
# Add default character sets
<Location /gw>
AddDefaultCharset UTF-8
</Location>
<Location /gw/com/*>
AddDefaultCharset UTF-8
</Location>
# Deny access to the manifest, etc.
<Location "/gw/META-INF/">
deny from all
</Location>
<Directory "/opt/novell/groupwise/webaccess/gw/META-INF/">
Order allow,deny
deny from all
</Directory>
# Set Expires HTTP header and the max-age directive of the
# Cache-Control HTTP header in server responses.
<IfModule mod_expires.c>
<Location /gw/webaccess/>
ExpiresActive On
ExpiresDefault "now plus 1 years"
</Location>
</IfModule>
<IfModule mod_deflate.c>
<Location /gw/>
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/* application/javascript
</Location>
</IfModule>
<?xml version='1.0' encoding='utf-8'?>
<Server port="9005" shutdown="SHUTDOWN">
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
<Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />
<GlobalNamingResources>
</GlobalNamingResources>
<Service name="Catalina">
<Connector port="9009"
address="localhost"
connectionTimeout="20000"
redirectPort="443"
protocol="AJP/1.3"
maxPostSize="5242880"/>
<Engine name="Catalina" defaultHost="localhost">
<Realm className="org.apache.catalina.realm.LockOutRealm">
</Realm>
<Host name="localhost"
appBase="/var/opt/novell/tomcat/webapps"
unpackWARs="true"
autoDeploy="true">
<Valve className="org.apache.catalina.valves.ErrorReportValve"
showReport="false"
showServerInfo="false" />
</Host>
</Engine>
</Service>
</Server>
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 14