IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Help! Trying to setup twiki - endless 403 errors
I'm rapidly approaching stumped.

Using apache2 I've added the requisite magic incantation to my httpd.conf file

ScriptAlias /cgi-bin/ "/Library/WebServer/cgi-bin/"
ScriptAlias /twiki/bin/ "/home/httpd/twiki/bin/"
Alias /twiki/ "/home/httpd/twiki/"
<Directory "/home/httpd/twiki/bin">
Order allow,deny
Allow from all
Options +ExecCGI
SetHandler cgi-script
</Directory>
<Directory "/home/httpd/twiki/pub">
Order allow,deny
Options FollowSymLinks +Includes
AllowOverride None
Allow from all
</Directory>
<Directory "/home/httpd/twiki/data">
deny from all
</Directory>
<Directory "/home/httpd/twiki/templates">
deny from all
</Directory>

And in the error log I find:

[Sun Mar 28 00:03:54 2004] [error] [client 207.224.48.193] (13)Permission denied: access to /twiki/bin/test-cgi denied

In fact, everything is denied - can't see static content in twiki/pub either. All files from twiki down are owned by nobody and all files in the bin dir are executable by anybody. I am able to hit test-cgi in the cgi-bin dir.

What else should I check?



Java is a joke, only it's not funny.

     --Alan Lovejoy
Expand Edited by tuberculosis Aug. 21, 2007, 06:18:09 AM EDT
New ls -ld home/httpd ls -ld /home
In Bush\ufffds America, fighting terrorism abroad is used as a pretext for vanquishing civil liberties at home. David Podvin
questions, help? [link|mailto:pappas@catholic.org|email pappas at catholic.org]
New Found it - when in doubt, su - nobody
and see what you can do from there.

So its a twiki - now to figure out how to setup mail service...




Java is a joke, only it's not funny.

     --Alan Lovejoy
Expand Edited by tuberculosis Aug. 21, 2007, 06:19:00 AM EDT
New Here is basically what we have for twiki
Change to you config. Shortened and misinfo for reduction of loops.

Basically they are essentially good.

ServerAdmin twiki@twiki..
DocumentRoot /twiki/html
ServerName twiki.iwethey.org
ErrorLog /logs/com.twiki-error_log
TransferLog /logs/com.twiki-access_log
<Directory /twiki/cgi-bin/>
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
<Directory /twiki/html/>
AllowOverride All
Order allow,deny
Allow from all
</Directory>

# TWiki-specific configs.
ScriptAlias /twiki/bin/ "/twiki/html/twiki/bin/"
Alias /twiki/ "/twiki/html/twiki/"
<Directory "/twiki/html/twiki/bin">
Options +ExecCGI
SetHandler cgi-script
Allow from all
</Directory>
<Directory "/twiki/html/twiki/pub">
Options FollowSymLinks +Includes
AllowOverride None
Allow from all
</Directory>
<Directory "/twiki/html/twiki/lib">
deny from all
</Directory>
<Directory "/twiki/html/twiki/data">
deny from all
</Directory>
<Directory "/twiki/html/twiki/templates">
deny from all
</Directory>

# Point the base URL at the Main web WebHome page...
Redirect /index.html http://twiki../Main/WebHome
Redirect /twiki/index.html http://twiki../Main/WebHome


# Allow short URLs for 'twiki/bin/view'
Alias /Main /twiki/html/twiki/bin/view/Main
Alias /TWiki /twiki/html/twiki/bin/view/TWiki
Alias /Know /twiki/html/twiki/bin/view/Know
Alias /Test /twiki/html/twiki/bin/view/Test
Alias /Iwethey /twiki/html/twiki/bin/view/Iwethey

Alias /FUD /twiki/html/twiki/bin/view/Main/FudFighters
Alias /SCO /twiki/html/twiki/bin/view/Main/SCOvsIBM
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

'In view of the fact that Microsoft is a condemned monopolist and on the other hand the internal messages and financial transactions of SCO look ever doubtful, Microsoft should be really anxious that to the own company something does not remain sticking from the Gestank of the SCO.' --Plagarized from [link|http://www.groklaw.net/article.php?story=20040322133607169|GROKLAW]
     Got a Linux Box - RH 7.1 - (tuberculosis) - (36)
         apt-get install apache -NT - (Steve Lowe) - (23)
             bash: apt-get: command not found -NT - (tuberculosis) - (22)
                 You may want Synaptic (when you get time) - (Another Scott) - (21)
                     Their script doesn't work either - (tuberculosis) - (20)
                         Almost 3 years old.... - (Another Scott) - (19)
                             What do those in the know recommend? - (tuberculosis) - (18)
                                 I think you know the answers... - (Another Scott) - (17)
                                     Where do I get a good bootstrap CD for debian then? - (tuberculosis) - (16)
                                         Re: Where do I get a good bootstrap CD for debian then? - (pwhysall) - (15)
                                             That looks like a complete set - (tuberculosis) - (2)
                                                 You only really need the first one. - (pwhysall) - (1)
                                                     debootstrap fails every time - (tuberculosis)
                                             The new D-I (Debian Installer) rocks. - (folkert) - (11)
                                                 Well I just wasted half a day - (tuberculosis) - (5)
                                                     Okay. - (folkert)
                                                     You don't care about sid/sarge/woody. - (pwhysall)
                                                     Welcome to the world of cutsie-poo Linux naming - (jb4) - (2)
                                                         Cackle. - (pwhysall) - (1)
                                                             Sure, it's gibberish bordering on shrubbish... - (jb4)
                                                 They may rock for you, but both failed here. - (a6l6e6x) - (4)
                                                     Tried Knoppix? - (drewk) - (3)
                                                         No, not yet. -NT - (a6l6e6x)
                                                         Installing to disk with knoppix may leave your system a mess -NT - (ben_tilly) - (1)
                                                             True, but after several failed attempts other ways ... -NT - (drewk)
         Help! Trying to setup twiki - endless 403 errors - (tuberculosis) - (3)
             ls -ld home/httpd ls -ld /home -NT - (boxley)
             Found it - when in doubt, su - nobody - (tuberculosis)
             Here is basically what we have for twiki - (folkert)
         Definitely gotta upgrade I think - (tuberculosis) - (2)
             Oracle 9i on Debian Sid and Woody - (Another Scott)
             if you want Oracle on Debian... (new thread) - (pwhysall)
         Drove 60 miles - see message on screen why it didn't reboot - (tuberculosis) - (4)
             Isn't that in the BIOS? -NT - (altmann) - (2)
                 I have no idea - (tuberculosis)
                 It is in BIOS. - (inthane-chan)
             The trick that you want... - (ben_tilly)

Rooms were made for carpets, towers made for spires. Ships were made for cannonade to fire off from inside them.
118 ms