From: Pat E. <pe...@gm...> - 2017-03-22 07:21:19
|
hi, is there a way to put some files into newly created domain's public_html folders? something like /etc/skel but for website? PAT -- |
From: Andrey R. <anr...@ya...> - 2017-03-22 10:20:14
|
Greetings, Pat Erler! > is there a way to put some files into newly created domain's public_html > folders? something like /etc/skel but for website? You can do anything you want with event scripting. -- With best regards, Andrey Repin Wednesday, March 22, 2017 13:15:18 Sorry for my terrible english... |
From: Pat E. <pe...@gm...> - 2017-03-22 11:31:13
|
Andrey, we talked about this. If you don't have anything useful to say, please don't say anything. On Wed, 22 Mar 2017, 12:24 Andrey Repin, <anr...@ya...> wrote: > Greetings, Pat Erler! > > > is there a way to put some files into newly created domain's public_html > > folders? something like /etc/skel but for website? > > You can do anything you want with event scripting. > > > -- > With best regards, > Andrey Repin > Wednesday, March 22, 2017 13:15:18 > > Sorry for my terrible english... > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > - > Forwarded by the Webmin mailing list at > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > -- |
From: Andrey R. <anr...@ya...> - 2017-03-22 21:35:13
|
Greetings, Pat Erler! >> On Wed, 22 Mar 2017, 12:24 Andrey Repin wrote: > >> Greetings, Pat Erler! >> >>> is there a way to put some files into newly created domain's public_html >>> folders? something like /etc/skel but for website? >> >> You can do anything you want with event scripting. > Andrey, we talked about this. If you don't have anything useful to say, please don't say anything. The answer do not become invalid just because you don't like it. If you are too lazy to read documentation, I'm not the one to retype it for you. And given your reaction, I won't be the one to search the documentation for you to provide a direct link. Last, but not least, please teach your mail agent to not quote raw email addresses in message body. Thank you in advance. -- With best regards, Andrey Repin Thursday, March 23, 2017 00:18:31 Sorry for my terrible english... |
From: Jamie C. <jca...@we...> - 2017-03-22 22:56:49
|
On 22/Mar/2017 04:30 Pat Erler <pe...@gm...> wrote .. > Andrey, we talked about this. If you don't have anything useful to say, > please don't say anything. > > On Wed, 22 Mar 2017, 12:24 Andrey Repin, <anr...@ya...> wrote: > > > Greetings, Pat Erler! > > > > > is there a way to put some files into newly created domain's public_html > > > folders? something like /etc/skel but for website? > > > > You can do anything you want with event scripting. I think what Andrey was suggesting was to use the post-domain-creation script feature to copy in files. However, there is a simpler solution - just create /etc/skel/public_html and put any files you want copied to new domains in there. |
From: Pat E. <pe...@gm...> - 2017-03-23 06:11:25
|
thanks, that's what I was looking for :-) On Thu, 23 Mar 2017, 01:00 Jamie Cameron, <jca...@we...> wrote: > On 22/Mar/2017 04:30 Pat Erler <pe...@gm...> wrote .. > > Andrey, we talked about this. If you don't have anything useful to say, > > please don't say anything. > > > > On Wed, 22 Mar 2017, 12:24 Andrey Repin, <anr...@ya...> wrote: > > > > > Greetings, Pat Erler! > > > > > > > is there a way to put some files into newly created domain's > public_html > > > > folders? something like /etc/skel but for website? > > > > > > You can do anything you want with event scripting. > > I think what Andrey was suggesting was to use the post-domain-creation > script feature to copy in files. > > However, there is a simpler solution - just create /etc/skel/public_html > and > put any files you want copied to new domains in there. > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > - > Forwarded by the Webmin mailing list at > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > -- |
From: Pat E. <pe...@gm...> - 2017-03-26 15:38:17
|
ok, I tried this and it didn't work. root@server:~# ls -R /etc/skel /etc/skel: public_html /etc/skel/public_html: index.php root@server:~# ls -R /home/domain/domains/test123.domain.com//public_html/ /home/domain/domains/test123.domain.com//public_html/: On Thu, Mar 23, 2017 at 7:11 AM Pat Erler <pe...@gm...> wrote: > thanks, that's what I was looking for :-) > > On Thu, 23 Mar 2017, 01:00 Jamie Cameron, <jca...@we...> wrote: > > On 22/Mar/2017 04:30 Pat Erler <pe...@gm...> wrote .. > > Andrey, we talked about this. If you don't have anything useful to say, > > please don't say anything. > > > > On Wed, 22 Mar 2017, 12:24 Andrey Repin, <anr...@ya...> wrote: > > > > > Greetings, Pat Erler! > > > > > > > is there a way to put some files into newly created domain's > public_html > > > > folders? something like /etc/skel but for website? > > > > > > You can do anything you want with event scripting. > > I think what Andrey was suggesting was to use the post-domain-creation > script feature to copy in files. > > However, there is a simpler solution - just create /etc/skel/public_html > and > put any files you want copied to new domains in there. > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > - > Forwarded by the Webmin mailing list at > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > -- > > > -- |