diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002242.html')
| -rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002242.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002242.html b/zarb-ml/mageia-sysadm/2011-January/002242.html new file mode 100644 index 000000000..a3bd6c622 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002242.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [854] add AllowOverride All to vhost + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B854%5D%20add%20AllowOverride%20All%20to%20vhost&In-Reply-To=%3C20110119003149.GI20740%40sisay.ephaone.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002237.html"> + <LINK REL="Next" HREF="002238.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [854] add AllowOverride All to vhost</H1> + <B>Michael scherer</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B854%5D%20add%20AllowOverride%20All%20to%20vhost&In-Reply-To=%3C20110119003149.GI20740%40sisay.ephaone.org%3E" + TITLE="[Mageia-sysadm] [854] add AllowOverride All to vhost">misc at zarb.org + </A><BR> + <I>Wed Jan 19 01:31:49 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002237.html">[Mageia-sysadm] [854] add AllowOverride All to vhost +</A></li> + <LI>Next message: <A HREF="002238.html">[Mageia-sysadm] [855] fix group/user +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2242">[ date ]</a> + <a href="thread.html#2242">[ thread ]</a> + <a href="subject.html#2242">[ subject ]</a> + <a href="author.html#2242">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wed, Jan 19, 2011 at 12:03:47AM +0100, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A> wrote: +><i> Revision: 854 +</I>><i> Author: dams +</I>><i> Date: 2011-01-19 00:03:47 +0100 (Wed, 19 Jan 2011) +</I>><i> Log Message: +</I>><i> ----------- +</I>><i> add AllowOverride All to vhost +</I> +Can you explain again why you need this ? +I know this has something to do with url rewriting, but the exact detail +doesn't look clear. + +Either the .htaccess is static and not to be changed, and so +it should be migrated to apache configfile ( so it +is versionned, etc ), and for better perfs. + +Or you need to change it by the software (ie wordpress ), in which case +allowing a web software to change its own apache configuration seems +like a braindead idea : +- it is dangerous +- it mean the the server can write in its own root, which +is horrible from a security point of view. + +I am pretty sure that no one want to have a highly visible web site like +the blog to be hacked, and so +that would requires actually follow best practices, especially in the area +of securit. +And that include "no .htaccess, and no webroot writable directory ( and anything denied but direct +file serving of fitered url in various subdirectory, if needed )" +-- +Michael Scherer +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002237.html">[Mageia-sysadm] [854] add AllowOverride All to vhost +</A></li> + <LI>Next message: <A HREF="002238.html">[Mageia-sysadm] [855] fix group/user +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2242">[ date ]</a> + <a href="thread.html#2242">[ thread ]</a> + <a href="subject.html#2242">[ subject ]</a> + <a href="author.html#2242">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |
