Skip to content

Commit

Permalink
Adding new item to the troubleshooting section about apache htaccess …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
mlazarov committed Feb 25, 2016
1 parent 74fe207 commit f9e522b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ http://supervisord.org/configuration.html#rpcinterface-x-section-settings

---

```
The requested URL /control/ ... was not found on this server.
```

If you are getting this error on every action (stop, start, restart etc) most probably your web server isn't respecting the .htaccess file found in `public_html` directory.
To test this you can add `AllowOverride All` config to the httpd.conf (if you are using Apache) or to add the rules from the .htaccess file to the httpd.conf file.


## Thanks to ##
- [stvnwrgs](https://github.com/stvnwrgs) - added authentication functionality to supervisord monitor
- [rk295](https://github.com/rk295) - added handling of non authenticated servers
Expand Down

0 comments on commit f9e522b

Please sign in to comment.