<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/.htaccess, branch 1.28.1-custom</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.28.1-custom</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.28.1-custom'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2026-01-03T16:48:33+00:00</updated>
<entry>
<title>Add remote user in Apache logs, also for API (#8392)</title>
<updated>2026-01-03T16:48:33+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2026-01-03T16:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=15814cfd35b8ac704a761530e14bd9efe6500ddc'/>
<id>urn:sha1:15814cfd35b8ac704a761530e14bd9efe6500ddc</id>
<content type='text'>
* API: add remote user in Apache logs
fix https://github.com/FreshRSS/FreshRSS/discussions/8385

Example:
```
2026-01-01T18:38:28.645486326Z 0.0.0.0 - alex [01/Jan/2026:19:38:28 +0100] "GET /api/greader.php/reader/api/0/subscription/list?output=json HTTP/1.1" 200 9798 "-" "curl/8.14.1"
```

* Fallback mod_rewrite

* Log remote user with same priority as FreshRSS_http_Util::httpAuthUser()</content>
</entry>
<entry>
<title>Remove Apache 2.2 (only support Apache 2.4+) (#7561)</title>
<updated>2025-05-07T12:45:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-07T12:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f2a7af03e820a01188475cceb654dac2074e4505'/>
<id>urn:sha1:f2a7af03e820a01188475cceb654dac2074e4505</id>
<content type='text'>
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/7552
I cannot find any distribution still supporting Apache 2.2</content>
</entry>
<entry>
<title>HTTP Cache-Control immutable (#7552)</title>
<updated>2025-05-07T08:53:59+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-07T08:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=91d32acfdce7410ae9e5ff6f30b8a9ff91512884'/>
<id>urn:sha1:91d32acfdce7410ae9e5ff6f30b8a9ff91512884</id>
<content type='text'>
Start using `Cache-Control: immutable` for some resources served with a timestamp.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control#immutable
The `&lt;If&gt;` directive requires Apache 2.4+</content>
</entry>
<entry>
<title>Partial revert Referrer-Policy (#7478)</title>
<updated>2025-04-01T10:38:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-04-01T10:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=aa3867ae12c3718fe65bfb8871376780f3827d07'/>
<id>urn:sha1:aa3867ae12c3718fe65bfb8871376780f3827d07</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/6303#issuecomment-2768907702
Was already implemented conditionally
https://github.com/FreshRSS/FreshRSS/pull/1198</content>
</entry>
<entry>
<title>Referrer-Policy: same-origin (#6303)</title>
<updated>2025-04-01T10:23:56+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2025-04-01T10:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1f624bc5e2fc720b7f570b4b217860747ef5dc65'/>
<id>urn:sha1:1f624bc5e2fc720b7f570b4b217860747ef5dc65</id>
<content type='text'>
* Referrer-Policy: same-origin

* same-origin for our own images

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Add check for Apache mod_filter to ensure "AddOutputFilterByType" works. (#7419)</title>
<updated>2025-03-13T21:40:26+00:00</updated>
<author>
<name>Dezponia</name>
<email>150628177+dezponia@users.noreply.github.com</email>
</author>
<published>2025-03-13T21:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=df545b513b1c43e54da5b023bf3fe01bf36ad013'/>
<id>urn:sha1:df545b513b1c43e54da5b023bf3fe01bf36ad013</id>
<content type='text'>
* Update .htaccess

Add check for Apache mod_filter to ensure "AddOutputFilterByType" works.

* Explicit enabling mod_filter in our Docker images

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Fix access to manifest (#7158)</title>
<updated>2024-12-29T11:54:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-29T11:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=05d9a5ddf8b8e4f557d812c071d1a3166ca029ea'/>
<id>urn:sha1:05d9a5ddf8b8e4f557d812c071d1a3166ca029ea</id>
<content type='text'>
* Fix access to manifest
fix https://github.com/FreshRSS/FreshRSS/issues/7157

* Casing</content>
</entry>
<entry>
<title>Hint .htaccess (#7153)</title>
<updated>2024-12-27T20:32:44+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-27T20:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=33cdfbb309c61167cf1c81273eb242f94ca8f996'/>
<id>urn:sha1:33cdfbb309c61167cf1c81273eb242f94ca8f996</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/discussions/7145</content>
</entry>
<entry>
<title>Rework Apache deny access outside p (#7008)</title>
<updated>2024-11-19T20:28:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-11-19T20:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6970723aebae7ae90405368e6314e113885cd0de'/>
<id>urn:sha1:6970723aebae7ae90405368e6314e113885cd0de</id>
<content type='text'>
* Rework Apache deny access outside p
The deny rules introduced by
https://github.com/FreshRSS/FreshRSS/pull/6881
gave problems for API access.
See also
https://github.com/FreshRSS/FreshRSS/discussions/6879

* Fix scope of deny logic

* Fix scope of deny logic

* Allow .txt
For e.g. `robots.txt`</content>
</entry>
<entry>
<title>Apache allow OIDC (#6893)</title>
<updated>2024-10-13T16:04:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-10-13T16:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a68642909076b6f0bb3189b3a76629df4e138995'/>
<id>urn:sha1:a68642909076b6f0bb3189b3a76629df4e138995</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/6890
Fix regression from https://github.com/FreshRSS/FreshRSS/pull/6881</content>
</entry>
</feed>
