Re: [users@httpd] Detecting and limiting access to a mobile device using a 3G network

2011-07-26 Thread Mark Montague
On July 26, 2011 19:36 , Anurag Kapur wrote: I am looking for ways of detecting a specific mobile device (example: my iPhone and not my friends) accessing a resource on my publicly accessible Apache web server so that I can restrict access to certain devices only. Just like there are ways of

[users@httpd] Detecting and limiting access to a mobile device using a 3G network

2011-07-26 Thread Anurag Kapur
Hi, I am looking for ways of detecting a specific mobile device (example: my iPhone and not my friends) accessing a resource on my publicly accessible Apache web server so that I can restrict access to certain devices only. Just like there are ways of detecting the user agent and IP address of th

Re: [users@httpd] ap_http_scheme / ap_run_http_scheme where is it :(

2011-07-26 Thread Nick Kew
On 26 Jul 2011, at 04:22, Shibi Ns wrote: > I was trying to look for the source code of api ap_http_scheme / > ap_run_http_scheme , but no luck on it any idea where i can get it?. What are you trying to do? This API is probably not what you want. (Neither is this list: if you're writing a mo

Re: [users@httpd] subdomain

2011-07-26 Thread Jorge Schrauwen
I usually make a vhost for the hostname associated with the mx record, The vhost serves no content, just does a Deny All. This is probably the simplest solution. ~Jorge On Tue, Jul 26, 2011 at 10:24 AM, Amira Othman wrote: > Hi all > > > > I am using apache httpd-2.2.3-43.3 on centos 5.6.i ha

RE: [users@httpd] Monit on vhost

2011-07-26 Thread Josu Lazkano
Thanks!!! I change localhost to public Ip and it works! Thanks for your help, best regards. -Mensaje original- De: Jeroen Geilman [mailto:jer...@adaptr.nl] Enviado el: lunes, 25 de julio de 2011 19:33 Para: users@httpd.apache.org Asunto: Re: [users@httpd] Monit on vhost On 2011-07-25 1

[users@httpd] subdomain

2011-07-26 Thread Amira Othman
Hi all I am using apache httpd-2.2.3-43.3 on centos 5.6.i have 5 virtual hosts .the server is also mail server and has mx record how can I deny access to url of mx record as it now goes to default virtual host. Any way to block using apache or I should use iptables thanks