Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
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
-rwxrwxrwx
2019-03-17 19:40
config.erb
3.08
KB
-rwxrwxrwx
2019-03-17 19:40
footer.erb
31
B
-rwxrwxrwx
2019-03-17 19:40
global.erb
592
B
-rwxrwxrwx
2019-03-17 19:40
http.erb
1.68
KB
-rwxrwxrwx
2019-03-17 19:40
mass_deployment_default_server.erb
371
B
-rwxrwxrwx
2019-03-17 19:40
rails_asset_pipeline.erb
497
B
-rwxrwxrwx
2019-03-17 19:40
server.erb
2.5
KB
-rwxrwxrwx
2019-03-17 19:40
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 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 %>