oupala / apaxy

a simple, customisable theme for your apache directory listing
https://oupala.github.io/apaxy/
GNU General Public License v3.0
1.86k stars 256 forks source link

Nginx compatibility #51

Closed angristan closed 5 years ago

angristan commented 8 years ago

Any plan on Nginx compatibility ? :)

ghost commented 8 years ago

Hey, That would be very nice !

maxvodo commented 8 years ago

:+1:

AdamWhitcroft commented 7 years ago

@Angristan I have no idea how to do that I'm afraid, that's a little out of my depth.

bugparty commented 7 years ago

using nginx thirdparty fancyindex module can solve this problem

archeonkhan commented 7 years ago

I'd like to bump this, would love to see this on nginx.

angristan commented 6 years ago

Maybe this could help: https://www.nginx.com/resources/wiki/modules/fancy_index/

oupala commented 5 years ago

Has anyone tested apaxy compatibility with Nginx? Otherwise we might be obliged to close the issue if no one is using Ninx.

oupala commented 5 years ago

As Nginx documentation says:

You can’t do this. You shouldn’t. If you need .htaccess, you’re probably doing it wrong.

As a consequence, Apaxy will probably don't work out-of-the-box with Nginx, while it could maybe work with a bit of tuning.

bugparty commented 5 years ago

It does works if fancyindex installed with nginx

oupala commented 5 years ago

Well, while nginx seems to discourage in its documentation the use of htaccess file, the http server seems to have everything support this feature.

So for all people interested in nginx compliance with apaxy, please note that:

apaxy works with Nginx!

SubrataM3 commented 5 years ago

Can anyone share working configuration ? The only thing i can't find in nginx is equivalent directives for AddIcon and AddIconByType .

bugparty commented 5 years ago

make sure you installed fancyindex

SubrataM3 commented 5 years ago

make sure you installed fancyindex

Yes, I am sure that fancyindex is installed and working properly.

bugparty commented 5 years ago

maybe you should delete these directives, apaxy has no AddIcon in 2016, these directives are not essential