Heray-Was-Here
Server : LiteSpeed
System : Linux br-asc-web1845.main-hosting.eu 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64
User : u602970434 ( 602970434)
PHP Version : 8.3.30
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Directory :  /usr/local/lsws/fcgi-bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/lsws/fcgi-bin/lswsgi_wrapper
#!/bin/bash
if [[ -z "${VIRTUAL_ENV}" ]]; then
    export VIRTUAL_ENV=${PYTHONHOME}
fi

unset PYTHONHOME

cd ${VIRTUAL_ENV}
eval $(${VIRTUAL_ENV}/bin/set_env_vars.py python)

if [ ! -e ${VIRTUAL_ENV}/pyvenv.cfg ] || [ -z ${VIRTUAL_ENV##*/2.7} ]; then
    export PYTHONHOME=${VIRTUAL_ENV}
else
    export PYTHONHOME=${LSWSGI_BIN%/bin/lswsgi}
fi

cd ${WSGI_ROOT}
exec "${LSWSGI_BIN}" "$@"

Hry