The latest lamp stack is very nice, however, we are finding it impossible to disable whatever mechanism is caching the web pages. Sadly, this makes it useless as a development server.
We have searched the apache docs, but found no solution. it may be some specific Debian or TKL setting? We need the server to grab the absolute current file on every request.
I deployed a turnkeylinux appliance with owncloud builtin. Owncloud version 12.1 I see turnkey now has a owncloud version 13.0 How would I go about upgrading without uploading new source that I downloaded from owncloud. Is there a way to upgrade. It doesnt want to seem to get the new version through webmin.
I just installed OTRS appliance as a CT on PVE, made post-install steps and trying to open OTRS but getting Access denied message from mysql:
Access denied for user 'otrs'@'localhost' (using password: YES)
Since this is my firtst use of Turnkey and OTRS too, I don't know where to look for config files, imho I may set the new password and correct it in the OTRS database config. Am I right?
Hope this is trivial, I found Turnkey as a great idea! Thanks!
I have a quick question. I am runnig different apps as virtual machines. I would like to specify different ports to be used with every application. For example, if I have TurnKey Tracks running at 192.168.1.165 and Deki on 192.168.1.166, I would like to use port 8160 and 8161 respectively. So to log in to Tracks, I would use 192.168.1.165:8160
How can I have this done? The reason behind it is that I want to have access to these apps from outside of my network, but my router only allows me to open ports once per IP.
i found out, that there are some - not all - request (eg.: Login,Backup and Migration (TKLBAM),..) with absoloute URL, Port (12321) and Protokoll definitions!
I have problem to load the php5-pgsql and pdo_pgsql driver on this AMI.
i run
apt-get install php5-pgsql
and than i find under the /etc/php5/cgi/conf.d folder the relative .ini files that loads the extension.
but.. when i run phpinfo(), the new module does not be displayed, and in Additional .ini files parsed section the new .ini file does not be displayed too.
I have to say, been trying out your appliances, especially your LAMP Appliance for about a few weeks to a month, getting so involved that I revived my Old HP Mini 2133 Notebook and slapped your LAMP appliance and started building on that!, your appliances (in lack of a lengthly description) are just simply AWESOME!
BUT!!! alas troubled brewed for me, I simply cannot figure out why I cant access webmin, etc from the outside (WAN) ! Let me tell you a little about the setup (just simply)...
I am trying to set up some PHP scripts that will turn on/off a daemon (fatcontroller for some AWS SQS processing) via /etc/init.d/. Turnkey appliances seem to come without suod installed, so I ran a simple apt-get install sudo.