HomeSort by relevance Sort by last modified time
    Searched refs:awstats (Results 1 - 8 of 8) sorted by null

  /sfw/usr/src/pkgdefs/SUNWawstats/
prototype_com 50 d none usr/lib/awstats 0755 root bin
51 f none usr/lib/awstats/README.TXT 0444 root bin
52 d none usr/lib/awstats/tools 0755 root bin
53 f none usr/lib/awstats/tools/awstats_buildstaticpages.pl 0555 root bin
54 f none usr/lib/awstats/tools/awstats_configure.pl 0555 root bin
55 f none usr/lib/awstats/tools/awstats_exportlib.pl 0555 root bin
56 f none usr/lib/awstats/tools/awstats_updateall.pl 0555 root bin
57 f none usr/lib/awstats/tools/httpd_conf 0444 root bin
58 f none usr/lib/awstats/tools/logresolvemerge.pl 0555 root bin
59 f none usr/lib/awstats/tools/maillogconvert.pl 0555 root bi
    [all...]
  /sfw/usr/src/cmd/awstats/awstats-6.9/tools/
httpd_conf 3 # your Apache server by using the AWStats configure.pl tool.
7 # Directives to add to your Apache conf file to allow use of AWStats as a CGI.
8 # Note that path "/usr/local/awstats/" must reflect your AWStats install path.
10 Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"
11 Alias /awstatscss "/usr/local/awstats/wwwroot/css/"
12 Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"
13 ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"
16 # This is to permit URL access to scripts/files in AWStats directory
    [all...]
awstats_updateall.pl 4 # See COPYING.TXT file about AWStats GNU General Public License.
16 my $DIRCONFIG = "/etc/awstats";
20 my $Awstats='awstats.pl';
71 if ($ARGV[$_] =~ /^-*awstatsprog=(.*)/i) { $Awstats="$1"; next; }
91 print "awstats_updateall launches update process for all AWStats config files (except\n";
92 print "awstats.model.conf) found in a particular directory, so you can easily setup a\n";
100 print " -excludeconf=conftoexclude[,conftoexclude2,...] (Note: awstats.model.conf is always excluded)\n";
109 my @filesindir = grep { /^awstats\.(.*)conf$/ } sort readdir(DIR);
118 if ($file =~ /^awstats\.(.*)conf$/)
    [all...]
awstats_configure.pl 3 # This script configures AWStats so that it works immediately.
6 # - Add AWStats directives
8 # - Create AWStats config file
9 # See COPYING.TXT file about AWStats GNU General Public License.
32 $AWSTATS_ICON_PATH='/usr/local/awstats/wwwroot/icon';
33 $AWSTATS_CSS_PATH='/usr/local/awstats/wwwroot/css';
34 $AWSTATS_CLASSES_PATH='/usr/local/awstats/wwwroot/classes';
35 $AWSTATS_CGI_PATH='/usr/local/awstats/wwwroot/cgi-bin';
36 $AWSTATS_MODEL_CONFIG='/etc/awstats/awstats.model.conf'; # Used only when configure ran on linu
    [all...]
  /sfw/usr/src/cmd/awstats/
install-sfw 38 _install N awstats.1 ${MAN1DIR}/awstats.1 444
42 AWSTATSDIR=${PREFIX}/share/doc/awstats
47 AWSTATSDIR=${PREFIX}/lib/awstats
59 AWSTATSDIR=${PREFIX}/share/awstats
  /sfw/usr/src/
Targetdirs 283 /usr/lib/awstats \
284 /usr/lib/awstats/tools \
285 /usr/lib/awstats/tools/webmin \
286 /usr/lib/awstats/tools/xslt \
855 /usr/share/awstats \
856 /usr/share/awstats/cgi-bin \
857 /usr/share/awstats/cgi-bin/lang \
858 /usr/share/awstats/cgi-bin/lang/tooltips_f \
859 /usr/share/awstats/cgi-bin/lang/tooltips_m \
860 /usr/share/awstats/cgi-bin/lang/tooltips_w
    [all...]
  /sfw/usr/src/cmd/
Makefile 57 awstats \
  /sfw/usr/src/cmd/awstats/awstats-6.9/wwwroot/cgi-bin/
awstats.pl 7 # See AWStats documentation (in docs/ directory) for all setup instructions.
402 # HTTP-Accept or Lang parameter => AWStats code to use for lang
403 # ISO-639-1 or 2 or other => awstats-xx.txt where xx is ISO-639-1
449 ( # If flag (country ISO-3166 two letters) is not same than AWStats Lang code
821 "<meta name=\"generator\" content=\"AWStats $VERSION from config file awstats.$SiteConfig.conf (http://awstats.sourceforge.net)\"$endtag\n";
    [all...]

Completed in 1080 milliseconds