This will prevent the JumpBox admin code altering the live_site config variable, which is probably the one you're interested in.
This is exactly what I was looking for.
Thank you very much.
Beforehand I needed to backup my homepage regularly by copying the files from the DocumentRoot and dumping the database.
Since I use the "JumpBox" backup has become more easy and efficient than ever. Shutdown JumpBox, copy files, launch Jumpbox. Whereas the Shutdown and startup can be initiated through the Perl API of VMWare. Thank yo so much ...
I know that I can get a root shell using sudo -s.
So, is there any possibility (a conf file p.e.) to tell jumpbox not to rewrite the configuration.php of joomla?
I'm currently using the joomla jumpbox in vmware server. I must say that I'm really impressed. But, there's a thing thats really enerving.
I'm using a windows server host vm and apache is tunneling www.mydomain.com from my-jumpbox-host, thus I need to enter www.mydomain.com in joomla's configuration.php which is rewritten by jumpbox frequently.
this looks similar to the following in my apache. Im not using bridged network for the vm, but host network.
Configuration.php replacement
This is exactly what I was looking for.
Thank you very much.
Beforehand I needed to backup my homepage regularly by copying the files from the DocumentRoot and dumping the database.
Since I use the "JumpBox" backup has become more easy and efficient than ever. Shutdown JumpBox, copy files, launch Jumpbox. Whereas the Shutdown and startup can be initiated through the Perl API of VMWare. Thank yo so much ...
Configuration.php replacement
sudo sed -i.bak -e '65s/^/#/' /jumpbox/lib/apputils.rbThis will prevent the JumpBox admin code altering the
live_siteconfig variable, which is probably the one you're interested in.Configuration.php replacement
I know that I can get a root shell using sudo -s.
So, is there any possibility (a conf file p.e.) to tell jumpbox not to rewrite the configuration.php of joomla?
Configuration.php replacement
Hi,
I'm currently using the joomla jumpbox in vmware server. I must say that I'm really impressed. But, there's a thing thats really enerving.
I'm using a windows server host vm and apache is tunneling www.mydomain.com from my-jumpbox-host, thus I need to enter www.mydomain.com in joomla's configuration.php which is rewritten by jumpbox frequently.
this looks similar to the following in my apache. Im not using bridged network for the vm, but host network.
I know that the RewriteRules can be optimized, but I want to get the replacement of the configuration.php fixed beforehand. What shall I do?