Current time: 05-05-2024, 10:19 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[CLOSED] awstats static-->> dynamic
Author Message
Rene Offline
Member
*
Beta Team

Posts: 342
Joined: Sep 2007
Reputation: 4
Post: #21
RE: awstats static-->> dynamic
hast du es schonmal mit der suche versucht? das problem gab es schonmal... ist glaub ich nochnichtmal so lange her....
03-19-2008 11:04 PM
Find all posts by this user
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #22
RE: awstats static-->> dynamic
natürlich habe ich versucht zu suchen.
03-19-2008 11:05 PM
Find all posts by this user
Rene Offline
Member
*
Beta Team

Posts: 342
Joined: Sep 2007
Reputation: 4
Post: #23
RE: awstats static-->> dynamic
also ich find da was Wink
such einfach mal nach Forbidden...
03-19-2008 11:07 PM
Find all posts by this user
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #24
RE: awstats static-->> dynamic
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.
03-19-2008 11:26 PM
Find all posts by this user
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #25
RE: awstats static-->> dynamic
http://www.isp-control.net/forum/solved-...-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
03-19-2008 11:37 PM
Visit this user's website Find all posts by this user
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #26
RE: awstats static-->> dynamic
Ich habe es leider immernoch nicht hinbekommen. Soll ich dazu einen neuen Thread eröffnen?
03-20-2008 12:26 AM
Find all posts by this user
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #27
RE: awstats static-->> dynamic
So die Suche sollte jetzt besser funktionieren dank Malte. Es wird jetzt wesentlich besser nach Stichworten gesucht. Also happy searching Smile
03-20-2008 04:29 AM
Visit this user's website Find all posts by this user
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #28
RE: awstats static-->> dynamic
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.
03-20-2008 10:21 AM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #29
RE: awstats static-->> dynamic
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...
03-20-2008 10:37 AM
Visit this user's website Find all posts by this user
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #30
RE: awstats static-->> dynamic
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
(This post was last modified: 03-22-2008 07:16 AM by elitepilot.)
03-22-2008 07:12 AM
Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)