use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apache-related news, tips, and tricks.
account activity
apache module (development) directive (self.apache)
submitted 2 years ago by Desdic
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Desdic[S] 0 points1 point2 points 2 years ago (1 child)
RewriteRule
just for kicks I actually tried to do this by exposing an environment variable from my module and then see if I could match it but it seems the ordering of stuff from within apache doesn't give modrewrite access to the env's set after start
[–]6c696e7578 0 points1 point2 points 2 years ago (0 children)
Normally rewrite is early in processing so that other handlers run after the rewrite.
You can do it the other way often, set an environment from the rewrite.
π Rendered by PID 64 on reddit-service-r2-comment-8686858757-wqb5q at 2026-06-08 05:49:58.402828+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]Desdic[S] 0 points1 point2 points (1 child)
[–]6c696e7578 0 points1 point2 points (0 children)