Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Security concern

Quote Reply
Re: Security concern In reply to
It wouldn't make it accessible to anyone on the web, but it would make it vulnerable to people on the same server as you. You are better off:

1. Running under cgiwrap where the script runs as your own userid and you can keep permissions 755.

2. Making a subdirectory /links or /pages off of your root that is 777, not your home directory. You can always use .htaccess to have /links be your home page (i.e. add:

DirectoryIndex index.html index.htm /links/index.html

to your .htaccess file and the browser will go straight to /links/ if it doesn't find an index.html or index.htm in your root dir.

Hope that helps,

Alex
Subject Author Views Date
Thread Security concern Deet 1715 Mar 2, 1999, 2:44 PM
Post Re: Security concern
Alex 1642 Mar 3, 1999, 8:43 AM