I am using virtual hosts. When I put ScriptAlias inside <VirtualHost> directive I still get forbidden error message. When I use it outside that, I still get forbidden error. I have checked my permissions and they are set at 755 for cgibin directories. Am I missing something or is it the visrtual hosts making the problem ? Apu Scott wrote: > ScriptAlias will be your new friend in this case. If > this is for the tld, then something like this would work: > > ScriptAlias /cgi-bin/ /path/to/actual/cgi-bin/ > > The httpd.conf already has a section for this so finding > where to put it should be easy. Just make sure that your > cgi-bin is chmod 755. > > Scott > -- ossuary.net -- > "Time provides the rope, but love will tie the slipknot, and > I will be the chair you kick away." -Magnetic Fields > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tclug-list-unsubscribe at mn-linux.org > For additional commands, e-mail: tclug-list-help at mn-linux.org --------------------------------------------------------------------- To unsubscribe, e-mail: tclug-list-unsubscribe at mn-linux.org For additional commands, e-mail: tclug-list-help at mn-linux.org