Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Web Based File Management with PHP and Tiny File Manager

  • i12bretro
  • 2020-05-25
  • 15258
Web Based File Management with PHP and Tiny File Manager
Active DirectoryApacheApache HTTPDApache HTTPD ConfigurationBrowser BasedFile ManagerHome LabHow ToInstall GuideMicrosoftPHPPHP Active Directory AuthenticationPHP ApplicationPHP LDAP AuthenticationPHP Web Based File BrowserSelf-HostedSystem AdministratorTiny File ManagerTinyFileManagerTutorialWeb BasedWeb Based ToolsWeb Based UtilityWeb DeveloperWeb ServerWeb Server AdministrationWindowsi12bretro
  • ok logo

Скачать Web Based File Management with PHP and Tiny File Manager бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Web Based File Management with PHP and Tiny File Manager или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Web Based File Management with PHP and Tiny File Manager бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Web Based File Management with PHP and Tiny File Manager

#PHP #ApacheHTTPD #TinyFileManager

Full steps can be found at https://i12bretro.github.io/tutorials...

--------------------------------------------------------------------
Download and Setup Tiny File Manager
--------------------------------------------------------------------
   01. Download Tiny File Manager  https://github.com/prasathmani/tinyfi...
   02. Extract the Tiny File Manager files
   03. Copy TinyFileManager.php to Apache install directory/htdocs/filemanager
   04. Rename TinyFileManager.php to index.php
   05. Edit index.php in a text editor
   06. Find $use_auth and set the value to false
   07. Save
   08. Open a web browser and navigate to https://DNSorIP/filemanager
 
--------------------------------------------------------------------
Customizing Root Location and Authentication
--------------------------------------------------------------------
   01. Optionally, Edit Apache install directory/htdocs/filemanager/index.php
   02. Find $root_path and edit the value to limit the scope of the file manager
   03. Save index.php
   04. Navigate to the Apache install directory/conf in Explorer
   05. Edit httpd.conf in a text editor
   06. Find the authnz_ldap_module and make sure it is enabled by removing the # at the start of the line
         LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
   07. Find the ldap_module and make sure it is enabled by removing the # at the start of the line
         LoadModule ldap_module modules/mod_ldap.so
   08. Create a Location block to enable LDAP authentication for the specified directory
         ≪location /filemanager≫
         Basic authentication with LDAP against MS AD
         AuthType Basic
         AuthBasicProvider ldap
         AuthLDAPURL specifies the LDAP server IP, port, base DN, scope and filter
         using this format: ldap://host:port/basedn?attribute?scope?filter
         AuthLDAPURL "ldap://i12bretro.local:389/DC=i12bretro,DC=local?sAMAccountName?sub?(objectClass=user)" NONE
         The LDAP bind username and password
         AuthLDAPBindDN "[email protected]"
         AuthLDAPBindPassword "Read0nly!!"
         LDAPReferrals Off
         AuthUserFile /dev/null
         AuthName "Restricted Area [i12bretro.local]"
         to authenticate a domain group, specify the full DN
         AuthLDAPGroupAttributeIsDN on
         require ldap-group CN=WebAuthAccess,CN=Users,DC=i12bretro,DC=local
         ≪/location≫
   09. Save httpd.conf
   10. Restart the Apache service
   11. Refresh https://DNSorIP/filemanager
 


Connect with me and others ###
★ Discord:   / discord  
★ Reddit:   / i12bretro  
★ Twitter:   / i12bretro  

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]