Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to Download File from Apache2 Directory on Debian8?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to Download File from Apache2 Directory on Debian8?

fitvpnfitvpn Member

How to download tar.gz file from Apache2 directory on Debian8?
Tried create directory on Apache2 than move file into this directory, but file not visible
Same troubles like on Ubuntu14 - How to get file visible? Some suggestions please?

Comments

  • If you're not sure of config then simply use something like WinSCP and grab the file that way.

  • Are you wanting to make it visible in a web browser?

  • I am not sure of what you're asking for. If you want to enable directory indexes, add this to the .htaccess:

    Options +Indexes

    Thanked by 1netomx
  • fitvpnfitvpn Member

    alaningus said: Are you wanting to make it visible in a web browser?

    Yes. This works on previous versions but not for Debian8?

  • @Traffic said:
    I am not sure of what you're asking for. If you want to enable directory indexes, add this to the .htaccess:

    Options +Indexes

    You'd also need to enable .htaccess with the AllowOverride All if it's a newly installed server.

    Thanked by 2netomx Traffic
  • fitvpnfitvpn Member

    Please wrote short tutorial step by step, tried search Google, nothing found for Debian 8

  • forgive me for asking the obvious, but have you tried putting the file in the default apache2 web directory ie / var / www / html

    Thanked by 1netomx
  • BTW How do I display slash character without triggering the security

  • KupolKupol Member

    @alaningus
    Try to escape them, ayy lmao.

  • ///
    Oh yeah !

    :$

  • fitvpnfitvpn Member

    alaningus said: / var / www / html

    Yep, where html folder name

  • so you've got :

    /var/www/html/folder_name ?

  • fitvpnfitvpn Member

    Without html

  • There should be an html folder by default.
    Put your file into the html folder and try it

  • fitvpnfitvpn Member

    Yes tried that, not working

  • what are you seeing?

Sign In or Register to comment.