[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Multiple domains using same scripts in global cgi-bin



Cobalt schrieb:
> 
> I am trying to setup my server so that I can offer customers the use of some
> predefined cgi scripts on my server.  I want them to be able to specify
> /cgi-bin/script.cgi or another directory name for cgi-bin if necessary and
> have the script fun from a central location in my
> /home/sites/home/web/cgi-bin directory.  I believe I need to use the
> ScriptAlias directive.  I have tried a couple of different configs with no
> luck.

i did not try that, but a symlink or hardlink could work. if the program
uses customizable external files, they have to be readable or writable
for all users (security risk); if not they have to be readable/writable
by the owner of the script, so you have to do all changes.

-- 

H. P.  Stroebel, Germany

CGI-FAQ for Raq-Newbies :
http://users.iol.it/hpstr/

A problem to some is a 'feature' to others.