ispCP - Board - Support
[CLOSED] awstats static-->> dynamic - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Archiv (/forum-54.html)
+---- Thread: [CLOSED] awstats static-->> dynamic (/thread-2773.html)

Pages: 1 2 3 4


RE: awstats static-->> dynamic - Rene - 03-19-2008 11:04 PM

hast du es schonmal mit der suche versucht? das problem gab es schonmal... ist glaub ich nochnichtmal so lange her....


RE: awstats static-->> dynamic - elitepilot - 03-19-2008 11:05 PM

natürlich habe ich versucht zu suchen.


RE: awstats static-->> dynamic - Rene - 03-19-2008 11:07 PM

also ich find da was Wink
such einfach mal nach Forbidden...


RE: awstats static-->> dynamic - elitepilot - 03-19-2008 11:26 PM

Habe mich durch 3 Thread durchgekämpft. Leider ist jetzt das Problem das
Error 404!

/stats/
File Not Found!

kommt. Hierfür konnte ich keine Lösung finden.


RE: awstats static-->> dynamic - gOOvER - 03-19-2008 11:37 PM

http://www.isp-control.net/forum/solved-awstats-dont-work-t-2554.html

Ist schon komisch. Ich finde immer was Smile allerdings muss ich auch dazusagen, das die Suche von MyBB nicht gerade das Gelbe vom Ei ist Smile


RE: awstats static-->> dynamic - elitepilot - 03-20-2008 12:26 AM

Ich habe es leider immernoch nicht hinbekommen. Soll ich dazu einen neuen Thread eröffnen?


RE: awstats static-->> dynamic - gOOvER - 03-20-2008 04:29 AM

So die Suche sollte jetzt besser funktionieren dank Malte. Es wird jetzt wesentlich besser nach Stichworten gesucht. Also happy searching Smile


RE: awstats static-->> dynamic - elitepilot - 03-20-2008 10:21 AM

Da bisjetzt nix geholfen hat was sich durch die Suche ergeben hat stellt sich die Frage, welche Configs ich posten kann, damit ihr mir helfen könnt.


RE: awstats static-->> dynamic - joximu - 03-20-2008 10:37 AM

die error log des vhosts, der entsprechende Eintrag im ispcp.conf von apache, die 00_awstats.conf (oder wars 01_awstats.conf) - die Liste der Module, die apache lädt (apache2 -M)... wär mal ein Anfang...


RE: awstats static-->> dynamic - elitepilot - 03-22-2008 07:12 AM

Hallo,
hier die geforderten daten. Ich hoffe das man mir nun helfen kann.

01_awstats.conf
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright 2006-2008 by ispCP | http://isp-control.net
# @version SVN: $ID$
# @link http://isp-control.net
# @author ispCP Team
#
# @license
# This program is free software; you can redistribute it and/or modify it under
# the terms of the MPL General Public License as published by the Free Software
# Foundation; either version 1.1 of the License, or (at your option) any later
# version.
# You should have received a copy of the MPL Mozilla Public License along with
# this program; if not, write to the Open Source Initiative (OSI)
# http://opensource.org | osi@opensource.org
#
################################################################################​
#
# 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
#

server:~# apache2 -M
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_worker_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgid_module (shared)
dir_module (shared)
env_module (shared)
fastcgi_module (shared)
mime_module (shared)
negotiation_module (shared)
proxy_module (shared)
proxy_http_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)
suexec_module (shared)
Syntax OK


Kein Eintrag im Error Log!

Aus der etc/ISPCP/ispcp.conf
#
# APACHE data
#

APACHE_NAME = apache2

APACHE_RESTART_TRY = 3

APACHE_CONF_DIR = /etc/apache2

APACHE_CMD = /usr/sbin/apache2

APACHE_LOG_DIR = /var/log/apache2

APACHE_BACKUP_LOG_DIR = /var/log/apache2/backup

APACHE_USERS_LOG_DIR = /var/log/apache2/users

APACHE_MODS_DIR = /etc/apache2/mods-available

APACHE_SITES_DIR = /etc/apache2/sites-available

APACHE_CUSTOM_SITES_CONFIG_DIR = /etc/apache2/ispcp

APACHE_SUEXEC_USER_PREF = vu

APACHE_SUEXEC_MIN_GID = 2000

APACHE_SUEXEC_MIN_UID = 2000

APACHE_USER = www-data

APACHE_GROUP = www-data