![]() |
Awstats Dynamic Problem - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Awstats Dynamic Problem (/thread-3211.html) Pages: 1 2 |
Awstats Dynamic Problem - elitepilot - 05-05-2008 11:48 AM Hi, When i open my domain: haicon.eu/stats/ following error comes in: Error 404! /stats/ File Not Found! I have 64Bit, in other posts, one users had probs with awstats on vserver under 64Bit Debian. Any ideas? Thx a lot RE: Awstats Dynamic Problem - gOOvER - 05-05-2008 12:05 PM Did you enable AWStats dynamic during installation? But when you try the search i believe you will find some answers. ![]() RE: Awstats Dynamic Problem - elitepilot - 05-05-2008 11:05 PM I searcht, i found a Thread , but no solution. RE: Awstats Dynamic Problem - BeNe - 05-05-2008 11:09 PM Looks like your Apache_Proxy Module is not loaded or wrong. Could you please post these Configs here ? Greez BeNe RE: Awstats Dynamic Problem - elitepilot - 05-06-2008 12:02 AM proxy.conf <IfModule mod_proxy.c> #turning ProxyRequests on and allowing proxying from all may allow #spammers to use your proxy to send email. ProxyRequests Off <Proxy *> AddDefaultCharset off Order deny,allow Deny from all Allow from 127.0.0.1 </Proxy> # Enable/disable the handling of HTTP/1.1 "Via:" headers. # ("Full" adds the server version; "Block" removes all outgoing Via: headers) # Set to one of: Off | On | Full | Block ProxyVia On </IfModule> Do you need other Confs? RE: Awstats Dynamic Problem - BeNe - 05-06-2008 12:46 AM Do you now use Static or dynamic ? The Topic is dynamic and in your sig is it static - but thats not that point. Your Config looks ok - is it enabled ? And is there a correct site enabled in Apache for 01_awstats.conf ? Can you post it here, too ? What about your Apache Logs ? Did you upgrade from an older Version ? Greez BeNe RE: Awstats Dynamic Problem - elitepilot - 05-06-2008 12:54 AM I have Dynamic now. It is enabled. 01_awstats.conf: # AWStats Begin # Alias /awstatsicons "/usr/share/awstats/icon/" NameVirtualHost 127.0.0.1:80 <VirtualHost 127.0.0.1:80> <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^/stats/(.+)/$ http://localhost/awstats/?config=$1 [P] RewriteRule ^/stats/(.+)/awstats.pl(.*)$ http://localhost/awstats/$2 [P] </IfModule> ScriptAlias /awstats "/usr/lib/cgi-bin/awstats.pl" <Directory /usr/lib/cgi-bin> AllowOverride none Options +ExecCGI DirectoryIndex awstats.pl Order allow,deny Allow from all </Directory> </VirtualHost> # # AWStats End # error log einer Domain: [Mon May 05 16:19:49 2008] [error] [client 84.60.164.107] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://haicon.eu/index.php?module=members&id=16 [Mon May 05 16:23:59 2008] [error] [client 78.47.79.103] File does not exist: /var/www/virtual/haicon.eu/htdocs/haiCon[haiCon.eu] [Mon May 05 16:27:42 2008] [error] [client 91.17.169.24] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://haicon.eu/index.php?module=members [Mon May 05 16:29:14 2008] [error] [client 78.47.79.103] File does not exist: /var/www/virtual/haicon.eu/htdocs/haiCon[haiCon.eu] [Mon May 05 16:34:24 2008] [error] [client 78.47.79.103] File does not exist: /var/www/virtual/haicon.eu/htdocs/haiCon[haiCon.eu] [Mon May 05 16:39:20 2008] [error] [client 217.232.28.33] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://www.haicon.eu/index.php?module=members&id=16 [Mon May 05 16:39:24 2008] [error] [client 84.57.193.112] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://haicon.eu/index.php?module=members [Mon May 05 16:39:34 2008] [error] [client 84.57.193.112] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://haicon.eu/index.php?module=members&id=16 [Mon May 05 16:39:35 2008] [error] [client 78.47.79.103] File does not exist: /var/www/virtual/haicon.eu/htdocs/haiCon[haiCon.eu] [Mon May 05 16:41:00 2008] [error] [client 84.57.193.112] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://www.haicon.eu/index.php?module=members&id=16 [Mon May 05 16:41:02 2008] [error] [client 84.57.193.112] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://www.haicon.eu/index.php?module=members&memberlist_id=1 [Mon May 05 16:41:08 2008] [error] [client 84.57.193.112] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://www.haicon.eu/index.php?module=members&memberlist_id=1 [Mon May 05 16:41:13 2008] [error] [client 84.57.193.112] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://www.haicon.eu/index.php?module=members&memberlist_id=1 [Mon May 05 16:41:24 2008] [error] [client 84.57.193.112] File does not exist: /var/www/virtual/haicon.eu/htdocs/gfx/bgre.jpg, referer: http://www.haicon.eu/index.php?module=members&memberlist_id=1 [Mon May 05 16:44:48 2008] [error] [client 78.47.79.103] File does not exist: /var/www/virtual/haicon.eu/htdocs/haiCon[haiCon.eu] error log des apache: Failed loading /usr/lib/php5/20060613/eaccelerator.so: /usr/lib/php5/20060613/eaccelerator.so: undefined symbol: empty_string [Mon May 05 15:49:36 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (uid 2001, gid 2001) restarted (pid 8466) Failed loading /usr/lib/php5/20060613/eaccelerator.so: /usr/lib/php5/20060613/eaccelerator.so: undefined symbol: empty_string [Mon May 05 15:49:41 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (uid 2001, gid 2001) restarted (pid 8475) Failed loading /usr/lib/php5/20060613/eaccelerator.so: /usr/lib/php5/20060613/eaccelerator.so: undefined symbol: empty_string [Mon May 05 15:49:46 2008] [warn] FastCGI: scheduled the restart of the last (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" process: reached dynamicMaxClassProcs (5) [Mon May 05 15:49:51 2008] [warn] FastCGI: scheduled the restart of the last (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" process: reached dynamicMaxClassProcs (5) [Mon May 05 15:49:51 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (uid 2001, gid 2001) restarted (pid 8521) Failed loading /usr/lib/php5/20060613/eaccelerator.so: /usr/lib/php5/20060613/eaccelerator.so: undefined symbol: empty_string [Mon May 05 15:51:05 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (pid 8521) termination signaled [Mon May 05 15:51:05 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (pid 8521) terminated by calling exit with status '0' [Mon May 05 15:52:09 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (pid 8475) termination signaled [Mon May 05 15:52:09 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (pid 8475) terminated by calling exit with status '0' [Mon May 05 15:53:09 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (pid 8466) termination signaled [Mon May 05 15:53:09 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (pid 8466) terminated by calling exit with status '0' [Mon May 05 15:54:09 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (pid 8442) termination signaled [Mon May 05 15:54:09 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/haicon.eu/php5-fcgi-starter" (pid 8442) terminated by calling exit with status '0' I upgraded from RC3 to RC4 and change static to dynamic. i get the icon directory. I installed ISPCP on the same Vserver typ with direct dynamic, its the same problem. RE: Awstats Dynamic Problem - Flo - 05-07-2008 06:08 AM Hello, I have the same problem with nightly build of 2008-03-31 on a 64bit Debian Etch vServer. At installation I choosed "dynamic" and all configs are there. Modules are loaded too. /var/log/apache2/users/admin.panel.tld-error.log: [error] [client xxx.xxx.xxx.xxx] File does not exist: /var/www/ispcp/gui/stats /etc/host: xxx.xxx.xxx.xxx admin.panel.tld panel localhost Regards Florian RE: Awstats Dynamic Problem - gOOvER - 05-07-2008 12:20 PM elitepilot Wrote:Hi, That's wrong. Try haicon.eu/stats RE: Awstats Dynamic Problem - gOOvER - 05-07-2008 12:26 PM Flo Wrote:Hello, Try to open stats for a Domain you host, not for the adminpanel. |