File manager - Edit - /home/c14075/dragmet-ural.ru/www/default.tar
Back
atop 0000644 00000000211 15103460367 0005431 0 ustar 00 # /etc/default/atop # see man atoprc for more possibilities to configure atop execution LOGOPTS="-R" LOGINTERVAL=600 LOGGENERATIONS=28 acpid 0000644 00000000532 15103460367 0005554 0 ustar 00 # Options to pass to acpid # # OPTIONS are appended to the acpid command-line #OPTIONS="" # Linux kernel modules to load before starting acpid # # MODULES is a space separated list of modules to load, or "all" to load all # acpi drivers, or commented out to load no module #MODULES="battery ac processor button fan thermal video" #MODULES="all" networking 0000644 00000002010 15103460367 0006654 0 ustar 00 # Configuration for networking init script being run during # the boot sequence # Set to 'no' to skip interfaces configuration on boot #CONFIGURE_INTERFACES=yes # Don't configure these interfaces. Shell wildcards supported/ #EXCLUDE_INTERFACES= # Set to 'yes' to enable additional verbosity #VERBOSE=no # Method to wait for the network to become online, # for services that depend on a working network: # - ifup: wait for ifup to have configured an interface. # - route: wait for a route to a given address to appear. # - ping/ping6: wait for a host to respond to ping packets. # - none: don't wait. #WAIT_ONLINE_METHOD=ifup # Which interface to wait for. # If none given, wait for all auto interfaces, or if there are none, # wait for at least one hotplug interface. #WAIT_ONLINE_IFACE= # Which address to wait for for route, ping and ping6 methods. # If none is given for route, it waits for a default gateway. #WAIT_ONLINE_ADDRESS= # Timeout in seconds for waiting for the network to come online. #WAIT_ONLINE_TIMEOUT=300 haveged 0000644 00000000120 15103460367 0006070 0 ustar 00 # Configuration file for haveged # Options to pass to haveged: #DAEMON_ARGS="" grub 0000644 00000002230 15103460367 0005430 0 ustar 00 # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1" locale 0000644 00000000063 15103460367 0005732 0 ustar 00 # File generated by update-locale LANG=en_US.utf8 php 0000644 00000000045 15103460367 0005262 0 ustar 00 DEFAULT=7.4 DEFAULT_MEMORYLIMIT=256M grub.d/init-select.cfg 0000644 00000000422 15103460367 0010631 0 ustar 00 # Work around a bug in the obsolete init-select package which broke # grub-mkconfig when init-select was removed but not purged. This file does # nothing and will be removed in a later release. # # See: # https://bugs.debian.org/858528 # https://bugs.debian.org/863801 rsync 0000644 00000004016 15103460367 0005633 0 ustar 00 # defaults file for rsync daemon mode # # This file is only used for init.d based systems! # If this system uses systemd, you can specify options etc. for rsync # in daemon mode by copying /lib/systemd/system/rsync.service to # /etc/systemd/system/rsync.service and modifying the copy; add required # options to the ExecStart line. # start rsync in daemon mode from init.d script? # only allowed values are "true", "false", and "inetd" # Use "inetd" if you want to start the rsyncd from inetd, # all this does is prevent the init.d script from printing a message # about not starting rsyncd (you still need to modify inetd's config yourself). RSYNC_ENABLE=false # which file should be used as the configuration file for rsync. # This file is used instead of the default /etc/rsyncd.conf # Warning: This option has no effect if the daemon is accessed # using a remote shell. When using a different file for # rsync you might want to symlink /etc/rsyncd.conf to # that file. # RSYNC_CONFIG_FILE= # what extra options to give rsync --daemon? # that excludes the --daemon; that's always done in the init.d script # Possibilities are: # --address=123.45.67.89 (bind to a specific IP address) # --port=8730 (bind to specified port; default 873) RSYNC_OPTS='' # run rsyncd at a nice level? # the rsync daemon can impact performance due to much I/O and CPU usage, # so you may want to run it at a nicer priority than the default priority. # Allowed values are 0 - 19 inclusive; 10 is a reasonable value. RSYNC_NICE='' # run rsyncd with ionice? # "ionice" does for IO load what "nice" does for CPU load. # As rsync is often used for backups which aren't all that time-critical, # reducing the rsync IO priority will benefit the rest of the system. # See the manpage for ionice for allowed options. # -c3 is recommended, this will run rsync IO at "idle" priority. Uncomment # the next line to activate this. # RSYNC_IONICE='-c3' # Don't forget to create an appropriate config file, # else the daemon will not start. runit 0000644 00000000253 15103460367 0005635 0 ustar 00 # system wide setting for runit services # print runsv messages about starting and stopping the service VERBOSE=0 # print additional debug info: run's exit code DEBUG=0 nss 0000644 00000003334 15103460367 0005302 0 ustar 00 # /etc/default/nss # This file can theoretically contain a bunch of customization variables # for Name Service Switch in the GNU C library. For now there are only # four variables: # # NETID_AUTHORITATIVE # If set to TRUE, the initgroups() function will accept the information # from the netid.byname NIS map as authoritative. This can speed up the # function significantly if the group.byname map is large. The content # of the netid.byname map is used AS IS. The system administrator has # to make sure it is correctly generated. #NETID_AUTHORITATIVE=TRUE # # SERVICES_AUTHORITATIVE # If set to TRUE, the getservbyname{,_r}() function will assume # services.byservicename NIS map exists and is authoritative, particularly # that it contains both keys with /proto and without /proto for both # primary service names and service aliases. The system administrator # has to make sure it is correctly generated. #SERVICES_AUTHORITATIVE=TRUE # # SETENT_BATCH_READ # If set to TRUE, various setXXent() functions will read the entire # database at once and then hand out the requests one by one from # memory with every getXXent() call. Otherwise each getXXent() call # might result into a network communication with the server to get # the next entry. #SETENT_BATCH_READ=TRUE # # ADJUNCT_AS_SHADOW # If set to TRUE, the passwd routines in the NIS NSS module will not # use the passwd.adjunct.byname tables to fill in the password data # in the passwd structure. This is a security problem if the NIS # server cannot be trusted to send the passwd.adjuct table only to # privileged clients. Instead the passwd.adjunct.byname table is # used to synthesize the shadow.byname table if it does not exist. ADJUNCT_AS_SHADOW=TRUE cron 0000644 00000001673 15103460367 0005444 0 ustar 00 # Cron configuration options # Whether to read the system's default environment files (if present) # If set to "yes", cron will set a proper mail charset from the # locale information. If set to something other than 'yes', the default # charset 'C' (canonical name: ANSI_X3.4-1968) will be used. # # This has no effect on tasks running under cron; their environment can # only be changed via PAM or from within the crontab; see crontab(5). READ_ENV="yes" # Extra options for cron, see cron(8) # # For example, to enable LSB name support in /etc/cron.d/, use # EXTRA_OPTS='-l' # # Or, to log standard messages, plus jobs with exit status != 0: # EXTRA_OPTS='-L 5' # # For quick reference, the currently available log levels are: # 0 no logging (errors are logged regardless) # 1 log start of jobs # 2 log end of jobs # 4 log jobs with exit status != 0 # 8 log the process identifier of child process (in all logs) # #EXTRA_OPTS="" dbus 0000644 00000000451 15103460367 0005431 0 ustar 00 # This is a configuration file for /etc/init.d/dbus; it allows you to # perform common modifications to the behavior of the dbus daemon # startup without editing the init script (and thus getting prompted # by dpkg on upgrades). We all love dpkg prompts. # Parameters to pass to dbus. PARAMS="" nginx 0000644 00000000605 15103460367 0005620 0 ustar 00 # Note: You may want to look at the following page before setting the ULIMIT. # http://wiki.nginx.org/CoreModule#worker_rlimit_nofile # Set the ulimit variable if you need defaults to change. # Example: ULIMIT="-n 4096" #ULIMIT="-n 4096" # Define the stop schedule for nginx # see the start-stop-daemon --retry documentation for more information # #STOP_SCHEDULE="QUIT/5/TERM/5/KILL/5" hwclock 0000644 00000000121 15103460367 0006120 0 ustar 00 # Settings for the hwclock init script. # See hwclock(5) for supported settings. ssh 0000644 00000000205 15103460367 0005266 0 ustar 00 # Default settings for openssh-server. This file is sourced by /bin/sh from # /etc/init.d/ssh. # Options to pass to sshd SSHD_OPTS= useradd 0000644 00000002136 15103460367 0006125 0 ustar 00 # Default values for useradd(8) # # The SHELL variable specifies the default login shell on your # system. # Similar to DSHELL in adduser. However, we use "sh" here because # useradd is a low level utility and should be as general # as possible SHELL=/bin/sh # # The default group for users # 100=users on Debian systems # Same as USERS_GID in adduser # This argument is used when the -n flag is specified. # The default behavior (when -n and -g are not specified) is to create a # primary user group with the same name as the user being added to the # system. # GROUP=100 # # The default home directory. Same as DHOME for adduser # HOME=/home # # The number of days after a password expires until the account # is permanently disabled # INACTIVE=-1 # # The default expire date # EXPIRE= # # The SKEL variable specifies the directory containing "skeletal" user # files; in other words, files such as a sample .profile that will be # copied to the new user's home directory when it is created. # SKEL=/etc/skel # # Defines whether the mail spool should be created while # creating the account # CREATE_MAIL_SPOOL=yes php-cgi 0000644 00000000042 15103460367 0006017 0 ustar 00 export PHP_FCGI_MAX_REQUESTS=3000 openntpd 0000644 00000000362 15103460367 0006324 0 ustar 00 # /etc/default/openntpd # Append '-s' to set the system time when starting in case the offset # between the local clock and the servers is more than 180 seconds. # For other options, see man ntpd(8). DAEMON_OPTS="-f /etc/openntpd/ntpd.conf" apache-htcacheclean 0000644 00000001054 15103460367 0010315 0 ustar 00 # This file must only contain KEY=VALUE lines. Do not use advanced # shell script constructs! ## run mode: cron, daemon ## run in daemon mode or as daily cron job ## default: daemon HTCACHECLEAN_MODE=daemon ## cache size HTCACHECLEAN_SIZE=300M ## interval: if in daemon mode, clean cache every x minutes HTCACHECLEAN_DAEMON_INTERVAL=120 ## path to cache ## must be the same as in CacheRoot directive #HTCACHECLEAN_PATH=/var/cache/apache2/mod_cache_disk ## additional options: ## -n : be nice ## -t : remove empty directories HTCACHECLEAN_OPTIONS="-n" etc/dpkg/origins/default 0000644 00000000123 15136033053 0011260 0 ustar 00 Vendor: Debian Vendor-URL: https://www.debian.org/ Bugs: debbugs://bugs.debian.org grub.md5sum 0000644 00000000272 15136454775 0006661 0 ustar 00 dfad90339e4227d432636ed7d4483744 experimental_1.96+20081129-1 e916b60d7de71969dd7bad5a809fb9dc lenny_1.96+20080724-16 965e5137eff659cded3adb640357c33d maverick_1.98+20100705-1ubuntu1 anycast_delay 0000644 00000000000 15140232773 0007301 0 ustar 00 app_solicit 0000644 00000000000 15140232773 0006767 0 ustar 00 base_reachable_time 0000644 00000000000 15140232773 0010377 0 ustar 00 base_reachable_time_ms 0000644 00000000000 15140232773 0011076 0 ustar 00 delay_first_probe_time 0000644 00000000000 15140232773 0011173 0 ustar 00 gc_interval 0000644 00000000000 15140232773 0006756 0 ustar 00 gc_stale_time 0000644 00000000000 15140232773 0007260 0 ustar 00 gc_thresh1 0000644 00000000000 15140232773 0006510 0 ustar 00 gc_thresh2 0000644 00000000000 15140232773 0006511 0 ustar 00 gc_thresh3 0000644 00000000000 15140232773 0006512 0 ustar 00 locktime 0000644 00000000000 15140232773 0006270 0 ustar 00 mcast_resolicit 0000644 00000000000 15140232773 0007645 0 ustar 00 mcast_solicit 0000644 00000000000 15140232773 0007316 0 ustar 00 proxy_delay 0000644 00000000000 15140232773 0007020 0 ustar 00 proxy_qlen 0000644 00000000000 15140232773 0006661 0 ustar 00 retrans_time 0000644 00000000000 15140232773 0007155 0 ustar 00 retrans_time_ms 0000644 00000000000 15140232773 0007654 0 ustar 00 ucast_solicit 0000644 00000000000 15140232773 0007326 0 ustar 00 unres_qlen 0000644 00000000000 15140232773 0006634 0 ustar 00 unres_qlen_bytes 0000644 00000000000 15140232773 0010042 0 ustar 00 etc/nginx/sites-available/default 0000644 00000004554 15141401725 0013066 0 ustar 00 ## # You should look at the following URL's in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. # https://www.nginx.com/resources/wiki/start/ # https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ # https://wiki.debian.org/Nginx/DirectoryStructure # # In most cases, administrators will remove this file from sites-enabled/ and # leave it as reference inside of sites-available where it will continue to be # updated by the nginx packaging team. # # This file will automatically load configuration files provided by other # applications, such as Drupal or Wordpress. These applications will be made # available underneath a path with that package name, such as /drupal8. # # Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples. ## # Default server configuration # server { listen 80 default_server; listen [::]:80 default_server; # SSL configuration # # listen 443 ssl default_server; # listen [::]:443 ssl default_server; # # Note: You should disable gzip for SSL traffic. # See: https://bugs.debian.org/773332 # # Read up on ssl_ciphers to ensure a secure configuration. # See: https://bugs.debian.org/765782 # # Self signed certs generated by the ssl-cert package # Don't use them in a production server! # # include snippets/snakeoil.conf; root /var/www/html; # Add index.php to the list if you are using PHP index index.html index.htm index.nginx-debian.html; server_name _; location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. try_files $uri $uri/ =404; } # pass PHP scripts to FastCGI server # #location ~ \.php$ { # include snippets/fastcgi-php.conf; # # # With php-fpm (or other unix sockets): # fastcgi_pass unix:/run/php/php7.4-fpm.sock; # # With php-cgi (or other tcp sockets): # fastcgi_pass 127.0.0.1:9000; #} # deny access to .htaccess files, if Apache's document root # concurs with nginx's one # #location ~ /\.ht { # deny all; #} } # Virtual Host configuration for example.com # # You can move that to a different file under sites-available/ and symlink that # to sites-enabled/ to enable it. # #server { # listen 80; # listen [::]:80; # # server_name example.com; # # root /var/www/example.com; # index index.html; # # location / { # try_files $uri $uri/ =404; # } #}
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.3 |
proxy
|
phpinfo
|
Settings