Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[solved] 403 Forbidden - Problem that came with version 0.9.20 (fix 687)

Featured Replies

Dear all,

 

I recently upgraded my froxlor installation from 0.9.18 to 0.9.21.

However, after installing the update, I got a 403 Forbidden error on all virtual hosts using the PHP fcgi.

After some search I discovered the problem:

 

http://git.froxlor.org/?p=froxlor.git;a=commitdiff;h=29665ff

 

Unfortunately, the bugfix 687 (that came with version 0.9.20, see link) changed the position of the following block from the <Directory> directive to

the <FilesMatch> directive causing to be not effective anymore.

Options +ExecCGI
Order allow,deny
allow from all

 

Some more explanation:

My configuration disables the access by default.

Then, the access is enabled for specific paths in the vhost configuration.

Moving the "Order allow..." into the <FilesMatch> block caused the server to take the "Order deny..." from the default settings.

 

This was certainly done by accident, was it?

 

Please give me some feedback, I changed it manually in my 0.9.21 version now.

 

Cheers,

Warlock

Hey,

 

thank you for your bug report.

 

Eleras has created a patch which fixes this. Please open a ticket in redmine.froxlor.org or refer to a ticket #. I guess it's http://redmine.froxlor.org/issues/687 ?

  • Author

Hey,

 

thank you for your bug report.

 

Eleras has created a patch which fixes this. Please open a ticket in redmine.froxlor.org or refer to a ticket #. I guess it's http://redmine.froxlor.org/issues/687 ?

 

Hi,

 

The funny thing is that everything was fine before the change (the fix of issue 687) but incorrect afterwards.

 

As I said, the solution is just to move the block

Options +ExecCGI
Order allow,deny
allow from all

outside the <FilesMatch> directive and back into the <Directory> directive.

I doubt this belongs to issue 687...

 

@arnoldB:

Did you experienced the same problem with your installation?

Hi,

 

Thank you very much for the report, please see ticket #800 and commit 5b6acce8 for the fix.

 

So long,

Florian

  • Author

Hi,

 

Thank you very much for the report, please see ticket #800 and commit 5b6acce8 for the fix.

 

So long,

Florian

 

No worries...

 

(I liked helping you...I'm just wondering that nobody noticed the problem which existed for both versions 0.9.20 and 0.9.21)

 

Warlock

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.