Ubuntu Pastebin

Paste from unimatrixoverlod at Thu, 22 Sep 2016 22:19:17 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/etc/apache2# ls *
apache2.conf  apache2.conf~  envvars  magic  ports.conf

conf-available:
charset.conf                other-vhosts-access-log.conf  security.conf~
javascript-common.conf      php7.0-fpm.conf               security.conf.dpkg-dist
localized-error-pages.conf  security.conf                 serve-cgi-bin.conf

conf-enabled:
charset.conf            localized-error-pages.conf    php7.0-fpm.conf  serve-cgi-bin.conf
javascript-common.conf  other-vhosts-access-log.conf  security.conf

mods-available:
access_compat.load    cgi.load                  log_forensic.load    proxy_wstunnel.load
actions.conf          charset_lite.load         lua.load             ratelimit.load
actions.load          data.load                 macro.load           reflector.load
alias.conf            dav_fs.conf               mime.conf            remoteip.load
alias.load            dav_fs.load               mime.load            reqtimeout.conf
allowmethods.load     dav.load                  mime_magic.conf      reqtimeout.load
asis.load             dav_lock.load             mime_magic.load      request.load
auth_basic.load       dbd.load                  mpm_event.conf       rewrite.load
auth_digest.load      deflate.conf              mpm_event.load       sed.load
auth_form.load        deflate.load              mpm_prefork.conf     session_cookie.load
authn_anon.load       dialup.load               mpm_prefork.load     session_crypto.load
authn_core.load       dir.conf                  mpm_worker.conf      session_dbd.load
authn_dbd.load        dir.load                  mpm_worker.load      session.load
authn_dbm.load        dump_io.load              negotiation.conf     setenvif.conf
authn_file.load       echo.load                 negotiation.load     setenvif.load
authn_socache.load    env.load                  php5.conf            slotmem_plain.load
authnz_fcgi.load      expires.load              php5.load            slotmem_shm.load
authnz_ldap.load      ext_filter.load           php7.0.conf          socache_dbm.load
authz_core.load       file_cache.load           php7.0.load          socache_memcache.load
authz_dbd.load        filter.load               proxy_ajp.load       socache_shmcb.load
authz_dbm.load        headers.load              proxy_balancer.conf  speling.load
authz_groupfile.load  heartbeat.load            proxy_balancer.load  ssl.conf
authz_host.load       heartmonitor.load         proxy.conf           ssl.load
authz_owner.load      ident.load                proxy_connect.load   status.conf
authz_user.load       include.load              proxy_express.load   status.load
autoindex.conf        info.conf                 proxy_fcgi.load      substitute.load
autoindex.load        info.load                 proxy_fdpass.load    suexec.load
buffer.load           lbmethod_bybusyness.load  proxy_ftp.conf       unique_id.load
cache_disk.conf       lbmethod_byrequests.load  proxy_ftp.load       userdir.conf
cache_disk.load       lbmethod_bytraffic.load   proxy_html.conf      userdir.load
cache.load            lbmethod_heartbeat.load   proxy_html.load      usertrack.load
cache_socache.load    ldap.conf                 proxy_http.load      vhost_alias.load
cgid.conf             ldap.load                 proxy.load           xml2enc.load
cgid.load             log_debug.load            proxy_scgi.load

mods-enabled:
access_compat.load  authz_host.load  dir.load          mpm_prefork.load  setenvif.load
alias.conf          authz_user.load  env.load          negotiation.conf  socache_shmcb.load
alias.load          autoindex.conf   filter.load       negotiation.load  ssl.conf
auth_basic.load     autoindex.load   headers.load      php7.0.conf       ssl.load
authn_core.load     deflate.conf     mime.conf         php7.0.load       status.conf
authn_file.load     deflate.load     mime.load         rewrite.load      status.load
authz_core.load     dir.conf         mpm_prefork.conf  setenvif.conf     vhost_alias.load
Download as text