Actually I was confused in which section i post that topic. Though its related with perl thats why i posted here if its not the right place then please replace it to the appropriate forum.
Last two days I tried to setup darwin streaming server in windows XP. still no luck. The server setup is successful I can login in my streaming server admin panel using the port number 1220.
Address is: http://MyIP:1220 working :)
when I tried from my computer rtsp://myip/somefile.3gp
also its working ......:)
but when i tried from another computer in the local network
http://darwinserverIP(My_pc_IP)/somefile.3gp
Its not working. if you any one faced same type of problems then please let me know how to solve.
Another Issue I setup perl in wamp could perl setup problem would be the reason cause when i call http://localhost/somefile.pl
It shows me error message forbidden you dont have access permission or something like that.
Any help would be highly appreciated.
Thanks
Mahabub
[edited by: phranque at 5:56 am (utc) on Mar. 18, 2009]
[edit reason] unlinked urls [/edit]
It shows me error message forbidden you dont have access permission or something like that.
- permissions not set on file, chmod to 755 (executable by all, or, if on Windows, the windows equivalent of setting to executable)
- server configuration allows only execution of .cgi, change .pl to .cgi (or change server config)
- server configuration allows scripts to be executed only from the cgi-bin, and you're doing it in a read-only directory
- there may be no permissions set to execute anywhere, in which case you need to modify the server configuration