6 ms·
> no database Where is the data being stored then? Some kind of key value store or filesystem maybe?
by rosalinekarr 10y ago
> no database
Where is the data being stored then? Some kind of key value store or filesystem maybe?
- mcpherrinm 10y agoIf I had to guess, from a quick poke about: You POST your uploaded doc to 'do.php', which renders into an html file and puts it on disk, which is served by Apache. That's about as simple as you can get. Let the web server do what it does best (serve files).
- dualogy 10y ago> or filesystem maybe For text files?! Get outta town ;)