You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Pol Hallen <ap...@fuckaround.org> on 2013/08/08 14:47:32 UTC

[users@httpd] logging

Hi folks :-)

I've several virtual host (for each I've the relative access.log e
error.log)

[...]
ErrorLog /home/site1/logs/error.log
CustomLog /home/site1/logs/access.log combined
[...]

I need have the merge of each log files of virtual host also to
/var/log/apache2/access.log (and error.log)

Otherwise is (almost) impossible monitoring my webserver.

PS: I known that this procedure create a big impact to performance of
server.

Any idea?

thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] xml2enc question

Posted by Antonín Zrůstek <An...@corpus.cz>.
Hello Nick,

grabbed pages are in URLs:

https://dl.dropboxusercontent.com/u/1591976/enc-good.html
https://dl.dropboxusercontent.com/u/1591976/enc-bad.html

Notice the difference in the link in the bottom of the page. The other 
symptom is, when  I click the button "Odeslat", it sends the content of 
page to provided e-mail. In original url the content is OK, in proxied 
url the contents are truncated in the first occurence of non-ascii 
character (í in this case).

Thanks

     Antonin


On 13.8.2013 22:55, Nick Kew wrote:
> On 13 Aug 2013, at 16:08, Antonín Zrůstek wrote:
>
>> Hello,
>>
>> I have a problem with mod_proxy and xml2enc. On some proxied pages utf-8
>> chars are scrambled. Input and outpud encoding is both utf-8, so it
>> should not reencode anything. I get a log message "Charset UTF-8 not
>> supported."
> Do you have an example?  The ideal would be if you could grab a
> backend page that demonstrates the problem, and put it at a URL
> where we can take a look.
>


Re: [users@httpd] xml2enc question

Posted by Nick Kew <ni...@webthing.com>.
On 13 Aug 2013, at 16:08, Antonín Zrůstek wrote:

> Hello,
> 
> I have a problem with mod_proxy and xml2enc. On some proxied pages utf-8 
> chars are scrambled. Input and outpud encoding is both utf-8, so it 
> should not reencode anything. I get a log message "Charset UTF-8 not 
> supported."

Do you have an example?  The ideal would be if you could grab a
backend page that demonstrates the problem, and put it at a URL
where we can take a look.

-- 
Nick Kew
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] xml2enc question

Posted by Antonín Zrůstek <An...@corpus.cz>.
Hello,

I have a problem with mod_proxy and xml2enc. On some proxied pages utf-8 
chars are scrambled. Input and outpud encoding is both utf-8, so it 
should not reencode anything. I get a log message "Charset UTF-8 not 
supported."

I don't understand why it scrambles some characters (not all same on one 
page) and why it tries to encode charset when it is the same.

Thanks in advance for your help

     Antonin