Re: [users@httpd] How setting byte-range header field?

2012-04-25 Thread Takagi
Thank you for replying my question, Tom. I've tried to send byte-range request to indicated URL using curl command however server reponse doesn't seems to reply properly. I've tried the following command. Work not properly. curl --range 0-99 http://httpd.apache.org/images/httpd_logo_wide.gif

[users@httpd] Apache access logs

2012-04-25 Thread Ishita Kapadiya
Hi All, I am using apache 2.2.22. We are seeing some weird behavior in Apache access logs. I have following line in httpd.conf - LogFormat %h %l %i %t \%r\ %s %b common now the log should look like - 64.39.111.58 - - [25/Mar/2012:11:08:48 -0400] GET /abc.html HTTP/1.1 200 251 (all looks good

Re: [users@httpd] Apache access logs

2012-04-25 Thread Tom Evans
On Wed, Apr 25, 2012 at 4:54 PM, Ishita Kapadiya ishim...@gmail.com wrote: Hi All, I am using apache 2.2.22. We are seeing some weird behavior in Apache access logs. I have following line in httpd.conf - LogFormat %h %l %i %t \%r\ %s %b common now the log should look like - 64.39.111.58

Re: [users@httpd] Apache access logs

2012-04-25 Thread Ishita Kapadiya
Thanks Tom. I can see opportunity to use %a instead of %h in log format. However, we are using the same (%h) since long with HostnameLookups Off but never had seen such entries in access logs (*/* instead of IP) Also, i am using 'common' log format for access log. please find below config from my

[users@httpd] Fw: VLC web player does not work when using apache - please advise

2012-04-25 Thread traveller
I looked at the Apache access log file and it seems that Apache receives the request from the VLC player: [25/Apr/2012:08:31:22 +0700] GET /root/95180.avi HTTP/1.1 200 1165938 http://localhost/root/why.html; Mozilla/5.0 (Windows NT 6.0; rv:11.0) Gecko/20100101 Firefox/11.0 Can anyone please

Re: [users@httpd] Fw: VLC web player does not work when using apache - please advise

2012-04-25 Thread Yehuda Katz
On Wed, Apr 25, 2012 at 3:13 PM, traveller t...@yahoo.com wrote: I looked at the Apache access log file and it seems that Apache receives the request from the VLC player: [25/Apr/2012:08:31:22 +0700] GET /root/95180.avi HTTP/1.1 200 1165938 http://localhost/root/why.html; Mozilla/5.0

[users@httpd] Re: not showing .jpg as a list

2012-04-25 Thread henry
i cannot find the login page to my email, please can any one help me, here is my email: hawk...@wheino.de i need help urgently, please send reply to henhenzo...@gmail.com - To unsubscribe, e-mail:

Re: [users@httpd] Apache SSL issue.

2012-04-25 Thread Igor Cicimov
This Redirect permanent / https://site2.example.com should be: Redirect permanent / https://site2.example.com:5001 In general, the error Error code: ssl_error_rx_record_too_long means you are sending SSL traffic to a host/port that has no SSL listener enabled. Igor On Wed, Apr 25, 2012 at 1:29

Re: [users@httpd] Fw: VLC web player does not work when using apache - please advise

2012-04-25 Thread traveller
Thanks Yehuda, If the access was successful, then it means it got to the VLC player on browser side. So why doesn't the player show the file? As I already wrote in my first Email, the player works fine from any path that is not http:localhost Tom.

Re: [users@httpd] Fw: VLC web player does not work when using apache - please advise

2012-04-25 Thread Yehuda Katz
On Wed, Apr 25, 2012 at 8:02 PM, traveller t...@yahoo.com wrote: If the access was successful, then it means it got to the VLC player on browser side. So why doesn't the player show the file? As I already wrote in my first Email, the player works fine from any path that is not