Tagged Questions
2
votes
1answer
190 views
Apache Chroot - ibase_connect failure
Apache 2, running mod_chroot. Can access basic html and php script fine.
This test script works fine using cli php, so I know connection string is fine.
$host = '127.0.0.1:pubdata';
$password ...
0
votes
1answer
523 views
Running server from inside Chroot in ubuntu
Due to the peculiar nature of the application, I'm thinking of running servers such as Apache, Tomcat from within a chroot environment.
Using schroot and debootstrap, I'm able to create a clone of my ...
0
votes
2answers
951 views
chrooted Apache+MsSQL on openBSD; Could not determine the server's fully qualified domain name
php generates GIFs on the web server using a databases on a second server.
The the page shows 20 GIFs, so there is some load for a short time (multiple connections)
Some GIFs are loaded but some ...