| Author |
Message |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Fri Apr 10, 2009 5:06 pm Subject: Apache mod_rewrite for firewall connection |
| i changed it because it seemed not to work and i was tryin to work around it. |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Fri Apr 10, 2009 4:57 pm Subject: Apache mod_rewrite for firewall connection |
Here is my code now
const char *ip;
ip = client->con->ip;
if (strcmp (ip, "127.0.0.1") !== 0)
{
const char *ipaddrk = httpp_getvar (client- ... |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Fri Apr 10, 2009 4:45 pm Subject: Apache mod_rewrite for firewall connection |
| i tried it and i am still getting errors while compiling... |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Fri Apr 10, 2009 1:05 pm Subject: Apache mod_rewrite for firewall connection |
so my code should be then
const char *ip;
ip = client->con->ip;
if (strcmp (ip, "127.0.0.1") == 0)
{
const char *ipaddrk = httpp_getvar ... |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Fri Apr 10, 2009 8:20 am Subject: Apache mod_rewrite for firewall connection |
when i compile i get the following error:
auth_url.c: In function âurl_add_listenerâ:
auth_url.c:293: error: âX_FORWARD_FROMâ undeclared (first use in this function)
... |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Thu Apr 09, 2009 11:22 pm Subject: Apache mod_rewrite for firewall connection |
i have changed auth_url.c like this but it doesnt work
ipaddr = util_url_escape (client->con->ip);
ipaddrk = httpp_getvar (client->parser, X_FORWARD_FROM);
if (ipaddr =='12 ... |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Tue Oct 28, 2008 7:44 pm Subject: Apache mod_rewrite for firewall connection |
| i think that adding an additional parameter is better, i will have a look into the source code tomorrow and maybe it will be committed to the icecast future editions. as we all know running icecast on ... |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Tue Oct 28, 2008 7:00 am Subject: Apache mod_rewrite for firewall connection |
| can you help me see where i have to change in the source code in order to get it working? i would like to add an additional information in those information sent when doing url_auth such as forward-ip |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Mon Oct 27, 2008 6:02 pm Subject: Apache mod_rewrite for firewall connection |
| Let me explain more my current situation, i have icecast running on port 8000 and i want listeners to be able to listen on port 80, using apache mod rewrite i created a rule that interprete the reqest ... |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Mon Oct 27, 2008 7:47 am Subject: Apache mod_rewrite for firewall connection |
| so you mean using the apache mod_rewrite is not the best way to get icecast running on port 80? can you give me an example on how to do it? |
Topic: Apache mod_rewrite for firewall connection |
kaneza
Replies: 19
Views: 20921
|
Forum: Icecast Server Posted: Sun Oct 26, 2008 9:57 pm Subject: Apache mod_rewrite for firewall connection |
Hello,
i have been trying to listen my radio over a firewall connection that allows only port 80. Using apache mod_rewrite i rewrote my request to map my icecasr server correctly,
but i cant get t ... |
Topic: bandwidth monitoring |
kaneza
Replies: 7
Views: 8459
|
Forum: Icecast Server Posted: Tue Jul 01, 2008 3:42 pm Subject: bandwidth monitoring |
| is there i parameter which can give out that values in the mount_connect ? or disconnect? or if a user disconnects he sends how many bits he have read? |
Topic: bandwidth monitoring |
kaneza
Replies: 7
Views: 8459
|
Forum: Icecast Server Posted: Tue Jul 01, 2008 1:34 pm Subject: bandwidth monitoring |
| How can the total_bytes_read total_bytes_sent help in that? |
Topic: bandwidth monitoring |
kaneza
Replies: 7
Views: 8459
|
Forum: Icecast Server Posted: Tue Jul 01, 2008 1:23 pm Subject: bandwidth monitoring |
| so you mean in the regular icecast i cant konw what bandwidth was consumed over a period of time, lets say i have a 16kbps stream and i have listeners who are connecting to my stream correct me if i a ... |
Topic: bandwidth monitoring |
kaneza
Replies: 7
Views: 8459
|
Forum: Icecast Server Posted: Tue Jul 01, 2008 12:19 pm Subject: bandwidth monitoring |
| where can i get the documentation of the kh branches? |
| |