This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <FilesMatch \.php$> | |
| SetHandler "proxy:unix:/run/php/johan.colabo.dk.sock|fcgi://localhost/" | |
| </FilesMatch> | |
| <Proxy unix:/run/php/johan.colabo.dk.sock|fcgi://localhost/> | |
| ProxySet connectiontimeout=5 timeout=240 | |
| Allow from all | |
| </Proxy> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once('db/DBConnection.php'); | |
| require_once('db/DBStatement.php'); | |
| require_once('db/DBParameter.php'); | |
| require_once('db/DBException.php'); | |
| class DBLog | |
| { |
NewerOlder