Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.133.153.224
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /opt/cpanel/ea-ruby27/src/passenger-release-6.0.23/dev/vagrant/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/cpanel/ea-ruby27/src/passenger-release-6.0.23/dev/vagrant/nginx_rakefile
ENV['CC']  ||= 'ccache cc'
ENV['CXX'] ||= 'ccache c++'

desc "Bootstrap Nginx for the first time"
task :bootstrap => :configure do
  sh "make -j2"
  sh "make install"
  sh "rm -f inst/sbin/nginx"
  puts
  puts "--------------------------"
  puts "You're all set! You can start Nginx by running:"
  puts
  puts "  ./start"
  puts
  puts "Nginx can be reached from the host machine on http://127.0.0.1:8100/"
  puts
  puts "You never have to run `rake bootstrap` again. You also never have to " +
    "run `make install`. If you've made changes to the Passenger Nginx module, " +
    "simply run `make && ./start` in /home/vagrant/nginx. The `start` script " +
    "will start the newly compiled Nginx binary directly."
end

desc "Configure Nginx source tree"
task :configure do
  sh "./configure --prefix=/home/vagrant/nginx/inst" +
    " --add-module=/vagrant/src/nginx_module" +
    " --with-http_ssl_module" +
    " --with-http_gzip_static_module" +
    " --with-http_stub_status_module" +
    " --with-http_v2_module" +
    " --with-debug"
  sh "sed", "-E", "-i", 's/ -O[0-9]? / -ggdb /g', "objs/Makefile"
end

Youez - 2016 - github.com/yon3zu
LinuXploit