Ticket #1262 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Opensuse: Cron job for awstats static

Reported by: einherjer Assigned to:
Priority: minor Milestone: ispCP ω 1.0.0 - RC5
Component: Config Files Version: ispCP ω 1.0.0 - RC4
Severity: Easy Keywords:
Cc:

Description

perl /srv/www/ispcp/engine/awstats/awstats_buildstaticpages.pl -config=domain.tld -update -lang=en -awstatsprog=/srv/www/cgi-bin/awstats.pl -dir=/srv/www/htdocs/icons/awstats/domain.tld/statistics/

should be

perl /srv/www/ispcp/engine/awstats/awstats_buildstaticpages.pl -config=domain.tld -update -lang=en -awstatsprog=/srv/www/cgi-bin/awstats.pl -dir=/srv/www/virtual/domain.tld/statistics/

Attachments

Change History

05/17/08 00:16:22 changed by zothos

  • owner changed.
  • priority changed from major to minor.
  • component changed from Backend (Engine) to Config Files.
  • severity changed from Don't know to Easy.
  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

05/17/08 10:33:47 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

It's already fixed in trunk.

05/17/08 15:43:49 changed by einherjer

  • status changed from closed to reopened.
  • resolution deleted.

trunk: {AWSTATS_ROOT_DIR}/awstats_buildstaticpages.pl -config={DMN_NAME} -update -lang={USER_LANG} -awstatsprog={AWSTATS_ENGINE_DIR}/awstats.pl -dir={AWSTATS_WEB_DIR}/{DMN_NAME}/statistics/ >/dev/null 2>&1

working: {AWSTATS_ROOT_DIR}awstats_buildstaticpages.pl -config={DMN_NAME} -update -lang={USER_LANG} -awstatsprog={AWSTATS_ENGINE_DIR}/awstats.pl -dir={APACHE_WWW_DIR}/{DMN_NAME}/statistics/ >/dev/null 2>&1

{AWSTATS_WEB_DIR} will be replaced by /srv/www/htdocs/icons/awstats which is wrong in that case {APACHE_WWW_DIR} will be replaced by /srv/www/virtual which will working

05/17/08 16:54:37 changed by rats

  • status changed from reopened to closed.
  • resolution set to fixed.

sorry and thank you for your reply!

added in r1158


Add/Change #1262 (Opensuse: Cron job for awstats static)




Action