Welcome! Log In Create A New Profile

Advanced

cache configuration

January 26, 2013 02:20PM
Hello everyone!

A cache issue...

I created an XML file order.xml with this simle cotent:

<?xml version="1.0" encoding="utf-8"?>
<order ordernumber="123asdf7">
<customer customerid="5132423">
<name>John Doe</name>
<address>Foo Str. 3, 10117 Berlin<address>
</customer>
<positions>
<position quantity="1">
<article articleid="71234623" name="Kindle Whitepaper" price="" />
</position>
<position quantity="1">
<article articleid="12930412" name="Kindle Whitepaper" />
</position>
<position quantity="2">
<article articleid="56234972" name="Kindle leather cover" />
</position>
</positions>
<delivery variant="Premium" cost="0" expected="28.01.2013" />
</order>

and saved it on my VM in /var/www/sandbox/test/. As you can see, it's not a valid XML (s. tag address). So the browser (XML parser) threw an error.

Then I repaired the file. But the browser is still throwing the same eoor.

It's defently the server(-side) cache, since I've already tried it out in several browsers.

How can/should I set up the cache behavior of nginx?
Subject Author Posted

cache configuration

automatix January 26, 2013 02:20PM

Re: cache configuration

Daniel15 January 27, 2013 07:10AM

Re: cache configuration

automatix January 28, 2013 11:27AM

Re: cache configuration

kolbyjack January 28, 2013 11:48AM

Re: cache configuration

automatix January 28, 2013 12:48PM

Re: cache configuration

Valentin V. Bartenev January 28, 2013 12:56PM

Re: cache configuration

automatix January 28, 2013 01:10PM

Re: cache configuration

automatix February 06, 2013 01:45PM

Re: cache configuration

automatix February 06, 2013 01:55PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 148
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready