Hi,

I have a config with several 1000 Server and Allow lines, where most of 
them are partial, for example:

Server http://www.site.com/dirpath/doc.html
Allow  http://www.site.com/dirpath/
...
Disallow .*

That consumes lot of CPU for processing access lists.
Would it be possible to implement something like

ServerDir http://www.site.com/dirpath/doc.html

with the same effect as above, where allow would be automatically implied?

Best regards,

Andrej

BTW, I am using InnoDB tables now and it works perfectly well. Row locking
helps very much when doing maintainance... I had to change wordurl table 
to

create table wordurl(word varchar(64) binary not null,
        word_id integer auto_increment primary key, urls blob,
        urlcount integer, totalcount integer,
        unique index(word(64))) type=InnoDB;


Reply via email to