Current time: 07-03-2024, 07:39 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] "Service Unavailable" für Domain - nur via https bei php-dateien
Author Message
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #11
RE: "Service Temporarily Unavailable" nach IP wechsel für Domain
Ich hatte dieses phanomen auch schonmal aber mir fällt grade die lösung nicht ein.
es hatte auf jeden fall was mit der apache.conf zu tun meine ich...

mfg
07-06-2010 10:46 PM
Visit this user's website Find all posts by this user
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #12
RE: "Service Temporarily Unavailable" nach IP wechsel für Domain
@Rethus,

schau mal in den error.log - steht da was relevantes ?
07-06-2010 11:00 PM
Visit this user's website Find all posts by this user
rethus Offline
Junior Member
*

Posts: 202
Joined: May 2009
Reputation: 3
Post: #13
RE: "Service Temporarily Unavailable" nach IP wechsel für Domain
Hey Leute, danke für Eure Hilfe.
Ich habe den Fehler nun gefunden und es hier im Wiki ergänzt: Wiki-Artikel

Hier für eilige die Lösung:

In meiner ssl.conf Datei, welche sich im Verzeichniss /etc/apache/sites_avvailable/ befindet fehlte der folgende Bereich:
Code:
<IfModule mod_fcgid.c>
                Include /etc/apache2/mods-available/fcgid_ispcp.conf
        <Directory /var/www/virtual/mypage.de/htdocs>
            FCGIWrapper /var/www/fcgi/mypage.de/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/mypage.de">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

Is ein ganz schön heavy Fehler, weil auch aus den Logs nicht wirklich etwas hervorgeht.
(This post was last modified: 07-07-2010 01:23 AM by rethus.)
07-07-2010 01:21 AM
Find all posts by this user
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #14
RE: [solved] "Service Unavailable" für Domain - nur via https bei php-dateien
ROFL ja so ungefähr sah es aus *kopfschüttel*

dazu fehlten uns die infos, bemerke und lerne beim nächstenmal sind auch configs relevant...
ich frage nicht mehr danach...


mfg
ich ergänze nochmal...

http://isp-control.net/forum/thread-2428.html
(This post was last modified: 07-07-2010 01:35 AM by ZooL.)
07-07-2010 01:34 AM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


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