home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: d71cac498138ddd86f18607b9043e70286ea884a

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
d71cac498138ddd86f18607b9043e70286ea884a How to configure Unix domain sockets with Apache Example on how to use Unix domain socket option on Apache. Not testet. (Usually I would have used [`ProxyPassReverse`](https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypassreverse) in combination with `ProxyPass` , i.e. ```apache ProxyPass /my-datasette/ http://127.0.0.1:8009/my-datasette/ ProxyPassReverse /my-datasette/ http://127.0.0.1:8009/my-datasette/ ``` and ```apache ProxyPass /my-datasette/ unix:/tmp/datasette.sock|http://localhost/my-datasette/ ProxyPassReverse /my-datasette/ unix:/tmp/datasette.sock|http://localhost/my-datasette/ ``` 2021-07-13T18:32:49Z 2021-07-13T18:32:49Z 2d3ef71be2a52d05e9f9ce8a03cdc8ce4f68de85 cd792325681cbad9f663f2879d8b69f1edbb678f 107914493 80737 19864447
Powered by Datasette · Queries took 0.892ms · About: github-to-sqlite