Tags:
create new tag
view all tags

Question

After following TWikiDocumentation.html, http://myserver.com/twiki/bin/view only displays the text of the script. I tried editing .htaccess to no avail (no change). I tried modifying twiki/bin scripts to .cgi and .pl to no avail. I'm using Apache's virtualhost, and since the twiki docs didn't touch that, I had to guess on several config options. I'm sure I'm not the only one using virtualhost with twiki, a little help?

Here's the httpd.conf snip:

<VirtualHost 1.1.1.1:80>
    ServerAdmin foo@bar.fu
    DocumentRoot /opt/web/bar.fu
    ServerName www.bar.fu
    ServerAlias bar.fu
    ErrorLog logs/bar.fu-error.log
    CustomLog logs/bar.fu-access_log common
    ScriptAlias /twiki/bin "/opt/web/www.bar.fu/twiki/bin/"
    Alias /twiki/ "/opt/web/www.bar.fu/twiki/"
    <Directory /export/vol01/web/www.bar.fu/twiki/bin>
        Options +ExecCGI
        SetHandler cgi-script
        Allow from all
    </Directory>
    <Directory /export/vol01/web/www.bar.fu/twiki/pub>
        Options FollowSymLinks +Includes
        AllowOverride None
        Allow from all
    </Directory>
    <Directory /export/vol01/web/www.bar.fu/twiki/data>
        deny from all
    </Directory>
    <Directory /export/vol01/web/www.bar.fu/twiki/templates>
        deny from all
    </Directory>
    <Directory /export/vol01/web/www.bar.fu/gallery>
        AllowOverride Options FileInfo
    </Directory>
</VirtualHost>
...and setlib.cfg has:
$twikiLibPath = '/export/vol01/web/www.bar.fu/twiki/lib';

suggestions?

Environment

TWiki version: TWikiRelease02Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: SunOS 5.9
Web server: Apache/1.3.27
Perl version: 5.8.0
Client OS: XP
Web Browser: mozilla firefox 1.0
Categories: Installation, Documentation

-- TWikiGuest - 13 Apr 2005

Answer

fixed. apache 1.3.27 needs sighup instead of restart directive.

-- TWikiGuest - 13 Apr 2005

Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r5 - 2005-04-15 - RichardDonkin
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.