On Sun, Sep 29, 2013 at 5:22 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> On Sun, Sep 29, 2013 at 5:19 PM, Stephan Beal <sgb...@googlemail.com>wrote:
>
>> http://www.jmarshall.com/easy/http/#responseline
>>
>
> Another tip, taken from that page:
>
> try sending the request with telnet and see what comes back:
>
> telnet localhost PORT_NUMBER
>
> GET /timeline HTTP/1.0
>
> Assuming Mac even has telnet (it's rarely used much nowadays... normally
> as a debugging tool for network connections of other types).
>
>


You could also use something like:

echo "GET /home\n\n" | sudo su - www-data -c "fossil http
/path/to/repository"

 to get more info.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to