https Problem - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +--- Thread: https Problem (/thread-16020.html) |
https Problem - jodat - 05-04-2012 07:42 AM Hallo Community ich bin neu hier also sage ich mal Hallo. Leider habe ich ein Problem vieleicht kann mir einer helfen. Ich habe ein Zertifikat versucht auf einen Vhost zu legen. Arbeits Schritte: (nach Anleitung http://wiki.xstable.de/) 1. 01_ssl.conf angelegt PHP Code: <VirtualHost 127.0.0.1:443> dieses war fail wie ich festgestellt habe ip musste angepasst werden und das hinzugefügt. PHP Code: <IfModule mod_fcgid.c> Jetzt geht auch alles nur php nicht dann las ich das Problem: Eine Webseite ist via https: erreichbar, und html, xml und andere Dateien werden auch sauber angezeigt. Allerdings werden keine PHP-Dateien angezeigt. Stattdessen kommt ein Fehler „503 Service Unavailable“, oder ein „Internal Server Error“. Ich habe 500 error wenn ich das einbinde Include /etc/apache2/mods-available/fcgid_ispcp.conf sagt er mir bei apache2ctl restart Syntax error on line 29 of /etc/apache2/mods-available/fcgid_ispcp.conf: SocketPath cannot occur within <VirtualHost> section Action 'configtest' failed. kann mir einer sagen wie ich das fixe? Version 1.7 Debian RE: https Problem - ephigenie - 05-06-2012 08:16 PM ja das brauchst du ja auch nicht nochmal einbinden. Schau dir doch einen "normalen" VirtualHost Eintrag einer Domain an. Dann kopiere alles und ändere den <VirtualHost blabla:443> Eintrag (port 443 statt 80) sowie füge dann je nachdem ob du mod_gnut_tls oder mod_ssl nutzen willst den Abschnitt in die config mit ein. das sollte an sich so reichen. Wichtig wäre halt nur noch Verzeichnisrechte usw... aber wenn du eh auf eine Domain verweist, die du schon angelegt hast ... sollte das alles kein problem sein. RE: https Problem - jodat - 05-09-2012 07:10 AM omg sag ich nur hat geklappt!! der fehler lag am Tracker und jQuery die extern waren deshalb hat die seite kein HTTPS angezeigt weil das Zertifikat ja nur für einen Domain ist. plz close |