Still no progress
by rullzer on Nov.02, 2006, under Apache vhost
So i worked a little on the Apache vhost. And damn. That is a bitch!! After trying to work my way torugh the API it still is not working at all! I’m of course talking about the logging and vhost things. The other part works like a charm. Maybe i should write an angry e-mail to the appache people
O a few days ago someone asked me if i could add caching. And well the answer is no! Since we want it to be as dynamically as possible. We want to be able to change things on the fly in the database and see direct results when we have committed. That is the whole point of this. Also i do not think it is needed that much anyway. Since it is just 1 table we check. With right indexes it should be no problem for to find a row in a fraction of a second.








November 7th, 2006 on 12:07 am
Wondered if this would be of any use to you…
http://pookey.co.uk/wiki/linux/shapvh
It already does some of the things that you want, i am actually looking for something like you have both created, but i want to be able to have more options in the conf file so that extra info can be stored in the database.
Im not a C programmer, so will take me a while to create anything, even just a function that said hello world.
November 7th, 2006 on 1:25 am
Thanks for the link math. However i already took a quick peek at that code before and they have no solution to the logging/htaccess problem i’m having.
What kind of extra info are you looking for?