Moin,

I'm using an apache 1.3.33 as frontend to a zope installation. It works
with this config:

<VirtualHost 8.15.47.11:80>
    ServerName my.server.net
    <LocationMatch "^[^/]">
       Deny from all
    </LocationMatch>
    ProxyPass / 
http://127.0.0.1:8080/VirtualHostBase/http/h:80/vh/portal/mpl/VirtualHostRoot/
    ProxyPassReverse / 
http://127.0.0.1:8080/VirtualHostBase/http/h:80/vh/portal/mpl/VirtualHostRoot/
    CacheSize 10000
    ..
    ExpiresByType text/xml A3600
</VirtualHost>     

Now I need a special directory for static content under
my.server.net/static but

    Alias /static/ "/home/www/static/"
    <Directory "/home/www/static/">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory> 

doesnt work. How do I configure apache for that task?

Many thanks
Matthias

-- 
make world not war

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to