RE: apache2 doesn't .flv in my server

2012-06-04 Thread Bulent Malik

>>> But when i call at http://myweb/example.flv   i only download this file.
>>> How can I solve this case ?
>
>> AddHandler flv-stream .flv ?

>> Yes there is that line in httpd.conf
>> But flv doesn't work

>do you have
>video/x-flv flv
>in your mime table.
>browser mostly ignore extension but look at mime type to decide on action.

Yes there is too.
What can the problem ? 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


RE: apache2 doesn't .flv in my server

2012-06-04 Thread Bulent Malik

>>On Sun, Jun 3, 2012 at 9:36 PM, Bulent  Malik  wrote:
>> Hello
>>
>> I use apache22-worker on freebsd9
>>
>> It Works. But I can't video file flv extension.
>>
>> I googled about that  and downloaded mod_flvx.c and followed the 
>> instructions. Also I see that flv is added as shared module in apache
>> Httpd -M
>> alias_module (shared)
>> rewrite_module (shared)
>> php5_module (shared)
>> h264_streaming_module (shared)
>> flvx_module (shared)
>> But when i call at http://myweb/example.flv   i only download this file.
>> How can I solve this case ?

>AddHandler flv-stream .flv ?

Yes there is that line in httpd.conf 
But flv doesn't work 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


apache2 doesn't .flv in my server

2012-06-03 Thread Bulent Malik
Hello

I use apache22-worker on freebsd9

It Works. But I can't video file flv extension.

I googled about that  and downloaded mod_flvx.c and followed the
instructions. Also I see that flv is added as shared module in apache

Httpd -M

.

alias_module (shared)

rewrite_module (shared)

php5_module (shared)

h264_streaming_module (shared)

flvx_module (shared)

 

But when i call at http://myweb/example.flv   i only download this file.

How can I solve this case ? 

 

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"