insgesamt 92
drwxr-xr-x 2 ispweb65_admin web65 4096 22. Sep 04:00 .
drwxrwxr-x 5 ispweb65_admin web65 4096 23. Sep 21:38 ..
-rw-r--r-- 1 ispweb65_admin web65 2296 23. Sep 04:00 ctry_usage_200809.png
-rw-r--r-- 1 ispweb65_admin web65 2678 23. Sep 04:00 daily_usage_200809.png
-rw-r--r-- 1 ispweb65_admin web65 12288 22. Sep 04:00 dns_cache.db
-rw-r--r-- 1 ispweb65_admin web65 1732 23. Sep 04:00 hourly_usage_200809.png
-rw-rw-r-- 1 ispweb65_admin web65 126 23. Sep 04:00 .htaccess
-rw-r--r-- 1 ispweb65_admin web65 3707 23. Sep 04:00 index.html
-rw-r--r-- 1 ispweb65_admin web65 43415 23. Sep 04:00 usage_200809.html
-rw-r--r-- 1 ispweb65_admin web65 2132 23. Sep 04:00 usage.png
-rw-r--r-- 1 ispweb65_admin web65 2595 23. Sep 04:00 webalizer.current
-rw-r--r-- 1 ispweb65_admin web65 31 23. Sep 04:00 webalizer.hist
Ok, dann können wir es schonmal soweit eingrenzen, dass es nicht an ispconfig oder den statistik scripten liegt. Vermutlich ist irgendwo in Deiner apacheKonfiguratíon (apache2.conf) der .htaccess schutz abgeschaltet.Doch wenn ich nun die Domain aufrufe funkt der verzeichnisschutz dennoch nicht. Weder im stats noch im unterverzeichnis welches ich schützen möchte.
AllowOverride All
<Directory /var/www/sharedip>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
###############ispconfig_log###############
LogFormat "%v||||%b||||%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
CustomLog "|/root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d" combined_ispconfig
<Directory /home/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
<Directory /home/*/user/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
<Directory /home/*/cgi-bin>
Options ExecCGI -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
Include /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf
Bei den alten Webs (Domains) funktioniert allerdings der .htaccess schutz nicht.Das sieht soweit ok aus.