Nevermind.  This wound up being a port issue.  I'm serving my app on
8000 so I used http://myip:8000/hg to access hgweb.  Using http://myip/hg
allowed apache to read the static files.  Don't know why http://myip:8000/hg
didn't work, though.

On Mar 11, 11:44 am, snfctech <[email protected]> wrote:
> I've got mercurial set up and working with ScriptAlias /hg /var/www/
> cgi-bin/hgweb.cgi, which generates HTML that looks for static files
> in /hg/static - which I assume is passing "static/..." to the CGI
> script for handling, right?
>
> I'm getting 403/permission errors for the hgweb stylesheets - so
> wherever /hg/static goes, my apache configuration must not be set up
> right.
>
> Can someone using hgweb with static files serving properly show me
> what your config looks like?
>
> Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to