On Tuesday, December 20, 2016 at 7:29:56 AM UTC-8, [email protected] wrote:
> Hello.
> 
> I am here with a question:
> I set up influxdb on a VPS with apache2 and proxy influx.tld.com:80 to 
> localhost:8083/ with ProxyPreserveHost On, Keepalive=On and ProxyPassReverse.
> 
> /query works fine via CURL locally and remotely via the browser and the TLD.
> 
> /write works fine via CURL locally, but trying it remotely via the browser 
> and the TLD always returns "Method Not Allowed"
> 
> Am I under a misconception that this should work, am I doing something wrong 
> or missing something?
> 
> Any help would be greatly appreciated.

Sounds like the proxy isn't allowing POST requests on /write. You can confirm 
this by looking at the response headers: if the X-Influxdb-Version header is 
present, then InfluxDB has handled the request. If not, then it's probably an 
Apache configuration issue.

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/6cb9f6c0-439e-446a-bb50-a635c5f61724%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to