Aaron Mason

Results 17 comments of Aaron Mason

For future reference, I had to install the Visual C++ 2010 redistributables before it would work for me.

Yes, this would be greatly appreciated. I've tried to roll my own without success - I just get a 500 error. ```go func directFS(root string) gofast.Middleware { fs := &gofast.FileSystemRouter{...

By way of sanity check, I tested against php's fastcgi mode and no matter what filename I give it, I get 'No input file specified.'

Given that they have explicitly pointed this out in the readme, I'd say it isn't. Thanks for the link to the most recently updated fork, appreciate it!

Actually, there's one with changes as recent as this February: https://github.com/harsh-iomedia/ace

It would be useful even if it just encapsulated the Windows SMB functionality into a smb:// stream handler for cross platform compatible code. You could do this in pure PHP,...

Same happens if you use the bucket tool, then change to crayon. Makes it look like you stayed within the lines when in fact you cheated.

@variar, the libstdc++ DLL file is missing from the 64-bit installer. Had to copy it from the non-setup ZIP file.

Do you have the same issue with this fork? https://github.com/notsyncing/ace

Ok I had to set up an SSL reverse proxy to get this to work. It will not work in plain HTTP as far as I can see.