These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Cache? on the new forum.
I'm getting started on making some modifications to the code. When I modify /usr/libexec/webmin/virtual-server/feature-web.pl and then do an action using the GUI, I don't see my changes.
For example, if I comment out the line in the sub backup_web: [code:1]&$first_print($text{'backup_apachecp'});[/code:1]I still see this line emitted when doing a backup. This is just an example for illustration purposes.
What do I need to do to enable my changes to be seen as I'm modifying the codebase?
Are you restarting Webmin after making your changes?
Ie, just running: /etc/init.d/webmin restart
In theory, that should be all you need to do for your changes to take effect.
-Eric
Thanks... no, I wasn't restarting webmin. I thought I could change it and have the changes taken immediately. So, I did restart webmin and it certainly did work. Many thanks!