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
Twiki auf Apache
Re: Twiki auf Apache
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.
Hoffe das hilft ein bissle weiter !!!
gruss penguin
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.
Kenne leider diese Twiki nicht aber das könnte vll. sowas bedeutenmobile 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 ?
ScriptAlias /cgi-bin/ /twiki/bin/
Könnte sowas in der Art bedeuten:Add /home/httpd/twiki/bin to file /etc/httpd/httpd.conf with only ExecCGI option. // Was heißt " nur mit ExecCGI option"
<Directory /home/httpd/twiki/bin>
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Event.The twiki/pub directory of TWiki must be set so that it is visible as a URL // Wie geht das?
Alias /twiki /twiki/pub
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.twiki/bin directory is CGI-enabled // Wie geht das ?
Hoffe das hilft ein bissle weiter !!!
gruss penguin