[EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Vinay Purohit
HI, Can I have LoadModule directive inside the virtual server block in httpd.conf i.e DocumentRoot "C:/vhost" ServerName RuntimeTest1.apple.com LoadModule setenvif_module modules/myapp.so #ErrorLog logs/error.log #CustomLog CustomLog logs/access.log common So that it

Re: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Sascha Kersken
Hello, HI, Can I have LoadModule directive inside the virtual server block in httpd.conf i.e DocumentRoot "C:/vhost" ServerName RuntimeTest1.apple.com *LoadModule setenvif_module modules/myapp.so* #ErrorLog logs/error.log #CustomLog CustomLog logs/access.log common

RE: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Vinay Purohit
hi, Where do I do module specific settings ? Actually myapp.so(in example below) is a filter which redirects request to other custm build application. I would like to redirect all the request of RuntimeTest1.apple.com to custom application while other virtual host ,configured name based virtual ho

Re: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Sascha Kersken
Hey, hi, Where do I do module specific settings ? Actually myapp.so(in example below) is a filter which redirects request to other custm build application. I would like to redirect all the request of RuntimeTest1.apple.com to custom application while other virtual host ,configured name based v

[EMAIL PROTECTED] Apache 2.2 as a static server (without PHP) to serve images

2008-03-31 Thread thomas Armstrong
Hi. I've got Apache 2.2 with PHP running on my Linux box to serve dynamic pages. I was told that Apache 2.2 allows to create a secondary process which doesn't use PHP to serve images or static files without installing a secondary Apcache webserver or lighttpd. Is it possible? How can I configure

Re: [EMAIL PROTECTED] Apache 2.2 as a static server (without PHP) to serve images

2008-03-31 Thread Davide Bianchi
thomas Armstrong wrote: I was told that Apache 2.2 allows to create a secondary process which doesn't use PHP to serve images or static files without installing a secondary Apcache webserver or lighttpd. Sure, make a copy of the httpd.conf file, remove everything that refers PHP (the LoadModul

Re: [EMAIL PROTECTED] Apache 2.2 as a static server (without PHP) to serve images

2008-03-31 Thread thomas Armstrong
> Sure, make a copy of the httpd.conf file, remove everything that refers > PHP (the LoadModule basically), then run a secondary Apache using that > config file. You'll have to use a different port of course and redirect > images and the like to the secondary apache. > > But... why? Thank you

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Melanie Pfefer
Hello! After configuring proxy_html_module, I used ProxyPass as per http://www.apachetutor.org/admin/reverseproxies: ProxyPass /gqaf-web/ http://backend:8080/gqaf-web/ So that http://proxy/gqaf-web/gqaf:soi:PAR:TRE:001 redirects to http://backend:8080/gqaf-web/gqaf:soi:PAR:TRE:001 without

AW: [EMAIL PROTECTED] Apache 2.2 as a static server (without PHP) to serve images

2008-03-31 Thread christian.folini
Hi Thomas, A typical setup for your environment would be to set an apache reverse proxy in front and handle the dynamic content on a dedicated backend server. You can put your static files on your reverse proxy or serve them via another backend server. The important part is to split dynamic and

RE: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Vinay Purohit
Hi, Thanks !! I wrote myapp.so. Are you asking to change the implementation of myapp.so in such a way so that it reads some instruction in virtual host directive and take action upon. i.e I have following module in global part of httpd.conf LoadModule my_module "C:\Program Files\Apple/bin/MyApp

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-31 Thread Joshua Slive
On Sun, Mar 30, 2008 at 8:32 PM, Grant Peel <[EMAIL PROTECTED]> wrote: > Joshua, > > So, cand these be combined into one container somehow? > > > > Order Allow,Deny > Allow from all > Deny from env=block_bad_bots > > > > Options Indexes Includes FollowSymLinks > # F

Re: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Sascha Kersken
Hey, Hi, Thanks !! never mind :). I wrote myapp.so. Are you asking to change the implementation of myapp.so in such a way so that it reads some instruction in virtual host directive and take action upon. i.e I have following module in global part of httpd.conf LoadModule my_module "C:\

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-31 Thread Grant Peel
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: ; "Grant Peel" <[EMAIL PROTECTED]> Sent: Monday, March 31, 2008 7:47 AM Subject: Re: [EMAIL PROTECTED] Logging Denied Referrers On Sun, Mar 30, 2008 at 8:32 PM, Grant Peel <[EMAIL PROTECTED]> wrote: Joshua, So, cand

[EMAIL PROTECTED] 502 Proxy Error and cookies

2008-03-31 Thread Norman Khine
Hello, I am trying to resolve a 502 Proxy Error. Currently I am redeveloping http://expert.travel and the new site will be http://uk.expert.travel When you access the first site http://expert.travel and then you access the second site you get the 502 Proxy Error: -- Proxy Error The proxy se

Re: [EMAIL PROTECTED] 502 Proxy Error and cookies

2008-03-31 Thread Krist van Besien
On Mon, Mar 31, 2008 at 1:44 PM, Norman Khine <[EMAIL PROTECTED]> wrote: > If I then go and clear the cookies from the browser, I can then access > the http://uk.expert.travel without a problem. I doubt this is an apache problem. When you go to expert.travel you receive some cookies, with as co

Re: [EMAIL PROTECTED] 502 Proxy Error and cookies

2008-03-31 Thread Norman Khine
Thank you Krist, that was the problem. Norman Krist van Besien wrote: On Mon, Mar 31, 2008 at 1:44 PM, Norman Khine <[EMAIL PROTECTED]> wrote: If I then go and clear the cookies from the browser, I can then access the http://uk.expert.travel without a problem. I doubt this is an apache pr

Re: [EMAIL PROTECTED] Name-based virtual hosting with SSL

2008-03-31 Thread Matthew A. Bockol
You might want to investigate using a wildcard cert, then name-based virtual hosting can work with SSL. This requires that your hosts all be from the same domain ( x.foo.com, y.foo.com etc. ) Similarly, mod_gnutls ( http://www.outoforder.cc/projects/apache/mod_gnutls ) permits Name-based virtua

Fwd: [EMAIL PROTECTED] Apache Password authentication issues

2008-03-31 Thread Sailesh Krishnamurthy
any ideas, how to force apache 1.3 to use the .htaccess file and not use the authentication module? -- Forwarded message -- From: Sailesh Krishnamurthy <[EMAIL PROTECTED]> Date: Fri, Mar 28, 2008 at 5:06 PM Subject: Re: [EMAIL PROTECTED] Apache Password authentication issues To: us

Re: [EMAIL PROTECTED] Logging Denied Referrers

2008-03-31 Thread Joshua Slive
On Mon, Mar 31, 2008 at 8:21 AM, Grant Peel <[EMAIL PROTECTED]> wrote: > Just for my own amusement, could they be combined like this (since I am > realy only worried about the virtual hosts document roots only), > > > > Options Indexes Includes FollowSymLinks > AllowOverride Options Al

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Joshua Slive
On Mon, Mar 31, 2008 at 7:08 AM, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Hello! > After configuring proxy_html_module, I used ProxyPass > as per > http://www.apachetutor.org/admin/reverseproxies: > RewriteRule ^/(.*TRE.*) > http://backend:8080/gqaf-web/$1 [P,L] does not work > either bec

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Melanie Pfefer
Hello Josh, Do you know if we can write this: RewriteRule ^/(.*TRE.*) http://backend:8080/gqaf-web/$1 [P,L] using ProxyPass directive? Actually, ProxyPass worked well when I used it ProxyPass /gqaf-web/ http://backend:8080/gqaf-web/ I need to do use it also such as: ProxyPass /(.*TRE.*) http:

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Joshua Slive
On Mon, Mar 31, 2008 at 2:45 PM, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Hello Josh, > > Do you know if we can write this: > > > RewriteRule ^/(.*TRE.*) > http://backend:8080/gqaf-web/$1 [P,L] > > using ProxyPass directive? > > Actually, ProxyPass worked well when I used it > ProxyPass /g

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Melanie Pfefer
:) I am just wondering how to define a wildcard in mod_proxy_html. In http://www.apachetutor.org/admin/reverseproxies, they give an example on /app1/ and that worked for me if want to redirect /gqaf-web/. Now I have wildcards: Everything that have :TRE: to be redirected to backend:/gqaf-web/ fol

[EMAIL PROTECTED] Is it possible to keep a module running after closing a connection?

2008-03-31 Thread Brown Chris-CCB034
I'm looking at a situation where we'd want to close a connection (for example the message size is too large) but we'd like to keep the thread active so that we can perform some other steps before releasing the thread. Is this possible? I've been looking through the apache header files and nothing

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Melanie Pfefer
I used this SetOutputFilter proxy-html ProxyHTMLURLMap /(.*)TRE(.*)$ http://backend:8080/gqaf-web/$1 and ProxyHTMLExtended On ProxyHTMLURLMap url\(http://proxy/(.*)TRE(.*)\) url(http://backend:8080/gqaf-web/$1) Rihe No luck :( --- Melanie Pfefer <[EMAIL PROTECTED]> wrote: > :) > > I am just

Re: [EMAIL PROTECTED] Is it possible to keep a module running after closing a connection?

2008-03-31 Thread Scott Gifford
"Brown Chris-CCB034" <[EMAIL PROTECTED]> writes: > I'm looking at a situation where we'd want to close a connection (for example > the message size is too large) but we'd like to keep the thread active so that > we can perform some other steps before releasing the thread. Is this > possible? >

[EMAIL PROTECTED] Apache 2.2.3 - Delayed response

2008-03-31 Thread Clayton Dillard
All,     Thank you for taking the time to review my question. After a fresh boot (or a reboot) our Apache server returns pages very quickly to the client browser.  We are running SugarCRM and the response time is usually around .29 seconds.  This high performance lasts for some unpredictable p

[EMAIL PROTECTED] need 'high traffic' config

2008-03-31 Thread James Mandy
Hi all, new here, I administer a bunch of servers for a client who runs a very busy web site that serve's js, php and images. (what a cocktail!) He's serving 300Gig of data a day, and over 30 mil hits a day to this data which is mainly the images, some flash.. static content The server ha

Re: [EMAIL PROTECTED] Apache 2.2.3 - Delayed response

2008-03-31 Thread Issac Goldstand
Clayton Dillard wrote: All, Thank you for taking the time to review my question. After a fresh boot (or a reboot) our Apache server returns pages very quickly to the client browser. We are running SugarCRM and the response time is usually around .29 seconds. This high performance lasts