"No Info here." nach Einschalten von SSL

mosesjohann

New Member
Hallo an Alle!
Stoße das erste Mal an einen groben Fehler im ISPConfig - ist eine tolle Software! Hatte noch nie SSL auf dem Host gebraucht, da bis Dato nur Standard-Webseiten darauf gehostet wurden ohne das Bedürfnis zur Verschlüsselung. Nun wirds aber doch aktuell und dachte mich nicht, dass das zum Problem werden könnte.
Habe einen neuen Kunden, eine Domain und eine Website dazu konfiguriert. Alles lief ganz normal. Ich begann, die Daten hochzuladen und es war alles erreichbar. Sobald ich jedoch SSL aktiviert hatte, kam beim aufrufen der Website, egal ob mit https oder mit http immer eine weiße Seite, auf der links oben steht: No Info here.
Dachte, ich habs irgendwo übertrieben mit den Einstellungen und hab dann alles nochmal neu angelegt, aber das gleiche Ergebnis erhalten. Weiters interessant ist, dass wenn ich versuche, die Seite mit https aufzurufen, bekomme ich das SSL-Zertifikat des Hosts und nicht das installierte der Domain/des Kunden.
Auch wenn ich SSL wieder deaktiviere, scheint es, als verlinkt der Server auf ein anderes Verzeichnis, denn das normale /var/www/domain.com ist nicht mehr ansprechbar über den Browser.
In /etc/apache2/sites-enabled/100-domain.com.vhost scheint es, als wäre der Pfad sowie der SSL-Container richtig konfiguriert. Wenn ich /etc/apache2/sites-enabled/default-ssl.conf lösche/verschiebe dann bekomme ich beim Aufruf der Domain den Fehler "ssl_rx_record_too_long"

Ubuntu 14.04.3 LTS (Trusty Tahr)) ISPConfig 3.0.5.4p8

Hoffe jemand kann mir Helfen, danke!
 
Zuletzt bearbeitet:

mosesjohann

New Member
Was benötigt Ihr für logs um mir helfen zu können?

Hab hier vi /var/log/ispconfig/httpd/domain.com/error.log - leer

/var/log/apache2/access.log:
Code:
..

111.11.11.1 - - [17/Aug/2015:16:02:11 +0200] "GET / HTTP/1.1" 200 295 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0"
111.11.11.1 - - [17/Aug/2015:16:02:12 +0200] "GET /favicon.ico HTTP/1.1" 404 510 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0"
..

Ich finde keinen Hinweis in der ispconfig logs, ebensowenig in den apache oder syslogfiles.

Bitte helft mir!
 
Zuletzt bearbeitet:

Till

Administrator
Ist die domain der website identisch mit dem server hostnamen? Stimmt die IP der domain im dns mit der IP der website überein? Hast Du mal den server komplett neu gestartet?
 

mosesjohann

New Member
Domain ist eine andere als der Serverhostname. Den DNS von ISPConfig verwende ich nicht, die Auflösung mit dem externen DNS stimmt aber mit der IP überein. Habe auch schon versucht, den Server neu zu starten.
Weiters ist mir jetzt aufgefallen: Wenn ich domain.com oder domain.com/index.html eingebe dann kommt immer "No info here". Wenn ich domain.com/index.php eingebe dann kommt ein "Not Found" Fehler. Ist das ein Hinweis, dass ein falscher Pfad angezeigt wird? Eigentlich müsste zZ im Haupverzeichnis noch die Standard-html-Seite liegen.
 

Till

Administrator
Die vhost Datei /etc/apache2/sites-enabled/100-domain.com.vhost ist vorhanden und hat nicht ene .err Endung? Hast Du mal versucht die IP statt * in den website settings in ispconfig für die seite zu nehmen?
 

mosesjohann

New Member
Ja, die ist vorhanden, ohne .err-Endung und die IP zu setzen statt * habe ich bereits versucht. Diese sieht für mich jedenfalls auch ganz normal und unauffällig aus:
Code:
<Directory /var/www/domain.com>
                AllowOverride None
                                Require all denied
                </Directory>

<VirtualHost 111.11.11.11:80>
                                        DocumentRoot /var/www/clients/client5/web10/web

                ServerName domain.com
                ServerAlias www.domain.com
                ServerAdmin webmaster@domain.com

                ErrorLog /var/log/ispconfig/httpd/domain.com/error.log


                <IfModule mod_ssl.c>
                </IfModule>

                <Directory /var/www/domain.com/web>
                                # Clear PHP settings of this website
                                <FilesMatch ".+\.ph(p[345]?|t|tml)$">
                                                SetHandler None
                                </FilesMatch>
                                Options +FollowSymLinks
                                AllowOverride All
                                                                Require all granted
                                                </Directory>
                <Directory /var/www/clients/client5/web10/web>
                                # Clear PHP settings of this website
                                <FilesMatch ".+\.ph(p[345]?|t|tml)$">
                                                SetHandler None
                                </FilesMatch>
                                Options +FollowSymLinks
                                AllowOverride All
                                                                Require all granted
                                                </Directory>




                # cgi enabled
        <Directory /var/www/clients/client5/web10/cgi-bin>
                                                Require all granted
                                        </Directory>
                ScriptAlias  /cgi-bin/ /var/www/clients/client5/web10/cgi-bin/
                <FilesMatch "\.(cgi|pl)$">
                        SetHandler cgi-script
                </FilesMatch>
                <IfModule mod_fastcgi.c>
                                <Directory /var/www/clients/client5/web10/cgi-bin>
                                                                                Require all granted
                                                                    </Directory>
                                <Directory /var/www/domain.com/web>
                                        <FilesMatch "\.php[345]?$">

SetHandler php5-fcgi
                                        </FilesMatch>
                                </Directory>
                                <Directory /var/www/clients/client5/web10/web>
                                        <FilesMatch "\.php[345]?$">
                                                SetHandler php5-fcgi
                                        </FilesMatch>
                                </Directory>
                Action php5-fcgi /php5-fcgi
                                Alias /php5-fcgi /var/www/clients/client5/web10/cgi-bin/php5-fcgi-111.11.11.11-80-domain.com
                FastCgiExternalServer /var/www/clients/client5/web10/cgi-bin/php5-fcgi-111.11.11.11-80-domain.com -idle-timeout 300 -socket /var/lib/php5-fpm/web10.sock -pass-header Authorization
                </IfModule>
                <IfModule mod_proxy_fcgi.c>
                        ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ fcgi://127.0.0.1:9019/var/www/clients/client5/web10/web/$1
                </IfModule>


                # add support for apache mpm_itk
                <IfModule mpm_itk_module>
                        AssignUserId web10 client5
                </IfModule>

                <IfModule mod_dav_fs.c>
                # Do not execute PHP files in webdav directory
                        <Directory /var/www/clients/client5/web10/webdav>
                                <ifModule mod_security2.c>
                                        SecRuleRemoveById 960015
                                        SecRuleRemoveById 960032
                                </ifModule>
                                <FilesMatch "\.ph(p3?|tml)$">
                                        SetHandler None
                                </FilesMatch>
                        </Directory>
                        DavLockDB /var/www/clients/client5/web10/tmp/DavLock
                        # DO NOT REMOVE THE COMMENTS!
                        # IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
      # WEBDAV BEGIN
                        # WEBDAV END
                </IfModule>


</VirtualHost>
<VirtualHost 111.11.11.11:443>
                                        DocumentRoot /var/www/clients/client5/web10/web

                ServerName domain.com
                ServerAlias www.domain.com
                ServerAdmin webmaster@domain.com

                ErrorLog /var/log/ispconfig/httpd/domain.com/error.log


                <IfModule mod_ssl.c>
SSLEngine on
                SSLProtocol All -SSLv2 -SSLv3
                SSLCertificateFile /var/www/clients/client5/web10/ssl/domain.com.crt
                SSLCertificateKeyFile /var/www/clients/client5/web10/ssl/domain.com.key
                </IfModule>

                <Directory /var/www/domain.com/web>
                                # Clear PHP settings of this website
                                <FilesMatch ".+\.ph(p[345]?|t|tml)$">
                                                SetHandler None
                                </FilesMatch>
                                Options +FollowSymLinks
                                AllowOverride All
                                                                Require all granted
                                                </Directory>
                <Directory /var/www/clients/client5/web10/web>
                                # Clear PHP settings of this website
                                <FilesMatch ".+\.ph(p[345]?|t|tml)$">
                                                SetHandler None
                                </FilesMatch>
                                Options +FollowSymLinks
                                AllowOverride All
                                                                Require all granted
                                                </Directory>




                # cgi enabled
        <Directory /var/www/clients/client5/web10/cgi-bin>
                                                Require all granted
                                        </Directory>
                ScriptAlias  /cgi-bin/ /var/www/clients/client5/web10/cgi-bin/
                <FilesMatch "\.(cgi|pl)$">
                        SetHandler cgi-script
                </FilesMatch>
                <IfModule mod_fastcgi.c>
                                <Directory /var/www/clients/client5/web10/cgi-bin>
                                                                                Require all granted
                                                                    </Directory>
                                <Directory /var/www/domain.com/web>
                                        <FilesMatch "\.php[345]?$">
                                                SetHandler php5-fcgi
                                        </FilesMatch>
                                </Directory>
                                <Directory /var/www/clients/client5/web10/web>
                                        <FilesMatch "\.php[345]?$">
                                                SetHandler php5-fcgi
                                        </FilesMatch>
                                </Directory>
                Action php5-fcgi /php5-fcgi
                                Alias /php5-fcgi /var/www/clients/client5/web10/cgi-bin/php5-fcgi-111.11.11.11-443-domain.com
                FastCgiExternalServer /var/www/clients/client5/web10/cgi-bin/php5-fcgi-111.11.11.11-443-domain.com -idle-timeout 300 -socket /var/lib/php5-fpm/web10.sock -pass-header Authorization
</IfModule>
                <IfModule mod_proxy_fcgi.c>
                        ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ fcgi://127.0.0.1:9019/var/www/clients/client5/web10/web/$1
                </IfModule>


                # add support for apache mpm_itk
                <IfModule mpm_itk_module>
                        AssignUserId web10 client5
                </IfModule>

                <IfModule mod_dav_fs.c>
                # Do not execute PHP files in webdav directory
                        <Directory /var/www/clients/client5/web10/webdav>
                                <ifModule mod_security2.c>
                                        SecRuleRemoveById 960015
                                        SecRuleRemoveById 960032
                                </ifModule>
                                <FilesMatch "\.ph(p3?|tml)$">
                                        SetHandler None
                                </FilesMatch>
                        </Directory>
                        DavLockDB /var/www/clients/client5/web10/tmp/DavLock
                        # DO NOT REMOVE THE COMMENTS!
                        # IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
      # WEBDAV BEGIN
                        # WEBDAV END
                </IfModule>


</VirtualHost>
 

mosesjohann

New Member
ja, wird aufgelistet:
Code:
root@host:/home/user# apache2ctl -S
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.conf:62
VirtualHost configuration:
111.11.11.11:80        domain.com (/etc/apache2/sites-enabled/100-domain.com.vhost:6)
111.111.11.11:443       domain.com (/etc/apache2/sites-enabled/100-domain.com.vhost:97)
 

robotto7831a

Well-Known Member
Der Entwickler von ISPConfig (Till) schreibt doch schon hier.

Also dein Problem ist ganz komisch. Wenn die Meldung "No info here" kommt, dann müsste ja in irgendeinem Logfile vom Apache der Zugriff von dir protokolliert werden. In welchem Logfile steht der Zugriff auf die Domain?
 

Till

Administrator
Wie robotto schreibt muss es einen eintrag im globalen apache access.log oder einen im access.log der website gebenm wenn nicht dann rufst Du wahrscheinlich die seite von einem anderen server ab, also mal dns checken und ggf. den router, falls einer vorgeschaltet ist.
 

mosesjohann

New Member
Wie bereits oben in #2 erwähnt finde ich nur einen Eintrag in der globalen access.log (/var/log/apache2/access.log):

Code:
111.11.11.11 - - [31/Aug/2015:15:05:30 +0200] "GET / HTTP/1.1" 304 178 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"

es gibt zwar beim Kundenordner unter /var/log/ispconfig/httpd/domain.com/ eine Datei access.log - die wurde allerdings am 19.8. das letzte Mal bearbeitet und zeigt auf eine Datei (per Link) 20150815-access.log.gz . Wo könnte ich sonst noch Infos sammeln?
 

robotto7831a

Well-Known Member
Dann fühlt sich ein anderer vhosts für die Domain zuständig. Dann such doch mal den Vhosts der in (/var/log/apache2/access.log schreibt und poste den Inhalt des vhosts.
 

mosesjohann

New Member
Kein vhost, alle access.log's durchgegangen - nur in der /var/log/apache2/access.log... "No info here" kommt auch, wenn ich den hostnamen eingebe - vllt. hilft das.

Hab mir die config-files nochmal angesehen und bemerkt, dass in den standardconfigfiles 000-default.conf, 000-apps.conf, 000-ispconfig.conf und 000-ispconfig.vhost nirgends ein Eintrag steht, der den 443er abfängt, nur 8080, 8081 und 80. Vielleicht fehlt da was?

Hier mal die config-files:
000-apps.conf:
Code:
######################################################
# This virtual host contains the configuration
# for the ISPConfig apps vhost
######################################################

Listen 8081
# NameVirtualHost *:8081

<VirtualHost _default_:8081>
  ServerAdmin webmaster@localhost


  <FilesMatch "\.ph(p3?|tml)$">
    SetHandler None
  </FilesMatch>

  <IfModule mod_php5.c>
    DocumentRoot /var/www/apps
    AddType application/x-httpd-php .php
    <Directory /var/www/apps>
                Options FollowSymLinks
                AllowOverride None
                                Require all granted
                    </Directory>
  </IfModule>

  <IfModule mod_fcgid.c>
    DocumentRoot /var/www/apps
    SuexecUserGroup ispapps ispapps
    <Directory /var/www/apps>
                Options +Indexes +FollowSymLinks +MultiViews +ExecCGI
                AllowOverride AuthConfig Indexes Limit Options FileInfo
                <FilesMatch "\.php$">
                        SetHandler fcgid-script
                </FilesMatch>
                FCGIWrapper /var/www/php-fcgi-scripts/apps/.php-fcgi-starter .php
                                Require all granted
                    </Directory>
  </IfModule>

</VirtualHost>

000-default.conf:
Code:
<VirtualHost *:80>

        ServerName subdomain.host.com

        ServerAdmin webmaster@localhost
        DocumentRoot /var/www/html

        # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
        # error, crit, alert, emerg.
        # It is also possible to configure the loglevel for particular
        # modules, e.g.
        #LogLevel info ssl:warn

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

        # For most configuration files from conf-available/, which are
        # enabled or disabled at a global level, it is possible to
        # include a line for only one particular virtual host. For example the
        # following line enables the CGI configuration for this host only
        # after it has been globally disabled with "a2disconf".
        #Include conf-available/serve-cgi-bin.conf
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

000-ispconfig.conf
Code:
################################################
# ISPConfig Logfile configuration for vlogger
################################################

LogFormat "%v %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig

<Directory /var/www/clients>
    AllowOverride None
                Require all denied
        </Directory>

# Do not allow access to the root file system of the server for security reasons
<Directory />
        Options -Indexes
    AllowOverride None
                Require all denied
        </Directory>

<Directory /var/www/conf>
    AllowOverride None
                Require all denied
        </Directory>

# Except of the following directories that contain website scripts
<Directory /usr/share/phpmyadmin>
                                Require all granted
                </Directory>

<Directory /usr/share/phpMyAdmin>
                                Require all granted
                </Directory>

<Directory /srv/www/htdocs>
                                Require all granted
                </Directory>

<Directory /usr/share/squirrelmail>
                                Require all granted
                </Directory>

# Allow access to mailman on OpenSuSE
<Directory /usr/lib/mailman/cgi-bin>
                                Require all granted
                </Directory>

<Directory /usr/lib/mailman/icons>
                                Require all granted
                </Directory>

<Directory /var/lib/mailman/archives/>
        Options +FollowSymLinks
                                Require all granted
                </Directory>

# allow path to awstats and alias for awstats icons
<Directory /usr/share/awstats>
                                Require all granted
                </Directory>


NameVirtualHost *:80
NameVirtualHost *:443
NameVirtualHost 111.1.1.1:80
NameVirtualHost 111.1.1.1:443

000-ispconfig.vhost:
Code:
######################################################
# This virtual host contains the configuration
# for the ISPConfig controlpanel
######################################################

Listen 8080
NameVirtualHost *:8080

<VirtualHost _default_:8080>
  ServerAdmin webmaster@localhost

  <FilesMatch "\.ph(p3?|tml)$">
    SetHandler None
  </FilesMatch>

  <IfModule mod_fcgid.c>
    DocumentRoot /var/www/ispconfig/
    SuexecUserGroup ispconfig ispconfig
    <Directory /var/www/ispconfig/>
      Options -Indexes +FollowSymLinks +MultiViews +ExecCGI
      AllowOverride AuthConfig Indexes Limit Options FileInfo
          <FilesMatch "\.php$">
                  SetHandler fcgid-script
          </FilesMatch>
      FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
          Require all granted
              </Directory>
    IPCCommTimeout  7200
        MaxRequestLen 15728640
  </IfModule>

  <IfModule mpm_itk_module>
    DocumentRoot /usr/local/ispconfig/interface/web/
        AssignUserId ispconfig ispconfig
    AddType application/x-httpd-php .php
    <Directory /usr/local/ispconfig/interface/web>
      # php_admin_value open_basedir "/usr/local/ispconfig/interface:/usr/share:/tmp"
      Options +FollowSymLinks
      AllowOverride None
          Require all granted
                  php_value magic_quotes_gpc        0
    </Directory>
  </IfModule>

  # ErrorLog /var/log/apache2/error.log
  # CustomLog /var/log/apache2/access.log combined
  ServerSignature Off

  <IfModule mod_security2.c>
    SecRuleEngine Off
  </IfModule>

  # SSL Configuration
  SSLEngine On
  SSLProtocol All -SSLv2 -SSLv3
  SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt
  SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key
  SSLCertificateChainFile /usr/local/ispconfig/interface/ssl/startssl.sub.class1.server.ca.crt
  #SSLCACertificateFile /usr/local/ispconfig/interface/ssl/ispserver.bundle

</VirtualHost>

<Directory /var/www/php-cgi-scripts>
    AllowOverride None
                Require all denied
        </Directory>

<Directory /var/www/php-fcgi-scripts>
    AllowOverride None
        Require all denied
        </Directory>

Liebe Grüße
 
Zuletzt bearbeitet:

mosesjohann

New Member
Update: Wenn ich 000-default.conf lösche, den apache neu starte, zeigt er auf einen anderen vhost, es öffnet sich also eine andere Website. Sobald ich die 000-default.conf wieder einspiele und neu starte, rührt sich im access.log des vhosts von vorher wieder nichts.

Das Angezeigte "No Info here" dürfte aus /var/www/html/index.html kommen.
 
Zuletzt bearbeitet:

Till

Administrator
Die geposteten config files haben nichts mit Deinen Websites zu tun, die sind nur für den ISPConfig Login auf port 8080. Gibt es in dem Verzeichnis denn keine vhost dateien der websites?
 

mosesjohann

New Member
Doch, die gibt es!
insgesamt 4 zusätzliche und eine default.ssl.

Zuerst die config der Domain, die auf "No Info here" zeigt:
Code:
<Directory /var/www/domain.com>
                AllowOverride None
                                Require all denied
                </Directory>

<VirtualHost 111.1.1.1:80>
                                        DocumentRoot /var/www/clients/client5/web10/web

                ServerName domain.com
                ServerAlias *.domain.com
                ServerAdmin webmaster@domain.com

                ErrorLog /var/log/ispconfig/httpd/domain.com/error.log


                <IfModule mod_ssl.c>
                </IfModule>

                <Directory /var/www/domain.com/web>
                                # Clear PHP settings of this website
                                <FilesMatch ".+\.ph(p[345]?|t|tml)$">
                                                SetHandler None
                                </FilesMatch>
                                Options +FollowSymLinks
                                AllowOverride All
                                                                Require all granted
                                                </Directory>
                <Directory /var/www/clients/client5/web10/web>
                                # Clear PHP settings of this website
                                <FilesMatch ".+\.ph(p[345]?|t|tml)$">
                                                SetHandler None
                                </FilesMatch>
                                Options +FollowSymLinks
                                AllowOverride All
                                                                Require all granted
                                                </Directory>




                # cgi enabled
        <Directory /var/www/clients/client5/web10/cgi-bin>
                                                Require all granted
                                        </Directory>
                ScriptAlias  /cgi-bin/ /var/www/clients/client5/web10/cgi-bin/
<FilesMatch "\.(cgi|pl)$">
                        SetHandler cgi-script
                </FilesMatch>
                <IfModule mod_fastcgi.c>
                                <Directory /var/www/clients/client5/web10/cgi-bin>
                                                                                Require all granted
                                                                    </Directory>
                                <Directory /var/www/domain.com/web>
                                        <FilesMatch "\.php[345]?$">
                                                SetHandler php5-fcgi
                                        </FilesMatch>
                                </Directory>
                                <Directory /var/www/clients/client5/web10/web>
                                        <FilesMatch "\.php[345]?$">
                                                SetHandler php5-fcgi
                                        </FilesMatch>
                                </Directory>
                Action php5-fcgi /php5-fcgi
                                Alias /php5-fcgi /var/www/clients/client5/web10/cgi-bin/php5-fcgi-111.1.1.1-80-domain.com
                FastCgiExternalServer /var/www/clients/client5/web10/cgi-bin/php5-fcgi-111.1.1.1-80-domain.com -idle-timeout 300 -socket /var/lib/php5-fpm/web10.sock -pass-header Authorization
                </IfModule>
                <IfModule mod_proxy_fcgi.c>
                        ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ fcgi://127.0.0.1:9019/var/www/clients/client5/web10/web/$1
                </IfModule>


                # add support for apache mpm_itk
                <IfModule mpm_itk_module>
                        AssignUserId web10 client5
                </IfModule>

                <IfModule mod_dav_fs.c>
                # Do not execute PHP files in webdav directory
                        <Directory /var/www/clients/client5/web10/webdav>
                                <ifModule mod_security2.c>
                                        SecRuleRemoveById 960015
                                        SecRuleRemoveById 960032
                                </ifModule>
                                <FilesMatch "\.ph(p3?|tml)$">
                                        SetHandler None
                                </FilesMatch>
                        </Directory>
                        DavLockDB /var/www/clients/client5/web10/tmp/DavLock
                        # DO NOT REMOVE THE COMMENTS!
# IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
      # WEBDAV BEGIN
                        # WEBDAV END
                </IfModule>


</VirtualHost>
<VirtualHost 111.1.1.1:443>
                                        DocumentRoot /var/www/clients/client5/web10/web

                ServerName domain.com
                ServerAlias *.domain.com
                ServerAdmin webmaster@domain.com

                ErrorLog /var/log/ispconfig/httpd/domain.com/error.log


                <IfModule mod_ssl.c>
                SSLEngine on
                SSLProtocol All -SSLv2 -SSLv3
                SSLCertificateFile /var/www/clients/client5/web10/ssl/domain.com.crt
                SSLCertificateKeyFile /var/www/clients/client5/web10/ssl/domain.com.key
                </IfModule>

                <Directory /var/www/domain.com/web>
                                # Clear PHP settings of this website
                                <FilesMatch ".+\.ph(p[345]?|t|tml)$">
                                                SetHandler None
                                </FilesMatch>
                                Options +FollowSymLinks
                                AllowOverride All
                                                                Require all granted
                                                </Directory>
                <Directory /var/www/clients/client5/web10/web>
                                # Clear PHP settings of this website
                                <FilesMatch ".+\.ph(p[345]?|t|tml)$">
                                                SetHandler None
                                </FilesMatch>
                                Options +FollowSymLinks
                                AllowOverride All
                                                                Require all granted
                                                </Directory>




# cgi enabled
        <Directory /var/www/clients/client5/web10/cgi-bin>
                                                Require all granted
                                        </Directory>
                ScriptAlias  /cgi-bin/ /var/www/clients/client5/web10/cgi-bin/
                <FilesMatch "\.(cgi|pl)$">
                        SetHandler cgi-script
                </FilesMatch>
                <IfModule mod_fastcgi.c>
                                <Directory /var/www/clients/client5/web10/cgi-bin>
                                                                                Require all granted
                                                                    </Directory>
                                <Directory /var/www/domain.com/web>
                                        <FilesMatch "\.php[345]?$">
                                                SetHandler php5-fcgi
                                        </FilesMatch>
                                </Directory>
                                <Directory /var/www/clients/client5/web10/web>
                                        <FilesMatch "\.php[345]?$">
                                                SetHandler php5-fcgi
                                        </FilesMatch>
                                </Directory>
                Action php5-fcgi /php5-fcgi
                                Alias /php5-fcgi /var/www/clients/client5/web10/cgi-bin/php5-fcgi-111.1.1.1-443-domain.com
                FastCgiExternalServer /var/www/clients/client5/web10/cgi-bin/php5-fcgi-111.1.1.1-443-domain.com -idle-timeout 300 -socket /var/lib/php5-fpm/web10.sock -pass-header Authorization
                </IfModule>
                <IfModule mod_proxy_fcgi.c>
                        ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ fcgi://127.0.0.1:9019/var/www/clients/client5/web10/web/$1
                </IfModule>


                # add support for apache mpm_itk
                <IfModule mpm_itk_module>
                        AssignUserId web10 client5
                </IfModule>

                <IfModule mod_dav_fs.c>
                # Do not execute PHP files in webdav directory
                        <Directory /var/www/clients/client5/web10/webdav>
<ifModule mod_security2.c>
                                        SecRuleRemoveById 960015
                                        SecRuleRemoveById 960032
                                </ifModule>
                                <FilesMatch "\.ph(p3?|tml)$">
                                        SetHandler None
                                </FilesMatch>
                        </Directory>
                        DavLockDB /var/www/clients/client5/web10/tmp/DavLock
                        # DO NOT REMOVE THE COMMENTS!
                        # IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
      # WEBDAV BEGIN
                        # WEBDAV END
                </IfModule>


</VirtualHost>



....
 

mosesjohann

New Member
Die anderen:
100-domain1.com.vhost:
Code:
<Directory /var/www/domain1.com>
  AllowOverride None
  Require all denied
</Directory>

<VirtualHost *:80>
  DocumentRoot /var/www/clients/client3/web5/web

  ServerName domain1.com
  ServerAlias www.domain1.com
  ServerAdmin webmaster@domain1.com

  ErrorLog /var/log/ispconfig/httpd/domain1.com/error.log


  <IfModule mod_ssl.c>
  </IfModule>

  <Directory /var/www/domain1.com/web>
  # Clear PHP settings of this website
  <FilesMatch ".+\.ph(p[345]?|t|tml)$">
  SetHandler None
  </FilesMatch>
  Options +FollowSymLinks
  AllowOverride All
  Require all granted
  </Directory>
  <Directory /var/www/clients/client3/web5/web>
  # Clear PHP settings of this website
  <FilesMatch ".+\.ph(p[345]?|t|tml)$">
  SetHandler None
  </FilesMatch>
  Options +FollowSymLinks
  AllowOverride All
  Require all granted
  </Directory>




  # cgi enabled
  <Directory /var/www/clients/client3/web5/cgi-bin>
  Require all granted
  </Directory>
  ScriptAlias  /cgi-bin/ /var/www/clients/client3/web5/cgi-bin/
  <FilesMatch "\.(cgi|pl)$">
  SetHandler cgi-script
  </FilesMatch>
  # suexec enabled
  <IfModule mod_suexec.c>
  SuexecUserGroup web5 client3
  </IfModule>
  <IfModule mod_fastcgi.c>
  <Directory /var/www/clients/client3/web5/cgi-bin>
  Require all granted
  </Directory>
  <Directory /var/www/domain1.com/web>
  <FilesMatch "\.php[345]?$">
  SetHandler php5-fcgi
  </FilesMatch>
  </Directory>
  <Directory /var/www/clients/client3/web5/web>
<FilesMatch "\.php[345]?$">
  SetHandler php5-fcgi
  </FilesMatch>
  </Directory>
  Action php5-fcgi /php5-fcgi
  Alias /php5-fcgi /var/www/clients/client3/web5/cgi-bin/php5-fcgi-*-80-domain1.com
  FastCgiExternalServer /var/www/clients/client3/web5/cgi-bin/php5-fcgi-*-80-domain1.com -idle-timeout 300 -socket /var/lib/php5-fpm/web5.sock -pass-header Authorization
  </IfModule>
  <IfModule mod_proxy_fcgi.c>
  ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ fcgi://127.0.0.1:9014/var/www/clients/client3/web5/web/$1
  </IfModule>


  # add support for apache mpm_itk
  <IfModule mpm_itk_module>
  AssignUserId web5 client3
  </IfModule>

  <IfModule mod_dav_fs.c>
  # Do not execute PHP files in webdav directory
  <Directory /var/www/clients/client3/web5/webdav>
  <ifModule mod_security2.c>
  SecRuleRemoveById 960015
  SecRuleRemoveById 960032
  </ifModule>
  <FilesMatch "\.ph(p3?|tml)$">
  SetHandler None
  </FilesMatch>
  </Directory>
  DavLockDB /var/www/clients/client3/web5/tmp/DavLock
  # DO NOT REMOVE THE COMMENTS!
  # IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
  # WEBDAV BEGIN
  # WEBDAV END
  </IfModule>


</VirtualHost>
 

Werbung

Top