📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
19680.89 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: build_apache_conf
=encoding utf-8 =head1 NAME bin/build_apache_conf =head1 USAGE build_apache_conf [--preview] [--nolock] =head1 DESCRIPTION This script rebuilds Apache httpd’s main configuration file. Ordinarily you shouldn’t need to run this manually because cPanel & WHM automatically updates httpd’s configuration as needed. Note that this does B<NOT> restart Apache httpd, but you’ll need to do that in order for the new configuration file to take effect. To restart httpd, run C</scripts/restartsrv_httpd>. Options are: =over =item * C<--preview> - Creates a file named F<httpd-preview.conf> rather than the standard F<httpd.conf>, which allows you to inspect the file rather than having it be active right away. =item * C<--nolock> - Ordinarily httpd.conf is locked while it is being rebuilt to ensure that two processes don’t attempt the rebuild concurrently. This flag suppresses that lock. You ordinarily should not do this. =back
Save