You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sachin Bhugra <sa...@hotmail.com> on 2010/11/20 23:21:20 UTC

[users@httpd] Apache Proxy Directives

hi, 



 I have compiled Apache 2.2.16 as follow:



./configure --prefix=/usr/local/httpd2.2.16 --with-mpm=prefork 
--with-mpm=worker --with-included-apr --enable-ssl --enable-proxy 
--enable-mods-shared="most proxy"



However, all I can see is the modules loaded for proxy, however none of 
the derivatives like ProxyRequests have been added to the conf files.



There is also no proxy.conf file. 



I was just wondering if these directives do get added or if there is sample file created after installing Apache2?  		 	   		  

RE: [users@httpd] Apache Proxy Directives

Posted by Joost de Heer <jo...@sanguis.xs4all.nl>.
On Sun, November 21, 2010 08:33, Sachin Bhugra wrote:
>
> Yes, sorry for the typo, i meant "Directives"
>
> By proxy.conf, I meant like we have httpd-vhost.conf and other files in
> conf/extra folder, does it also create file like proxy.conf (maybe with
> another name or add directives to some other conf file) which can be used
> for reference.

Those files are created by your distribution (Debian or Ubuntu probably).
If you compile yourself, there is just httpd.conf.

Joost

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Apache Proxy Directives

Posted by Sachin Bhugra <sa...@hotmail.com>.
Yes, sorry for the typo, i meant "Directives"

By proxy.conf, I meant like we have httpd-vhost.conf and other files in conf/extra folder, does it also create file like proxy.conf (maybe with another name or add directives to some other conf file) which can be used for reference.

Date: Sun, 21 Nov 2010 00:14:05 +0100
From: jeroen@adaptr.nl
To: users@httpd.apache.org
Subject: Re: [users@httpd] Apache Proxy Directives






  


On 11/20/2010 11:21 PM, Sachin Bhugra wrote:

  hi,
  

  

 I have compiled Apache 2.2.16 as follow:

  

./configure --prefix=/usr/local/httpd2.2.16 --with-mpm=prefork
--with-mpm=worker --with-included-apr --enable-ssl --enable-proxy
--enable-mods-shared="most proxy"

  




You can only build one MPM.



However, all I can see is the modules loaded for proxy,
however none of the derivatives like ProxyRequests have been added to
the conf files.




I think you mean "Directives".





There is also no proxy.conf file. 




Apache has one configuration file, httpd.conf.





I was just wondering if these directives do get added or if there is
sample file created after installing Apache2? 


The ample documentation explains all about the directives:



http://httpd.apache.org/docs/2.2/mod/mod_proxy.html







-- 
J.
 		 	   		  

Re: [users@httpd] Apache Proxy Directives

Posted by Jeroen Geilman <je...@adaptr.nl>.
On 11/20/2010 11:21 PM, Sachin Bhugra wrote:
> hi,
>
>  I have compiled Apache 2.2.16 as follow:
>
> ./configure --prefix=/usr/local/httpd2.2.16 --with-mpm=prefork 
> --with-mpm=worker --with-included-apr --enable-ssl --enable-proxy 
> --enable-mods-shared="most proxy"
>

You can only build one MPM.

> However, all I can see is the modules loaded for proxy, however none 
> of the derivatives like ProxyRequests have been added to the conf files.

I think you mean "Directives".

>
> There is also no proxy.conf file.

Apache has one configuration file, httpd.conf.

>
> I was just wondering if these directives do get added or if there is 
> sample file created after installing Apache2? 

The ample documentation explains all about the directives:

http://httpd.apache.org/docs/2.2/mod/mod_proxy.html



-- 
J.