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
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
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
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
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
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
> 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
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
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
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
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
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:\
- 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
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
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
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
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
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
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
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
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:
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
:)
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
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
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
"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?
>
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
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
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
29 matches
Mail list logo