403Webshell
Server IP : 193.86.120.172  /  Your IP : 216.73.216.67
Web Server : Apache/2.4.63 (Unix)
System : Linux JServices 3.10.108 #86003 SMP Wed Oct 22 13:20:46 CST 2025 x86_64
User : kubec ( 1026)
PHP Version : 8.2.28
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /volume1/@appstore/WebDAVServer/etc/httpd/conf/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /volume1/@appstore/WebDAVServer/etc/httpd/conf/httpd.conf-webdav
ServerRoot "/var/packages/WebDAVServer/target/etc/httpd"

Listen 5005

LoadModule alias_module modules/mod_alias.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authn_socache_module modules/mod_authn_socache.so
LoadModule authnz_pam_module modules/mod_authnz_pam.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_core_module modules/mod_authz_core.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule include_module modules/mod_include.so
LoadModule filter_module modules/mod_filter.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule env_module modules/mod_env.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule headers_module modules/mod_headers.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule asis_module modules/mod_asis.so
LoadModule cgid_module modules/mod_cgid.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule actions_module modules/mod_actions.so
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_lock_module modules/mod_dav_lock.so
LoadModule unixd_module modules/mod_unixd.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
LoadModule access_compat_module modules/mod_access_compat.so
LoadModule remoteip_module modules/mod_remoteip.so

User root
Group root

ServerAdmin admin
#ServerName *:5005

Options None
<Directory />
    AllowOverride None
    DirectoryIndex disabled
    DirectorySlash off
</Directory>

<Location />
  Dav on
  DavDepthInfinity off
  AuthType Basic
  AuthName "SYNO_WebDAV Storage"
  AuthBasicProvider socache PAM
  AuthnCacheProvideFor PAM
  AuthPAMService webdav
  AuthnCacheContext server
  Require valid-user
  <IfModule authn_anon_module>
    Anonymous anonymous ftp
    Anonymous_NoUserID off
    Anonymous_MustGiveEmail off
    Anonymous_VerifyEmail off
    Anonymous_LogEmail on
  </IfModule>
</Location>

Alias /~DSFile "/usr/syno/synoman/DSFile"
<Directory "/usr/syno/synoman/DSFile">
    Dav off
    Allow from all
    Satisfy Any
    Options ExecCGI
    AllowOverride None
    AddHandler cgi-script .cgi
</Directory>

ErrorLog /var/log/webdav/webdav-error.log
#ErrorLog /dev/null
TraceEnable off

Include /var/packages/WebDAVServer/target/etc/httpd/conf/extra/httpd-share-folder-alias.conf-webdav

<IfModule log_config_module>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
        LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>

    CustomLog /dev/null combined
    #CustomLog /var/log/webdav/webdav-access.log combined
</IfModule>

<IfModule alias_module>
    Alias /webdav_call_module_alias{} /var/packages/WebDAVServer/target/etc/httpd
</IfModule>

ScriptSock /var/packages/WebDAVServer/target/var/run/httpd/webdav-cgisock
ScriptLog /var/log/webdav/webdav-cgi.log

Include /var/packages/WebDAVServer/target/etc/httpd/conf/extra/httpd-mpm.conf-webdav
Include /var/packages/WebDAVServer/target/etc/httpd/conf/extra/httpd-default.conf-webdav

<IfDefine SSL>
    LoadModule ssl_module modules/mod_ssl.so
    Include /var/packages/WebDAVServer/target/etc/httpd/conf/extra/httpd-ssl.conf-webdav
</IfDefine>

<IfModule dav_fs_module>
    DavLockDB /var/packages/WebDAVServer/target/var/run/httpd/DavLock
</IfModule>

<IfModule mime_module>
    #
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    #
	#TypesConfig @rel_sysconfdir@/mime.types
	TypesConfig /var/packages/WebDAVServer/target/etc/httpd/conf/mime.types
    #
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #
    #AddType application/x-gzip .tgz
    #
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    #
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    #
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
    #AddHandler cgi-script .cgi

    # For type maps (negotiated resources):
    #AddHandler type-map var

    #
    # Filters allow you to process content before it is sent to the client.
    #
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
</IfModule>

<IfModule remoteip_module>
    RemoteIPHeader X-Real-IP
    RemoteIPInternalProxy 127.0.0.1
</IfModule>


BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[01234]" redirect-carefully
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
BrowserMatch "^XML Spy" redirect-carefully
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
BrowserMatch " Konqueror/4" redirect-carefully
BrowserMatch "Microsoft-WebDAV-MiniRedir/6.1.7600" redirect-carefully

Include /var/packages/WebDAVServer/target/etc/httpd/conf/extra/httpd-reqtimeout.conf-webdav

LimitRequestBody 0
LoadModule synobandwidth_module modules/mod_synobandwidth.so

Youez - 2016 - github.com/yon3zu
LinuXploit