Current time: 02-17-2025, 07:46 AM Hello There, Guest! (LoginRegister)


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

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #32
RE: awstats static-->> dynamic
error.log:
[Sat Mar 22 15:23:52 2008] [error] [client 78.47.79.103] File does not exist: /var/www/virtual/haicon.eu/htdocs/haiCon[haiCon.de] Dieser Fehler trat öfters auf, auch zu zeiten, wo keiner auf die Stats zugreifen wollte. Sonst keine Fehler vorhanden!

Mir ist auch aufgefallen, das das Cron-Script nicht täglich läuft, also das sehe ich daran das das letzte Backup vom 19.03 ist und da hatte ich das Script manuel ausgeführt.

/etc/apache2/sites-enabled/ispcp.conf
# httpd [haicon.eu] dmn entry BEGIN.
<VirtualHost 78.47.79.103:80>

<IfModule suexec_module>
SuexecUserGroup vu2001 vu2001
</IfModule>

ServerAdmin webmaster@haicon.eu
DocumentRoot /var/www/virtual/haicon.eu/htdocs

ServerName haicon.eu
ServerAlias http://www.haicon.eu haicon.eu *.haicon.eu

ErrorLog /var/log/apache2/users/haicon.eu-error.log
TransferLog /var/log/apache2/users/haicon.eu-access.log

CustomLog /var/log/apache2/haicon.eu-traf.log traff
CustomLog /var/log/apache2/haicon.eu-combined.log combined

Alias /errors /var/www/virtual/haicon.eu/errors/

RedirectMatch permanent /ftp([\/]?) http://admin.server.haicon.eu/ftp/
RedirectMatch permanent /pma([\/]?) http://admin.server.haicon.eu/pma/
RedirectMatch permanent /webmail([\/]?) http://admin.server.haicon.eu/webmail/

ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
ErrorDocument 503 /errors/503.html

<IfModule mod_cband.c>
CBandUser haicon.eu
</IfModule>

# httpd awstats support BEGIN.

ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /stats http://localhost/stats/haicon.eu
ProxyPassReverse /stats http://localhost/stats/haicon.eu
# httpd awstats support END.

# httpd dmn entry cgi support BEGIN.
ScriptAlias /cgi-bin/ /var/www/virtual/haicon.eu/cgi-bin/
<Directory /var/www/virtual/haicon.eu/cgi-bin>
AllowOverride None
#Options ExecCGI
Order allow,deny
Allow from all
</Directory>
# httpd dmn entry cgi support END.

# httpd dmn entry PHP2 support BEGIN.
<IfModule mod_php4.c>
php_admin_value open_basedir "/var/www/virtual/haicon.eu:/var/www/virtual/haicon.eu/phptmp:/usr/share/php"
php_admin_value upload_tmp_dir "/var/www/virtual/haicon.eu/phptmp"
php_admin_value session.save_path "/var/www/virtual/haicon.eu/phptmp"
php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2001 -t -i'
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/var/www/virtual/haicon.eu:/var/www/virtual/haicon.eu/phptmp:/usr/share/php"
php_admin_value upload_tmp_dir "/var/www/virtual/haicon.eu/phptmp"
php_admin_value session.save_path "/var/www/virtual/haicon.eu/phptmp"
php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2001 -t -i'
</IfModule>
<IfModule mod_fastcgi.c>
ScriptAlias /php4/ /var/www/fcgi/haicon.eu/
ScriptAlias /php5/ /var/www/fcgi/haicon.eu/
<Directory "/var/www/fcgi/haicon.eu">
AllowOverride None
Options +ExecCGI -MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
# httpd dmn entry PHP2 support END.

<Directory /var/www/virtual/haicon.eu/htdocs>
# httpd dmn entry PHP support BEGIN.
# httpd dmn entry PHP support END.
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

Include /etc/apache2/ispcp/haicon.eu.conf

</VirtualHost>
# httpd [haicon.eu] dmn entry END.

# httpd [haicon.eu] dmn group entry END.
03-23-2008 12:34 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: awstats static-->> dynamic - Cube - 03-18-2008, 07:51 PM
RE: awstats static-->> dynamic - Cube - 03-18-2008, 08:30 PM
RE: awstats static-->> dynamic - Cube - 03-18-2008, 08:47 PM
RE: awstats static-->> dynamic - gOOvER - 03-18-2008, 09:30 PM
RE: awstats static-->> dynamic - Rene - 03-18-2008, 09:42 PM
RE: awstats static-->> dynamic - Cube - 03-18-2008, 09:50 PM
RE: awstats static-->> dynamic - Rene - 03-18-2008, 10:00 PM
RE: awstats static-->> dynamic - Rene - 03-18-2008, 10:05 PM
RE: awstats static-->> dynamic - gOOvER - 03-18-2008, 10:15 PM
RE: awstats static-->> dynamic - Rene - 03-18-2008, 10:18 PM
RE: awstats static-->> dynamic - Cube - 03-18-2008, 10:21 PM
RE: awstats static-->> dynamic - Rene - 03-19-2008, 11:04 PM
RE: awstats static-->> dynamic - Rene - 03-19-2008, 11:07 PM
RE: awstats static-->> dynamic - gOOvER - 03-19-2008, 11:37 PM
RE: awstats static-->> dynamic - gOOvER - 03-20-2008, 04:29 AM
RE: awstats static-->> dynamic - joximu - 03-20-2008, 10:37 AM
RE: awstats static-->> dynamic - joximu - 03-22-2008, 09:41 AM
RE: awstats static-->> dynamic - elitepilot - 03-23-2008 12:34 AM
RE: awstats static-->> dynamic - RatS - 03-24-2008, 08:02 AM
RE: awstats static-->> dynamic - ZooL - 03-24-2008, 08:16 AM
RE: awstats static-->> dynamic - RatS - 03-24-2008, 07:11 PM
RE: awstats static-->> dynamic - gOOvER - 03-24-2008, 07:44 PM
RE: awstats static-->> dynamic - Rene - 03-24-2008, 07:52 PM

Forum Jump:


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