* [qemu-web PATCH] container: silence httpd logs
@ 2023-11-03 7:26 Paolo Bonzini
2023-11-03 8:59 ` Daniel P. Berrangé
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2023-11-03 7:26 UTC (permalink / raw)
To: qemu-devel
The httpd logs for qemu.org are huge and are exhausting the disk
space on the web server. Silence them, they are of limited use
and also a possible privacy issue.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
container/conf.d/git.conf | 2 ++
container/conf.d/noname.conf | 2 ++
container/conf.d/www.conf | 2 ++
3 files changed, 6 insertions(+)
diff --git a/container/conf.d/git.conf b/container/conf.d/git.conf
index 13093c5..a3df4a7 100644
--- a/container/conf.d/git.conf
+++ b/container/conf.d/git.conf
@@ -2,6 +2,8 @@
ServerName git.qemu.org
ServerAlias git.qemu.org
+ CustomLog /dev/null common
+
RewriteEngine On
RewriteRule ^/(git/)?([^/?;]+)\.git(/?|/HEAD|/info/.*|/objects/.*|/git-(upload|receive)-pack)$ http://gitlab.com/qemu-project/$2$3 [R,L]
diff --git a/container/conf.d/noname.conf b/container/conf.d/noname.conf
index db17b95..9080c64 100644
--- a/container/conf.d/noname.conf
+++ b/container/conf.d/noname.conf
@@ -2,6 +2,8 @@
ServerName qemu.org
ServerAlias qemu.org
+ CustomLog /dev/null common
+
RewriteEngine On
RewriteRule ^(.*) https://www.qemu.org$0 [R=301]
diff --git a/container/conf.d/www.conf b/container/conf.d/www.conf
index 1904b5a..d9f6360 100644
--- a/container/conf.d/www.conf
+++ b/container/conf.d/www.conf
@@ -2,6 +2,8 @@
ServerName www.qemu.org
ServerAlias www.qemu.org
+ CustomLog /dev/null common
+
RewriteEngine On
RewriteRule ^/docs/master(/.*|$) https://qemu-project.gitlab.io/qemu$1 [NE,P,L]
Header edit Location ^(http:|https:)?//qemu-project\.gitlab\.io/qemu/ https://www.qemu.org/docs/master/
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [qemu-web PATCH] container: silence httpd logs
2023-11-03 7:26 [qemu-web PATCH] container: silence httpd logs Paolo Bonzini
@ 2023-11-03 8:59 ` Daniel P. Berrangé
0 siblings, 0 replies; 2+ messages in thread
From: Daniel P. Berrangé @ 2023-11-03 8:59 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-devel
On Fri, Nov 03, 2023 at 08:26:06AM +0100, Paolo Bonzini wrote:
> The httpd logs for qemu.org are huge and are exhausting the disk
> space on the web server. Silence them, they are of limited use
> and also a possible privacy issue.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> container/conf.d/git.conf | 2 ++
> container/conf.d/noname.conf | 2 ++
> container/conf.d/www.conf | 2 ++
> 3 files changed, 6 insertions(+)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-03 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 7:26 [qemu-web PATCH] container: silence httpd logs Paolo Bonzini
2023-11-03 8:59 ` Daniel P. Berrangé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).