<VirtualHost 127.0.0.1:8080>
	ServerName pnap.ap.edu.pl
	DocumentRoot /var/www/pnap/data/www/pnap.ap.edu.pl
	ServerAdmin webmaster@pnap.ap.edu.pl
	AddDefaultCharset off
	AssignUserID pnap pnap
	CustomLog /var/www/httpd-logs/pnap.ap.edu.pl.access.log combined
	ErrorLog /var/www/httpd-logs/pnap.ap.edu.pl.error.log
	ScriptAlias /cgi-bin/ /var/www/pnap/data/www/pnap.ap.edu.pl/cgi-bin/
	<FilesMatch "\.ph(p[3-5]?|tml)$">
		SetHandler application/x-httpd-php5
	</FilesMatch>
	SetEnvIf X-Forwarded-Proto https HTTPS=on
	ServerAlias www.pnap.ap.edu.pl
	DirectoryIndex index.php index.html
	ScriptAlias /php-bin/ /var/www/php-bin-isp-php72/pnap/
	AddHandler application/x-httpd-php5 .php .php3 .php4 .php5 .phtml
	Action application/x-httpd-php5 /php-bin/php
</VirtualHost>
<Directory /var/www/pnap/data/www/pnap.ap.edu.pl>
	Options +Includes +ExecCGI
</Directory>