Alan Steinberg wrote: > I'm trying to recreate meaningful URLs for my various repo ports, like > pkg.opensolaris.org has. On two of my systems I am able to do this > easily when I modify the httpd.conf file for apache22 using rewrite rules: > > http://mysystem/release -> http://mystem:10500 > > But on my main repo system, I get a "404 not found" message through the > cherrypy interface: > > ---- > > > 404 Not Found > > The path '/release' was not found. > > Powered by CherryPy 3.1.1 <http://www.cherrypy.org> > > > ---- > > Any clues where to start looking? I can't find any log entries for these > errors, and the identical httpd.conf code and repo support packages > (SUNWipkg, SUNWpython-cherrypy, etc.) are installed on the different > systems.
Did you specify the --proxy-base parameter when starting the depot server, or alternatively, set the pkg/proxy_base SMF property to http://mysystem/release ? -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
