Webserver einrichten

Begonnen von gladdi, 13. Januar 2008, 17:06:09 Uhr

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

gladdi

Hallo
ich habe mir gerade die Software für den Webserver bei http://www.keyfocus.net/kfws/ geladen und auf dem Vistarechner installiert.
Alles gemacht so wie es in der Anleitung stand.

In das Webverzeichnis habe ich mein Forum kopiert E:webserver samforum wbb  natürlich mit den backlasch

Wenn ich jetzt zu 127.0.o.1 samforum aufrufe sehe ich auch die beiden Ordner nur ich kann das Forum nicht starten.

geht das überhaupt oder habe ich da was falsch gemacht

tyco

Wie heißt denn der Dateiname des Forums?

Wenn der nicht einen Standardnamen wie z.B. index.html hat oder Du den Dateinamen explizit im KFWS hinterlegst hast, dann wird Dir das Inhaltsverzeichnis angezeigt wenn Du im KFWS "Directory Browsing" aktiviert hast.
Bitte keine Supportanfragen per PM stellen.

American

ich vermute mal das des forum unter php läuft und auch eine datenbank benötigt? das musst du dann ja auch noch einrichten.
Das Leben ist ein Geschenk, aber keiner hat mich gefragt, ob ich das Geschenk haben will.
Wenn dich einer fragt, ob du es haben willst, dann nimm es, fang von Vorne an und mach was draus.

Jede Beziehung geht mal durch eine Kriese. Wenn du das nicht kennst, dann weisst Du nicht was Liebe ist!


Dafür das Kinder auch Kinder sein dürfen

gladdi

richtig ist php was muss ich den da noch einrichten

tyco

Zitat von: gladdi am 13. Januar 2008, 18:27:03 Uhr
richtig ist php was muss ich den da noch einrichten

Für php ist beim KFWS folgendes zu beachten:

ZitierenHow do I configure PHP to work?
First you will need to download PHP. Go to the PGP download page and select one of the to Windows binary distributions. Install PHP according to the instructions.

To configure KF Web Server to recognise PHP go to the Administration page and then to the MIME menu.

The following MIME type should already be configured "application/x-httpd-php", "php php3 php4"

This maps .php extensions onto the php mime type. You may want to alter this if your extensions are different.

Next go to the "CGI Filter Mappings" menu and press the add button.
Enter "application/x-httpd-php" as the MIME type and then add the full path of the PHP.EXE file. This will be located where you installed PHP. e.g. C:\php\php.exe".

If you are using PHP 5.0 then use PHP-CGI.EXE, instead of PHP.EXE.

Select "EXE, system variables only" for the "Interface" field.

Press "OK" and then press "Save and Restart".

If everything is OK you will now see your PHP processed pages.

If you see an "Internal Server Error" message this may be due to a mistake in the above settings or with your PHP configuration.

There are a lot of things that can go wrong with your PHP configuration and it is best to check with the extensive help that PHP provides.

However the most common PHP configuration error is the first one to check.

Make sure you copy the file called php.ini-dist into your Windows directory and rename it php.ini.

http://www.keyfocus.net/kfws/faq/faqcgi.php#HOWTO3 (http://www.keyfocus.net/kfws/faq/faqcgi.php#HOWTO3)
Bitte keine Supportanfragen per PM stellen.

gladdi