Re: [users@httpd] directory for static content in an apache frontend to zope

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/5/05, Matthias Teege <matthias-apache@xxxxxxxxx> wrote:
> 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/"

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

BEFORE the existing ProxyPass directive, put
ProxyPass /static !

Joshua.

---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux