Server IP : 103.119.228.120 / Your IP : 18.189.185.63 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/local/apache.ea3/build/ |
Upload File : |
#! /bin/sh # # Created by configure CFLAGS=" -m64 -fPIC -DPIC"; export CFLAGS LDFLAGS=" -L/usr/lib64"; export LDFLAGS "./configure" \ "--disable-v4-mapped" \ "--enable-access-compat=static" \ "--enable-actions=static" \ "--enable-alias=static" \ "--enable-asis=static" \ "--enable-auth-digest=static" \ "--enable-auth_basic=static" \ "--enable-authn-anon=static" \ "--enable-authn-dbd=static" \ "--enable-authn-dbm=static" \ "--enable-authn_core=static" \ "--enable-authn_file=static" \ "--enable-authnz-ldap=static" \ "--enable-authz-dbm=static" \ "--enable-authz-owner=static" \ "--enable-authz_core=static" \ "--enable-authz_groupfile=static" \ "--enable-authz_host=static" \ "--enable-authz_user=static" \ "--enable-autoindex=static" \ "--enable-bucketeer=static" \ "--enable-case-filter=static" \ "--enable-case-filter-in=static" \ "--enable-cern-meta=static" \ "--enable-cgi=static" \ "--enable-charset-lite=static" \ "--enable-deflate=static" \ "--enable-dir=static" \ "--enable-dumpio=static" \ "--enable-echo=static" \ "--enable-env=static" \ "--enable-expires=static" \ "--enable-ext-filter=static" \ "--enable-file-cache=static" \ "--enable-filter=static" \ "--enable-headers=static" \ "--enable-ident=static" \ "--enable-imagemap=static" \ "--enable-include=static" \ "--enable-ldap=static" \ "--enable-log_config=static" \ "--enable-logio=static" \ "--enable-mime=static" \ "--enable-mime-magic=static" \ "--enable-modules=none" \ "--enable-negotiation=static" \ "--enable-proxy=static" \ "--enable-proxy-connect=static" \ "--enable-proxy-http=static" \ "--enable-rewrite=static" \ "--enable-setenvif=static" \ "--enable-slotmem_shm=static" \ "--enable-socache_dbm=static" \ "--enable-socache_shmcb=static" \ "--enable-speling=static" \ "--enable-ssl=static" \ "--enable-status=static" \ "--enable-suexec=static" \ "--enable-unique-id=static" \ "--enable-unixd=static" \ "--enable-userdir=static" \ "--enable-version=static" \ "--prefix=/usr/local/apache" \ "--with-crypto" \ "--with-included-apr" \ "--with-ldap" \ "--with-mpm=prefork" \ "--with-pcre=/opt/pcre" \ "--with-ssl=/usr" \ "--with-suexec-caller=nobody" \ "--with-suexec-docroot=/" \ "--with-suexec-gidmin=100" \ "--with-suexec-logfile=/usr/local/apache/logs/suexec_log" \ "--with-suexec-uidmin=100" \ "--with-suexec-userdir=public_html" \ "CFLAGS= -m64 -fPIC -DPIC" \ "LDFLAGS= -L/usr/lib64" \ "CPPFLAGS=" \ "$@"