• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

Apache Probleme

Citytow

New Member
Hallo Liebe User,
ich habe über Power Panel , den Server neugestartet . Leider bin ich dann nicht mehr auf Confixx drauf gekommen. Ich habe mir gedacht das i mal en Apache neustarte.. Mit Folgender Meldung :

login as: root
root@85.190.*3.***'s password:
Access denied
root@85.190.*3.***'s password:
Linux hauser-it-sohauser-it-so*** 2.6.18-028stab068.9-ent #1 SMP Tue Ma r 30 17:35:19 MSD 2010 i686

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
No mail.
Last login: Thu Aug 5 17:59:54 2010 from pd95c7986.dip0.t-ipconnect.de
hauser-it-so***:~# /etc/init.d/apache2 stop
Stopping web server: apache2.
hauser-it-so***~# /etc/init.d/apache2 start
Starting web server: apache2Syntax error on line 347 of /etc/apache2/confixx_vho sts/web3.conf:
Invalid command '[Zend]', perhaps misspelled or defined by a module not included in the server configuration
failed!


ZEND hat bissher ohne Probleme Funktoniert!!!

Danke für eure Hilfe!!


Betriebssystem : Debian
 
Kenn ich zwar mit Confixx nicht aus, aber ein "[Zend]" gehört nicht in einer Apache-Konfigurationsdatei, wie die Fehlermeldung ja sagt.

Einfach mal die Datei öffnen und das entsprechend auskommentieren.
 
Doch ZEND sollte mit Apache Starten. Das es in Confixx übernommen wird!!
So habe ich das mit bekommen!!
 
Davon abgesehen die Konsolenausgabe bitte in code-Tags zu setzen und dass es wirklich nicht notwendig ist die motd sowie den Login mit zu kopieren...

... hat Zend wirklich nichts in der vHost-Config verloren sondern muss in die php.ini. Zend ist uebrigens die Scripting Engine auf welcher PHP funktioniert. Die php.ini wird ja von jedem Worker (oder Fork respektiv fcgi/d-Prozess) ausgefuehrt somit sind deine Konfigurationen entsprechend geladen.
 
Davon abgesehen die Konsolenausgabe bitte in code-Tags zu setzen und dass es wirklich nicht notwendig ist die motd sowie den Login mit zu kopieren...

... hat Zend wirklich nichts in der vHost-Config verloren sondern muss in die php.ini. Zend ist uebrigens die Scripting Engine auf welcher PHP funktioniert. Die php.ini wird ja von jedem Worker (oder Fork respektiv fcgi/d-Prozess) ausgefuehrt somit sind deine Konfigurationen entsprechend geladen.

Sorry Meker halt rum... Wieder zum Thema... Ähmm es hat bis her Funktoniert!!Warum??
 
also i hab´s jetzt raus genommen

Code:
Starting web server: apache2Syntax error on line 347 of /etc/apache2/confixx_vhosts/web3.conf:
Invalid command '[Zend]', perhaps misspelled or defined by a module not included in the server configuration
 failed!
hauser-it-so++++:~#
 
Last edited by a moderator:
web2.conf

web3.conf

Code:
################### PARALLELS CONFIXX APACHE VHOSTS FILE ################
# created at Fri Nov 19 21:07:06 2010
#
#            !!! Do not make any changes in this file !!!
#
# 1. We cannot guarantee that the software will work properly, if
# the contents of this file are modified.
# 2. This file would be rewritten each time the Parallels Confixx software requires
# to update Apache configuration to bring user/domain settings in effect.
#
# If you need to have some custom content in this file, you can use
# "httpd special" function in the Parallels Confixx Control Panel or create
# an empty webX.lock file and edit webX.conf by the way you want in this
# case Parallels Confixx will not touch the configuration file.
#
##########################################################################

<Directory "/var/www/web3/html">
  Options -FollowSymLinks -SymLinksIfOwnerMatch
  Options +ExecCGI +Indexes
  AddHandler cgi-script .cgi .pl
  <IfModule mod_access.c>
    Allow from all
  </IfModule>
  <IfModule mod_authz_host.c>
    Allow from all
  </IfModule>
  php_admin_flag engine on
</Directory>

<VirtualHost 85.190.43.100:80>
  ServerName www.hauser-it-******.de
  ServerAlias hauser-web.eu www.hauser-web.eu his.hauser-it-******.de 
  DocumentRoot /var/www/web3/html/his
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.30:80>
  ServerName web3.hauser-it-******.de
  DocumentRoot /var/www/web3/html
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName shop.hauser-it-******.de
  DocumentRoot /var/www/web3/html/shop
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName webhosting.hauser-it-******.de
  DocumentRoot /var/www/web3/html/webhosting
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName counterstrike.hauser-it-******.de
  ServerAlias map.hauser-it-solution.de 
  DocumentRoot /var/www/web3/html/counterstrike/maps
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName kunde1291.hauser-it-******.de
  DocumentRoot /var/www/web3/html/Bistro
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName webmail.hauser-it-******.de
  DocumentRoot /var/www/web3/html/webmail
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName dns1.hauser-it-******.de
  ServerAlias dns2.hauser-it-******.de dns3.hauser-it-******.dee dns4.hauser-it-******.de  \
  dns5.hauser-it-solution.de 
  DocumentRoot /var/www/web3/html/dns
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName blog-deal.de
  ServerAlias hauser-it-******.de 
  DocumentRoot /var/www/web3/html/blogdealcms
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName intern.hauser-it-******.de
  DocumentRoot /var/www/web3/html/Gsales
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M


php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M

<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName kundencenter.hauser-it-******.de
  DocumentRoot /var/www/web3/html/kundencenter
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M

<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName sitebuilder.hauser-it-******.de
  DocumentRoot /var/www/web3/html/sitebuilder
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName guestbook.hauser-it-******.de
  DocumentRoot /var/www/web3/html/his/guestbook
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.0
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.0
zend_optimizer.version=3.2.0
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName guestbook1.hauser-it-******.de
  DocumentRoot /var/www/web3/html
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName hauser-it-solution.de
  Redirect / hauser-it-******.de
  CustomLog /var/www/web3/log/access_log confixx2
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName wcd-jyrx70rf.hauser-it-******.de
  ServerAlias *.hauser-it-******.de 
  DocumentRoot /var/www/web3/html/his
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>
 
Code:
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.0
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.0
zend_optimizer.version=3.2.0
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

Raus damit und evtl. in die php.ini packen...
 
Warum stehts denn in deiner web3.conf noch drin?
Unter Joe sucht man mit CTRL-K-F, unter nano mit CTRL-W. Andere Editoren, andere Sitten.
 
Also i hab den ganzen Absatz raus genommen!!!

PHP:
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.0
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.0
zend_optimizer.version=3.2.0
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

Nur d Apache will dann au ed Starten.. er bringt dann den gleichen Fehler!!
 
PHP:
################### PARALLELS CONFIXX APACHE VHOSTS FILE ################
# created at Fri Nov 19 21:07:06 2010
#
#            !!! Do not make any changes in this file !!!
#
# 1. We cannot guarantee that the software will work properly, if
# the contents of this file are modified.
# 2. This file would be rewritten each time the Parallels Confixx software requires
# to update Apache configuration to bring user/domain settings in effect.
#
# If you need to have some custom content in this file, you can use
# "httpd special" function in the Parallels Confixx Control Panel or create
# an empty webX.lock file and edit webX.conf by the way you want in this
# case Parallels Confixx will not touch the configuration file.
#
##########################################################################

<Directory "/var/www/web3/html">
  Options -FollowSymLinks -SymLinksIfOwnerMatch
  Options +ExecCGI +Indexes
  AddHandler cgi-script .cgi .pl
  <IfModule mod_access.c>
    Allow from all
  </IfModule>
  <IfModule mod_authz_host.c>
    Allow from all
  </IfModule>
  php_admin_flag engine on
</Directory>

<VirtualHost 85.190.43.100:80>
  ServerName www.hauser-it-******.de
  ServerAlias hauser-web.eu www.hauser-web.eu his.hauser-it-******.de 
  DocumentRoot /var/www/web3/html/his
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.30:80>
  ServerName web3.hauser-it-******.de
  DocumentRoot /var/www/web3/html
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName shop.hauser-it-******.de
  DocumentRoot /var/www/web3/html/shop
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName webhosting.hauser-it-******.de
  DocumentRoot /var/www/web3/html/webhosting
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName counterstrike.hauser-it-******.de
  ServerAlias map.hauser-it-solution.de 
  DocumentRoot /var/www/web3/html/counterstrike/maps
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName kunde1291.hauser-it-******.de
  DocumentRoot /var/www/web3/html/Bistro
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName webmail.hauser-it-******.de
  DocumentRoot /var/www/web3/html/webmail
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName dns1.hauser-it-******.de
  ServerAlias dns2.hauser-it-******.de dns3.hauser-it-******.dee dns4.hauser-it-******.de  \
  dns5.hauser-it-solution.de 
  DocumentRoot /var/www/web3/html/dns
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName blog-deal.de
  ServerAlias hauser-it-******.de 
  DocumentRoot /var/www/web3/html/blogdealcms
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName intern.hauser-it-******.de
  DocumentRoot /var/www/web3/html/Gsales
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M


php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M

<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName kundencenter.hauser-it-******.de
  DocumentRoot /var/www/web3/html/kundencenter
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M

<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName sitebuilder.hauser-it-******.de
  DocumentRoot /var/www/web3/html/sitebuilder
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName guestbook.hauser-it-******.de
  DocumentRoot /var/www/web3/html/his/guestbook
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName guestbook1.hauser-it-******.de
  DocumentRoot /var/www/web3/html
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName hauser-it-******.de
  Redirect / hauser-it-******.de
  CustomLog /var/www/web3/log/access_log confixx2
</VirtualHost>

<VirtualHost 85.190.43.100:80>
  ServerName wcd-jyrx70rf.hauser-it-******.de
  ServerAlias *.hauser-it-******.de 
  DocumentRoot /var/www/web3/html/his
  SuexecUserGroup web3 web3
  ScriptAlias /cgi-bin/ /var/www/web3/html/cgi-bin/
  CustomLog /var/www/web3/log/access_log confixx2
  php_admin_value open_basedir /var/www/web3/html/:/var/www/web3/phptmp/:/var/www/web3/files/:/var/www/web3/atd/
  php_admin_value file_uploads 1
  php_admin_value upload_tmp_dir /var/www/web3/phptmp/

php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M

php_admin_flag register_globals off
php_admin_flag safe_mode off
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 64M
php_admin_value default_charset utf-8
<Directory /var/www/web3/html>
Options +FollowSymLinks +Includes -Indexes
AllowOverride All
</Directory>
</VirtualHost>

Syntax error on line 347 of /etc/apache2/confixx_vho sts/web3.conf = Heißt ja das in der Zeile 347 ein Fehler isch!! Und die Zeile habe ich entfernt!!
 
Last edited by a moderator:
www.hauser-it-solution.de ist die Domain, ja?
Wenn ich aus'm Google-Cache dann Stichworte wie "Webhosting", "Serversysteme", "PC Service" und "Server Monitoring" lese, möchte ich weinen..
 
Dafür ist en Kollege zu ständig, der ist aber leider im Urlaub! Desweitern, kannst du gerne ne E-mail schreiben wenn du Debattieren möchtest! Linux bzw PHP isch einfach nicht meine Welt!
 
Back
Top