logo       

Re: Serving SSL sites with same lighttpd instance: msg#00030

web.lighttpd

Subject: Re: Serving SSL sites with same lighttpd instance

Jan Kneschke wrote:

Currently this is not possible. It is the big mile stone for 1.3.0.

Well, I can live without that, if it's possible to split up the config files. Is there any way to do so? I won't maintain the same settings over multiple config files, because some time in one night I'll forget to update the rewrite rules in one of the files... ;)

The most simplest way: Don't put those directories in the document-root.
:)

Good idea. But some directories below /imstore have to be accessable. I don't like to pipe every small image through a php script if I don't need access controls.

$HTTP["url"] !~ "^/imstore/.*/_t$" {
access.deny = ( "" )
}

This denies access to all files which don't match the URL regex.
I don't know if this satisfied your needs.

I think, that would work.
.oO(Conditionals with PCRE-Support, very handy...)

Regards,
Andreas





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise