The only thing I'm finding in the server logs is this for the nginx access.log:
24.19.41.30 - - [07/Jan/2010:07:41:47 +0000] "GET /shop/checkout/dummy/ success/ HTTP/1.1" 301 185 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.6) Gecko/20$ 24.19.41.30 - - [07/Jan/2010:07:41:48 +0000] "GET /shop/checkout/dummy/ success/ HTTP/1.1" 200 1697 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.6) Gecko/2$ 24.19.41.30 - - [07/Jan/2010:07:41:59 +0000] "GET /shop/download/ process/bd22c2ad76918b7f823e56b2b9cd1e902f88f36d/ HTTP/1.1" 200 1586 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS$ 24.19.41.30 - - [07/Jan/2010:07:42:02 +0000] "GET /shop/download/send/ bd22c2ad76918b7f823e56b2b9cd1e902f88f36d/ HTTP/1.1" 404 1197 "http:// mysite.com/shop/download/process/b$ and this for the apache site log: [Thu Jan 07 07:42:01 2010] [info] [client 174.143.172.222] (32)Broken pipe: core_output_filter: writing data to the network I've also noticed that when I try to checkout without logging in i.e., only filling out the required data, I just keep getting sent back to that page. On Jan 6, 6:13 am, Chris Moffitt <[email protected]> wrote: > What sort of errors do you see in your Apache and Nginx logs? In my > experience this is normally an issue where one of the server configs doesn't > have the right path to the secured directory. > > -Chris > > On Wed, Jan 6, 2010 at 12:35 AM, neridaj <[email protected]> wrote: > > I have mod_xsendfile installed with the XSendFile on and > > XSendAllowAbove on in my vhost definition for Apache, and I'm using > > Nginx as a proxy. When I try to download a downloadable product I get: > > > Firefox can't find the file at > >http://domain.com/shop/download/send/fc69e14e889d998e4cf2a1b57e3f442c.... > > > The file to download is in my MEDIA_ROOT: > > '/home/username/public_html/mysite.com/public/media/' > > > MEDIA_URL > > 'http://mysite.com/site_media/' > > > file is at: > > '/home/username/public_html/mysite.com/public/media/protected/ > > 33rd_leschi.zip<http://mysite.com/public/media/protected/%0A33rd_leschi.zip> > > ' > > > Thanks, > > > J > > > -- > > You received this message because you are subscribed to the Google Groups > > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<satchmo-users%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/satchmo-users?hl=en. > >
-- You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en.
