Jump to content
Froxlor Forum
  • 0

[solved] froxlor nicht per :81 erreichbar


goitcon.de

Question

Moin,

 

vorab: ich suche seit Vorgestern nach einer L?sung und habe durchaus die Forensuche gequ?lt inkl. Google. Aber entweder habe ich nen gravierenden Denkfehler oder ich suche nach den falschen Stichw?rtern.

 

Situation: Ich bin von Debian Lenny auf Debian Squeeze umgestiegen, dann habe ich von SysCP auf Froxlor entsprechend der offiziellen Tutorials umgestellt. Ich habe alles ans laufen bekommen, inkl. mod-fcgi, suexec, backup etc.

SysCP war bis vor der Umstellung auf froxlor per domain.tld:81 erreichbar, froxlor hingegen ist seit dem Upgrade nicht mehr dar?ber erreichbar sondern nur noch direkt per domain.tld/froxlor. Wenn ich versuche froxlor ?ber domain.tld:81/froxlor oder domain.tld:81 aufzurufen, versucht Safari die index.php herunter zu laden :blink:

 

Wieso tut es das? Alle anderen php Scripte laufen ganz entspannt unter :80 ...

 

Server:

php --version
PHP 5.3.3-7+squeeze3 with Suhosin-Patch (cli) (built: Jun 28 2011 08:24:40) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
   with XCache v1.3.0, Copyright (c) 2005-2009, by mOo
   with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH

 

uname -a
Linux sub.domain.tld 2.6.32-5-amd64 #1 SMP Mon Oct 3 03:59:20 UTC 2011 x86_64 GNU/Linux

 

MemTotal:        4029184 kB
MemFree:          313432 kB

 

/etc/apache2/sites-enabled# cat froxlor 
NameVirtualHost *:81
<VirtualHost *:81>

DocumentRoot /var/www/froxlor/
<Directory />
	Options FollowSymLinks
	AllowOverride None
</Directory>
<Directory /var/www/froxlor/>
	Options Indexes FollowSymLinks MultiViews
	AllowOverride None
	Order allow,deny
	allow from all
</Directory>

#ErrorLog /var/syscp/logs/SysCP-error.log
ErrorLog /var/froxlor/logs/froxlor-error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel debug

#CustomLog /var/syscp/logs/SysCP-access.log combined
CustomLog /var/froxlor/logs/froxlor-access.log combined

</VirtualHost>

 

Wenn Ihr sonst noch was an Info braucht, meldet euch!

Hoffe jemand kann mir helfen, denn ich finde Froxlor bis jetzt echt in Ordnung :)

 

LG Arne

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Vergleich die Port81-VHost-Einstellungen mal mit denen vom Port 80.

Bei mir steht da noch sowas:

  <Directory "/var/www/">
   AddHandler fcgid-script .php
   FCGIWrapper /var/www/php-fcgi-scripts/froxlor.panel/server-domain.de/php-fcgi-starter .php
   Options +ExecCGI
   Order allow,deny
   allow from all
 </Directory>

Denn es sieht bei Dir schwer danach aus, als ob Apache im Port81-VHost keine PHP-Config hat.

 

huschi.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...