RE: [us...@httpd] Apache Proxy Directives

2010-11-20 Thread Sachin Bhugra
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 N

[us...@httpd] Apache php in ubuntu

2010-11-20 Thread Peter Maguire
I am trying to get my apache server to work with php files. It shows the phpinfo() but just comes up blank on others, my server is on sometimes at http://94.192.200.195/ - The official User-To-User support forum of the Apache

Re: [us...@httpd] Apache Proxy Directives

2010-11-20 Thread Jeroen Geilman
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. Howeve

[us...@httpd] Apache Proxy Directives

2010-11-20 Thread Sachin Bhugra
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

Re: [us...@httpd] Mod-jk worker not being called after calling handler

2010-11-20 Thread Mohit Anchlia
On Sat, Nov 20, 2010 at 3:05 AM, Eric Covener wrote: > On Sat, Nov 20, 2010 at 12:09 AM, Mohit Anchlia > wrote: >> I am trying to look at how handlers work so I created a very simple >> perl handler that just return "OK". And I added an entry "PerlModule" >> and the "PerlHandler". I also was abl

[us...@httpd] Need for an REMOTE_PROTOCOL_FAMILY environment variable ?

2010-11-20 Thread Xavier Roche
Hi folks, This is a really, really minor enhancement, but we have REMOTE_ADDR and REMOTE_PORT, would it make sense to have REMOTE_PROTOCOL_FAMILY [Ie. either "IPv4"/"IPv6", or "2"/"10"] to disambiguate the REMOTE_ADDR format ? The IP protocol family can be reverse-engineered by checking the

Re: [us...@httpd] Mod-jk worker not being called after calling handler

2010-11-20 Thread Eric Covener
On Sat, Nov 20, 2010 at 12:09 AM, Mohit Anchlia wrote: > I am trying to look at how handlers work so I created a very simple > perl handler that just return "OK". And I added an entry "PerlModule" > and the "PerlHandler". I also was able to build mod_perl2.so. When I > do a GET request with handle

[us...@httpd] ssl_error_rx_unexpected_new_session_ticket

2010-11-20 Thread El Reggae Dancer
Hi folk, Is there someone who knows, if the error ssl_error_rx_unexpected_new_session_ticket is an error of my Apache web server or an BUG in Firefox ? Here below is my post to Apache mailing list 2 days ago: == Hello, I'm running Apache/2.2.17 (Unix) mod_s