Current time: 07-05-2024, 03:53 AM Hello There, Guest! (LoginRegister)


Post Reply 
Subdomains ploetzlich nicht mehr verfuegbar
Author Message
sisko Offline
Junior Member
*

Posts: 108
Joined: Aug 2007
Reputation: 0
Post: #3
RE: Subdomains ploetzlich nicht mehr verfuegbar
also meiner meinung nach passt da alles.
ging ja auch bis heute nachmittag.

Code:
# httpd [realfunclan-base.de] dmn entry BEGIN.
<VirtualHost 89.238.75.98:80>

    <IfModule suexec_module>
           SuexecUserGroup vu2001 vu2001
    </IfModule>

    ServerAdmin     webmaster@realfunclan-base.de
    DocumentRoot    /var/www/virtual/realfunclan-base.de/htdocs

    ServerName      realfunclan-base.de
    ServerAlias     www.realfunclan-base.de realfunclan-base.de *.realfunclan-base.de

    ErrorLog        /var/log/apache2/users/realfunclan-base.de-error.log
    TransferLog     /var/log/apache2/users/realfunclan-base.de-access.log

    CustomLog       /var/log/apache2/realfunclan-base.de-traf.log traff
    CustomLog       /var/log/apache2/realfunclan-base.de-combined.log combined

    Alias /errors   /var/www/virtual/realfunclan-base.de/errors/

    RedirectMatch permanent ^/ftp([\/]?)        http://admin.realfunclanbase.de/ftp/
    RedirectMatch permanent ^/pma([\/]?)        http://admin.realfunclanbase.de/pma/
    RedirectMatch permanent ^/webmail([\/]?)    http://admin.realfunclanbase.de/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 realfunclan-base.de
    </IfModule>

    # httpd awstats support BEGIN.

   ProxyRequests Off

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

   ProxyPass             /stats     http://localhost/stats/realfunclan-base.de
   ProxyPassReverse     /stats    http://localhost/stats/realfunclan-base.de
   # httpd awstats support END.

    # httpd dmn entry cgi support BEGIN.
    ScriptAlias /cgi-bin/ /var/www/virtual/realfunclan-base.de/cgi-bin/
    <Directory /var/www/virtual/realfunclan-base.de/cgi-bin>
        AllowOverride AuthConfig
        #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/realfunclan-base.de/:/var/www/virtual/realfunclan-base.de/phptmp/:/usr/share/php/"
        php_admin_value upload_tmp_dir "/var/www/virtual/realfunclan-base.de/phptmp/"
        php_admin_value session.save_path "/var/www/virtual/realfunclan-base.de/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/realfunclan-base.de/:/var/www/virtual/realfunclan-base.de/phptmp/:/usr/share/php/"
        php_admin_value upload_tmp_dir "/var/www/virtual/realfunclan-base.de/phptmp/"
        php_admin_value session.save_path "/var/www/virtual/realfunclan-base.de/phptmp/"
        php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2001 -t -i'
    </IfModule>
    <IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /var/www/fcgi/realfunclan-base.de/
        ScriptAlias /php5/ /var/www/fcgi/realfunclan-base.de/
        <Directory "/var/www/fcgi/realfunclan-base.de">
            AllowOverride None
            Options +ExecCGI -MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    # httpd dmn entry PHP2 support END.

    <Directory /var/www/virtual/realfunclan-base.de/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/realfunclan-base.de.conf

btw: hatte den falschen button geklickt und die log ging nicht mit hoch. hier ist sie.
kann nicht mein post editieren. und den anhang seh ich wiedre nicht im post?
also nochmal.


Attached File(s)
.zip  error.zip (Size: 12.27 KB / Downloads: 0)
(This post was last modified: 10-26-2008 07:42 AM by sisko.)
10-26-2008 07:40 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Subdomains ploetzlich nicht mehr verfuegbar - sisko - 10-26-2008 07:40 AM

Forum Jump:


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