Twiki auf Apache

Debian macht sich hervorragend als Web- und Mailserver. Schau auch in den " Tipps und Tricks"-Bereich.
Antworten
mobile
Beiträge: 74
Registriert: 06.05.2003 11:35:13

Twiki auf Apache

Beitrag von mobile » 26.06.2003 08:47:34

Hallo zusammen,

kennt sich jemand mit Twiki aus. Ich bin gerade dabei Twiki auf dem Webserver zu installiern und scheitere schon am Anfang mit den Zeilen

The twiki/bin directory of TWiki must be set as a cgi-bin directory // Wie geht das ?

Add /home/httpd/twiki/bin to file /etc/httpd/httpd.conf with only ExecCGI option. // Was heißt " nur mit ExecCGI option"

The twiki/pub directory of TWiki must be set so that it is visible as a URL // Wie geht das?

twiki/bin directory is CGI-enabled // Wie geht das ?

Bis dann

Mobile

penguin
Beiträge: 44
Registriert: 14.04.2003 13:46:54
Wohnort: Saarbrooklyn

Re: Twiki auf Apache

Beitrag von penguin » 26.06.2003 11:17:52

Hi,

ich denke du solltest dich mal ein bissle mit Apache beschäftigen..weil das wohl grössenteils Einträge in der httpd.conf sind bzw. ne extra Datei und en Include in der httpd.conf.
mobile hat geschrieben:Hallo zusammen,

kennt sich jemand mit Twiki aus. Ich bin gerade dabei Twiki auf dem Webserver zu installiern und scheitere schon am Anfang mit den Zeilen

The twiki/bin directory of TWiki must be set as a cgi-bin directory // Wie geht das ?
Kenne leider diese Twiki nicht aber das könnte vll. sowas bedeuten
ScriptAlias /cgi-bin/ /twiki/bin/
Add /home/httpd/twiki/bin to file /etc/httpd/httpd.conf with only ExecCGI option. // Was heißt " nur mit ExecCGI option"
Könnte sowas in der Art bedeuten:
<Directory /home/httpd/twiki/bin>
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
The twiki/pub directory of TWiki must be set so that it is visible as a URL // Wie geht das?
Event.
Alias /twiki /twiki/pub
twiki/bin directory is CGI-enabled // Wie geht das ?
Hier sollte entsprechend das "X-Recht" ( ausführen ) gegeben sein und mit dem Eintrag "Options ExecCGI" sollte auch die Ausführung vom Apache aus funktionieren.

Hoffe das hilft ein bissle weiter !!!

gruss penguin

Antworten