rwb
03-11-2006, 08:00 PM
Hi there
I asked this question before and, with the help of users here, resolved it. I figured that the next time I had do this, I'd search the forum - but the contents vanished when they lost that drive a few months ago. :eek:
Ah well... I'm trying to create a symbolic link for a addon domain so stats can be viewed without logging into CPanel.
I've never been able to use SSH (local ISP issues, buggers) so I'm trying to issue a LN command thru the Cron interface in CPanel. I've tried...
ln -s /public_html/ADDON-DOMAIN-NAME/stats /tmp/webalizer/ADDON.MAIN-DOMAIN.com/
.... so I'm expecting that a visit to www.ADDON-DOMAIN-NAME.com/stats/ will produce whatever is in /tmp/webalizer/ADDON.MAIN-DOMAIN.com/
Cron replies "No such file or directory". There is no "stats", but I though Cron would create it for me. This worked last time I did it (or obviously something like it) for another domain, but I didn't save the command or cron output.
Any ideas on what I'm missing?
Randy
I asked this question before and, with the help of users here, resolved it. I figured that the next time I had do this, I'd search the forum - but the contents vanished when they lost that drive a few months ago. :eek:
Ah well... I'm trying to create a symbolic link for a addon domain so stats can be viewed without logging into CPanel.
I've never been able to use SSH (local ISP issues, buggers) so I'm trying to issue a LN command thru the Cron interface in CPanel. I've tried...
ln -s /public_html/ADDON-DOMAIN-NAME/stats /tmp/webalizer/ADDON.MAIN-DOMAIN.com/
.... so I'm expecting that a visit to www.ADDON-DOMAIN-NAME.com/stats/ will produce whatever is in /tmp/webalizer/ADDON.MAIN-DOMAIN.com/
Cron replies "No such file or directory". There is no "stats", but I though Cron would create it for me. This worked last time I did it (or obviously something like it) for another domain, but I didn't save the command or cron output.
Any ideas on what I'm missing?
Randy