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

RE: [cobalt-users] accessing sites without a domain



> hello for 1 reason or another we wish to discontinue a domain we
> have on our
> raq3
>
> www.domainname.com = /home/sites/sitex/web
>
> but still wish to access the cgi's we have on this domain without
> moving them.
>
> i cant see how a rewrite rule would work is there an url that
> would allow us to
> access this eg
>
> http://servername/sitex
>
> or any other way we can surf to this site without it having a
> valid domain?
> b w gerald y

You could put a script alias in the httpd.conf for an existing domain
pointing to that site and rename the site if you like in the GUI to
anything.anydomain.com.

ScriptAlias /cgi-local /home/sites/sitex/web/cgi-bin
--
Dan Kriwitsky