Current time: 05-05-2024, 08:13 PM Hello There, Guest! (LoginRegister)


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

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #31
RE: awstats static-->> dynamic
ich meinte eine andere ispcp.conf: /etc/apache2/vhosts-enabled/ispcp.conf - mal ein Block eines vhosts (am besten der, den du testest)
und dann das error.log dieses vhosts: /var/log/apache/users/<domain>-error.log

aber bitte mit der Fehlermeldung drin. Wenn du ein 404 bekommst, dann gint es die auch im error log - nur posten, wenn was drin ist.
03-22-2008 09:41 AM
Visit this user's website Find all posts by this user
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
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #33
RE: awstats static-->> dynamic
Ich bitte darum das die hier im Thread bisher aktiv waren sich dem Problem annehmen.
03-24-2008 06:32 AM
Find all posts by this user
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #34
RE: awstats static-->> dynamic
wie wäre es mit "sich mal selbst versuchen"?
03-24-2008 08:02 AM
Visit this user's website Find all posts by this user
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #35
RE: awstats static-->> dynamic
RatS Wrote:wie wäre es mit "sich mal selbst versuchen"?


Im moment seh ich auch keinen bedarf das forum zu belästigen...
das ist leaning by doing oder wie dat heisst *lol*


mfg
03-24-2008 08:16 AM
Visit this user's website Find all posts by this user
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #36
RE: awstats static-->> dynamic
Wenn ihr keine Ahnung habt, dann solltet ihr lieber leise sein, den wenn ihr Zeit habt Thread sinnlos zuzuspammen, dann wundert es mich nicht das noch bugs in ispcp sind.
03-24-2008 12:24 PM
Find all posts by this user
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #37
RE: awstats static-->> dynamic
elitepilot Wrote:Wenn ihr keine Ahnung habt, dann solltet ihr lieber leise sein, den wenn ihr Zeit habt Thread sinnlos zuzuspammen, dann wundert es mich nicht das noch bugs in ispcp sind.
Das ist ja wohl eine Frechheit! Wie kannst du es dir anmaßen so mit uns zu reden? Wir haben eben nicht die Zeit, dir bei trivialen Problemen (die man mit etwas Verstand und dem Konsultieren der Dokumentationen lösen kann) zu helfen, weil wir dann keine Bugs fixen können... Wenn du mehr Support erwartest, dann zahl' dafür!
03-24-2008 07:11 PM
Visit this user's website Find all posts by this user
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #38
RE: awstats static-->> dynamic
Naja, es gibt halt immer Leute die meinen, wir sind nur Für sie da. Elitepilot, Dein Problem läßt sich nur alleine mit Suchen (Sorry, ich vergaß du bist ja unfähig die Suche zu bedienen) im Forum beheben. Wenn nicht, vielleicht hilft das hier

Wenn man keinen Rootserver bedienen kann, sollte man überlegen, ob man ihn nicht Kündigt, denn blutige noob Anfänger (und das bist Du, was Deine Post's beweisen) wie Du können damit nur Schaden anrichten.

Also, du kannst Ja 300 Euro auf ein ispCP Konto Überweisen, dann wird Dir geholfen oder Du machst deinen Root wieder neu und verschaffst Dir erst mal einen Überblick von dem was Du machst, denn eigentlich fällt Dein Problem unter die Kategorie: Anwenderfehler und gehört ergo nicht zu den Supportfähigen Themen.

Ich persönlich würde dazu neigen diesen Unverschämten Thread zu schließen.
03-24-2008 07:44 PM
Visit this user's website Find all posts by this user
Rene Offline
Member
*
Beta Team

Posts: 342
Joined: Sep 2007
Reputation: 4
Post: #39
RE: awstats static-->> dynamic
gOOvER Wrote:Ich persönlich würde dazu neigen diesen Unverschämten Thread zu schließen.

bin ich auch für... vorallem nach dem Post... da fehlen mir echt die Worte...

@elitepilot: du brauchst echt Grundkenntnisse in Linux und vor allem im Umgang mit einer community im Open Source Bereich, denn wie es da abgeht, davon hast du keine Ahnung!
03-24-2008 07:52 PM
Find all posts by this user
Thread Closed 


Forum Jump:


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