webmin configure under non-traditional path

How do you compensate for /etc/webmin/ being located under a non-traditional location like /home/etc/webmin/ instead ?

Status: 
Closed (works as designed)

Comments

nm I found a solution using mount bind option

Actually Webmin should handle this just fine. If you install from the tar.gz package, the setup.sh script will ask you where to put the config directory. But if you install from the RPM, there is no choice .... so a bind mount is probably the best option.

In my case its the deb's I use and using the mount bind option worked like a charm without the need to edit the config files. It's an elegant fix

Yeah, that seems like the way to go.

I was thinking that maybe you could do this automatically when installing webmin for the first time. Whether its by the vm install script or webmin on its own... doing a mount bind still makes a clean install even though locations might be in a different place due to partition constraints.