Confixx + Apache: Benötige httpd.conf

Apache, Lighttpd, nginx, Cherokee
Post Reply
sunman
Posts: 10
Joined: 2004-01-19 03:32
 

Confixx + Apache: Benötige httpd.conf

Post by sunman »

Hallo Leute,

ich benötige SEHR dringend die Grund-Konfiguration als httpd.conf. Die wurde mir leider zerschossen. *cry*

Bitte um schnelle Antwort ....


Gruss Henning
sunman
Posts: 10
Joined: 2004-01-19 03:32
 

Re: Confixx + Apache: Benötige httpd.conf

Post by sunman »

Sorry, aber wo sind die Einträge des Confixx? Die fehlen!
static
Posts: 437
Joined: 2002-10-27 19:56
Location: Schweiz
 

Re: Confixx + Apache: Benötige httpd.conf

Post by static »

Hi,
die von fettehenne gepostete httpd.conf ist die Standard httpd.conf die bei der Installation vom Apache dabei ist. Confixx verändert diese Datei auch nur dahingehend, dass es am Ende

Code: Select all

include /etc/apache/confixx_vhosts.conf
anfügt.

Diese Datei sollte ja automatisch erstellt werden, wenn du etwas änderst, sodass sie neu geschrieben werden muss oder wenn du ein Update erzwingst.

.static
sunman
Posts: 10
Joined: 2004-01-19 03:32
 

Mhm

Post by sunman »

Komisch.
Also, allgemein die Pages sind wieder online..
Jedoch funktionieren die PHP-Skripts nicht.
Wenn ich ne Variable setze, kann ich mit echo den Inhalt nicht sehen.

Hat jemand ne Ahnung?


Gruss Henning
morgherkul
Posts: 44
Joined: 2003-08-08 01:08
 

Re: Mhm

Post by morgherkul »

Sunman wrote:Komisch.
Also, allgemein die Pages sind wieder online..
Jedoch funktionieren die PHP-Skripts nicht.
Wenn ich ne Variable setze, kann ich mit echo den Inhalt nicht sehen.

Hat jemand ne Ahnung?
Geht es ein wenig genauer? :cry: Log-Files gecheckt?

morgherkul
static
Posts: 437
Joined: 2002-10-27 19:56
Location: Schweiz
 

Re: Confixx + Apache: Benötige httpd.conf

Post by static »

Funktioniert denn ein einfaches

Code: Select all

<?php echo phpinfo(); ?>
.static
Post Reply