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

2011-07-25 Thread Shibi Ns
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?. Shibi Ns

Re: [users@httpd] RewriteRule acts differently for different browsers

2011-07-25 Thread Jeroen Geilman
On 2011-07-25 22:49, James Moe wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/25/2011 12:14 PM, Jeroen Geilman wrote: You should not use rewriting for this, it is entirely unnecessary and only adds complexity. Instead, you add a new vhost for www.sohnen-moe.com, and do a blank redir

Re: [users@httpd] RewriteRule acts differently for different browsers

2011-07-25 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/25/2011 12:14 PM, Jeroen Geilman wrote: >> > You should not use rewriting for this, it is entirely unnecessary > and only adds complexity. Instead, you add a new vhost for > www.sohnen-moe.com, and do a blank redirect to HTTPS. > The ISP for

Re: [users@httpd] Apache 2.2 > Timeout & RequestReadTimeout (mod_reqtimeout)

2011-07-25 Thread Eric Covener
On Mon, Jul 25, 2011 at 2:18 PM, Geoff Millikan wrote: >>> When both RequestReadTimeout and Timeout values are set, the smaller >>> of the two takes precedence, right?  For example, if Timeout 6 and >>> RequestReadTimeout header=10 body=30 then Apache will close the connection >>> at 6 seconds and

Re: [users@httpd] RewriteRule acts differently for different browsers

2011-07-25 Thread Jeroen Geilman
On 2011-07-25 20:45, James Moe wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, apache v2.0 The reason for this redirection is that when I purchased the SSL certificate, I did not know to get one for than the domain's URL, . A secure connection to brings up the warning about a

Re: [users@httpd] RewriteRule help

2011-07-25 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 O>> That does not change anything. Here is what I put in the CONF file: >> >> > Directory is basically the same as htaccess. > Oh. My ISP has a rather restrictive approach to what can be modified in . The virtualhost definitions are off limits.

[users@httpd] RewriteRule acts differently for different browsers

2011-07-25 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, apache v2.0 The reason for this redirection is that when I purchased the SSL certificate, I did not know to get one for than the domain's URL, . A secure connection to brings up the warning about a possibly "untrusted site." RewriteEngine

RE: [users@httpd] Apache 2.2 > Timeout & RequestReadTimeout (mod_reqtimeout)

2011-07-25 Thread Geoff Millikan
>> When both RequestReadTimeout and Timeout values are set, the smaller >> of the two takes precedence, right?  For example, if Timeout 6 and >> RequestReadTimeout header=10 body=30 then Apache will close the connection >> at 6 seconds and the RequestReadTimeout will never be activated, right?

Re: [users@httpd] Monit on vhost

2011-07-25 Thread Jeroen Geilman
On 2011-07-25 10:34, Josu Lazkano wrote: Thanks for your help. I try it but it does not work. I configure this way: Alias /monit/token /var/www/monit/token Options none AllowOverride None Order allow,deny Al

RE: [users@httpd] mod_deflate alters the filename being downloaded - please help to solve this

2011-07-25 Thread Arabinda Sahoo
Dear Members, We are using - Apache 2.x and the compression is working properly. However when a compressed document is being downloaded - it's showing a download window with a different filename. For example - if the original filename is - abc.doc The download page is now showing - fileDisplay

[users@httpd] subdomain

2011-07-25 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 thanks

[users@httpd] Calling special cgi-script from different location from tag Directory / Location

2011-07-25 Thread Petr Hracek
Dear user, I have some simple question. In my configuration file for apache2 I have defined either: Options +ExecCGI SetHandler cgi-script or Options +ExecCGI SetHandler cgi-script Is there any possibility how to call CGI script which is defined under directory /opt/application

[users@httpd] Help Required in one project

2011-07-25 Thread Kashif Rahman
Dear Users, We are trying to send our request from one apache to another apache running on separate server without changing original URL. E.g. SERVERA = Apache with PHP SERVERB = Apache with PHP & Tomcat SERVERA abc.com à SERVERB xyz.com, then SERVERB passes java requests to t

RE: [users@httpd] Monit on vhost

2011-07-25 Thread Josu Lazkano
Thanks for your help. I try it but it does not work. I configure this way: Alias /monit/token /var/www/monit/token Options none AllowOverride None Order allow,deny Allow from 127.0.0.1 Then I reload Apache