On Wed, 2002-08-21 at 00:48, Jan Ulrich Hasecke wrote:
Jack Coates <jack@monkeynoodle.org> writes:
<IfModule mod_rewrite.c> RewriteEngine on RewriteLog "vhost_rewrite_log" RewriteLogLevel 1 # Let Apache handle requests for non-Zope content RewriteRule ^/static/(.*) /path/to/htdocs/$1 [L] RewriteRule ^/icons/(.*) - [L] RewriteRule ^/cgi-bin/(.*) - [L] RewriteRule ^/server-status/(.*) - [L] RewriteRule ^/manual/(.*) - [L] RewriteRule ^/webalizer/(.*) - [L] # Send the worms back home RewriteRule ^.*\.(exe|ida|dll).* http://127.0.0.1 </IfModule>
Thanks. Maybe it was too hot yesterday. But with copy+pasting your webalizer-line it now works. With one drawback. I have to type in the IP. It does not work with the ServerName
I have this in httpd.conf <VirtualHost ip_of_my_server>
Try <VirtualHost *>
Think I'll buy a book on Apache. Any suggestions in german?
I don't know about German, but I found the _Apache Server Administrator's Handbook_ from IDG to be pretty helpful.
Ciao! juh
-- Wadde Hadde Dudde Da gewählt? http://www.sudelbuch.de/2000/20000514.html
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Jack Coates Monkeynoodle: A Scientific Venture...