Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
passenger /
templates /
standalone /
Delete
Unzip
Name
Size
Permission
Date
Action
cannot_write_to_dir.txt.erb
461
B
-rw-r--r--
2026-05-22 00:00
config.erb
3.08
KB
-rw-r--r--
2026-05-22 00:00
footer.erb
31
B
-rw-r--r--
2026-05-22 00:00
global.erb
744
B
-rw-r--r--
2026-05-22 00:00
http.erb
2.01
KB
-rw-r--r--
2026-05-22 00:00
mass_deployment_default_server.erb
383
B
-rw-r--r--
2026-05-22 00:00
rails_asset_pipeline.erb
542
B
-rw-r--r--
2026-05-22 00:00
server.erb
2.84
KB
-rw-r--r--
2026-05-22 00:00
Save
Rename
master_process on; daemon on; error_log '<%= @options[:log_file] %>' <% if @options[:log_level] >= LVL_DEBUG %>info<% end %>; pid '<%= @options[:pid_file] %>'; <% if @options[:abort_websockets_on_process_shutdown].nil? || @options[:abort_websockets_on_process_shutdown] %> worker_shutdown_timeout 10; <% end %> <% if Process.euid == 0 %> <% if @options[:user] %> <%# Run workers as the given user. The master process will always run as root and will be able to bind to any port. %> user <%= @options[:user] %> <%= default_group_for(@options[:user]) %>; <% else %> <%# Prevent running Nginx workers as nobody. %> user <%= current_user %> <%= default_group_for(current_user) %>; <% end %> <% end %>