From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH docs] mediawiki: removed shipped apache config snippet
Date: Fri, 19 Dec 2025 18:25:04 +0100 [thread overview]
Message-ID: <20251219172517.2607811-1-s.ivanov@proxmox.com> (raw)
mostly for consistency with our other products where we provide the
reference documentation via Alias directly in the respective vhost
configuration.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
debian/pve-docs-mediawiki.install | 1 -
debian/tree/pve-docs-mediawiki/README | 7 +++----
debian/tree/pve-docs-mediawiki/pve-docs.conf | 7 -------
3 files changed, 3 insertions(+), 12 deletions(-)
delete mode 100644 debian/tree/pve-docs-mediawiki/pve-docs.conf
diff --git a/debian/pve-docs-mediawiki.install b/debian/pve-docs-mediawiki.install
index c6fdf7e..b6546ec 100644
--- a/debian/pve-docs-mediawiki.install
+++ b/debian/pve-docs-mediawiki.install
@@ -1,3 +1,2 @@
/usr/bin/pve-docs-mediawiki-import
debian/tree/pve-docs-mediawiki/PVEDocs /usr/lib/pve-docs/
-debian/tree/pve-docs-mediawiki/pve-docs.conf /etc/apache2/sites-available/
diff --git a/debian/tree/pve-docs-mediawiki/README b/debian/tree/pve-docs-mediawiki/README
index 4dec660..4317e64 100644
--- a/debian/tree/pve-docs-mediawiki/README
+++ b/debian/tree/pve-docs-mediawiki/README
@@ -1,7 +1,6 @@
-To enable the apache site use:
-
-# a2ensite pve-docs.conf
-# /etc/init.d/apache2 reload
+To serve the html documentation with apache - add:
+Alias /pve-docs /usr/share/pve-docs/
+to a virtual host configuration file and reload apache.
Now you should be able to access the documentation at:
diff --git a/debian/tree/pve-docs-mediawiki/pve-docs.conf b/debian/tree/pve-docs-mediawiki/pve-docs.conf
deleted file mode 100644
index 2b9b8e1..0000000
--- a/debian/tree/pve-docs-mediawiki/pve-docs.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-<Directory /usr/share/pve-docs>
- AllowOverride None
- Order allow,deny
- allow from all
-</Directory>
-
-Alias /pve-docs /usr/share/pve-docs/
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
reply other threads:[~2025-12-19 17:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251219172517.2607811-1-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.