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

RE: [cobalt-users] cgi-bin on an XTR



>     <Directory "/home/user/www.domain.com/cgi-bin/ShopSite">
>         AllowOverride None
>         Options ExecCGI
>         Order allow,deny
>         Allow from all
>     </Directory>
>     <Directory /home/user/www.domain.com/cgi-bin/ss>
>         AllowOverride AuthConfig
>         Options All
>         order allow,deny
>         allow from all
>     </Directory>
> 
> This shows some configs from a shopping cart that needed 
> these entries in the Apache config to work correctly. None of 
> this is rocket science, and could easily be done through the 
> Cobalt UI if Sun would put that capability in the Virtual 
> server config area of the UI. Otherwise, you are left with 
> making changes to a system that may have adverse affects if 
> it's done incorrectly.
> 

Didn't the install of the appropriate program or .pkg make those mods to
srm.conf for you? You could put them there. They don't have to go in
httpd.conf.
-- 
Dan Kriwitsky