OXIESEC PANEL
- Current Dir:
/
/
opt
/
passenger
/
resources
/
templates
/
installer_common
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2025 06:53:57 AM
rwxr-xr-x
📄
cannot_access_files_as_root.txt.erb
728 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
gem_install_permission_problems.txt.erb
739 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
low_amount_of_memory_warning.txt.erb
1000 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
run_installer_as_root.txt.erb
552 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
world_inaccessible_directories.txt.erb
663 bytes
07/09/2025 07:27:24 PM
rw-r--r--
Editing: world_inaccessible_directories.txt.erb
Close
<yellow>Warning: some directories may be inaccessible by the web server!</yellow> The web server typically runs under a separate user account for security reasons. That user must be able to access the <%= PROGRAM_NAME %> files. However, it appears that some directories have too strict permissions. This may prevent the web server user from accessing <%= PROGRAM_NAME %> files. It is recommended that you relax permissions as follows: <% for dir in @directories -%> sudo chmod o+x "<%= dir %>" <% end %> <b>Press Ctrl-C to return to the shell. (Recommended)</b> After relaxing permissions, re-run this installer. -OR- <b>Press Enter to continue anyway.</b>