On 23 August 2011 13:13, Jeroen Geilman wrote:
> On 2011-08-23 20:30, Hilco Wijbenga wrote:
>>
>> Hi all,
>>
>> I have Vuze (bittorrent) running which sends out /announce and /scrape
>> requests every 10 seconds or so. I managed to avoid logging them in
>>
Hi all,
I have Vuze (bittorrent) running which sends out /announce and /scrape
requests every 10 seconds or so. I managed to avoid logging them in
the regular logs using
SetEnvIf Request_URI "^/announce|/scrape$" do-not-log
CustomLog /var/log/apache2/access.log common env=!do-not-log
but they s
On 22 August 2011 14:59, Jeroen Geilman wrote:
> On 2011-08-22 23:55, Hilco Wijbenga wrote:
>> You nailed it. All those Rewrite* options need to be in the virtual
>> host. Then it works.
>>
>> This is surprising. I had assumed that anything outside of a virtual
>&
On 22 August 2011 14:20, Eric Covener wrote:
> On Mon, Aug 22, 2011 at 4:50 PM, Hilco Wijbenga
> wrote:
>> Hi Eric,
>>
>> On 20 August 2011 04:28, Eric Covener wrote:
>>>> Please note that I have set logging to maximum and a log file *is*
>>>&g
On 22 August 2011 14:23, Björn Zettergren wrote:
>> RewriteEngine is on and the ProxyPassMatch rule is firing. I've
>> attached my full config. I've tried to simplify it but it's still 200+
>> lines. The important stuff is at the bottom. I would very much
>> appreciate it if you could take a quick
Hi Eric,
On 20 August 2011 04:28, Eric Covener wrote:
>> Please note that I have set logging to maximum and a log file *is*
>> created but it stays empty. So apparently the RewriteRule never fires.
>
> No "rewriteengine on" or the vhost handling the request isn't the one
> with the RewriteRule?
Hi all,
I have what boils down to
RewriteRule ^/website$ http://localhost/website/
ProxyPassMatch ^/website/(.*)$ http://localhost:8000/website/$1
but when I try http://localhost/website (note the missing slash) it
does not get rewritten to http://localhost/website/ (note the appended
sl
I sent the message below to the Subversion Users list first but I
didn't get a single reply. I'm hoping somebody here might be able to
help out even though it seems more of a Subversion issue.
I'm running Subversion behind Apache. I've created a setup where HTTP
allows anonymous, read-only access