[users@httpd] Applets fail to load with UndeclaredThrowableException when using Proxy

2011-02-09 Thread Pankaj Tiwari
The HTTP server is configured as Proxy as well as Reverse Proxy for the Web Application (HTTP request) --> [HTTP Server] --> (HTTP redirect) --> [Web Application] // Web application loads except the applets (java.lang.reflect.UndeclaredThrowableException ). If I enable ProxyPreserveHost in httpd.

Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-09 Thread o haya
Hi, BTW, to help guide me on what to look for, my understanding is that there are basically two things that can cause Apache to provide the 403/Forbidden response: - Linux permissions - Something in the Apache .conf files that sets a "deny" For the former, and assuming the we don't have any lo

Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-09 Thread o haya
Eric, Sorry for that. The system is at work, so I'll have to get that tomorrow. Jim --- On Wed, 2/9/11, Eric Covener wrote: > From: Eric Covener > Subject: Re: [users@httpd] Problem configuring proxy (forbidden error locally) > To: users@httpd.apache.org > Date: Wednesday, February 9, 2011,

Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-09 Thread o haya
Hi, According to: http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxyrequests the default for ProxyRequests is "Off"? Jim --- On Wed, 2/9/11, Igor Cicimov wrote: From: Igor Cicimov Subject: Re: [users@httpd] Problem configuring proxy (forbidden error locally) To: users@httpd.apache.org Da

Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-09 Thread Eric Covener
On Wed, Feb 9, 2011 at 8:26 PM, o haya wrote: > > Hi Eric and Igor, > The Apache proxy logs show "403" errors. Don't paraphrase the logs. Include them verbatim in your response. - The official User-To-User support forum of the A

Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-09 Thread Igor Cicimov
First un-comment the #ProxyRequests On and make it ProxyRequests Off if you want to run reverse proxy. On Thu, Feb 10, 2011 at 12:26 PM, o haya wrote: > Hi Eric and Igor, > > The Apache proxy logs show "403" errors. > > I've been hunting down all the deny/allows and > directives/sections, a

Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-09 Thread o haya
Hi Eric and Igor, The Apache proxy logs show "403" errors. I've been hunting down all the deny/allows and directives/sections, and these are all that I found in the httpd.conf:                 Options FollowSymLinks                 AllowOverride None                   Options Indexes FollowSym

Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-09 Thread Igor Cicimov
have you tried the Order statement and putting "Allow from All" ? On Thu, Feb 10, 2011 at 11:07 AM, Eric Covener wrote: > > so the 403 is coming from the Apache proxy itself > > What do the proxy logs say? > > - > The official U

Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-09 Thread Eric Covener
> so the 403 is coming from the Apache proxy itself What do the proxy logs say? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscrib

[users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-09 Thread o haya
We are trying to use the Apache (2.0.x) that comes with Redhat to reverse-proxy. We have a pretty simple configuration. Basically, we have just 1 , with a bunch of ProxyPass/ProxyPassReverse directive-pairs, in sections, e.g.: ProxyPass http://test.host.com/Foo ProxyPassReverse http

[users@httpd] 403/

2011-02-09 Thread ohaya
- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-dige

RE: [users@httpd] How do you build apache 2.2.17 with openssl FIPS ???

2011-02-09 Thread Keith Theman
When I boot with SSLFIPS off, I see this in my log: [Wed Feb 09 15:50:10 2011] [notice] Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/FIPS configured -- resuming normal operations I have compiled in openSSL FIPS, but why doesn't 2.2.17 recognize it as such? Sam From: xray...@hotmail.com To: us

Re: [users@httpd] PHP to control Apache

2011-02-09 Thread Lars Nielsen
ons, 09 02 2011 kl. 14:59 +0100, skrev Fredric Fredricson: > On 02/09/2011 12:20 PM, Nilesh Govindarajan wrote: > > [snip] > > > > The problem with using mod_perl is one needs to know perl to a > > decent extent or at least db operations in perl. It is a strict > > requirement. > > [snip] > This

Re: [users@httpd] VirtualHost Question

2011-02-09 Thread IrishStudent76
Hi Eric, I believe that I've sorted the issue, it appears to be the route to the public index page. I'm following a book in learning the zend framework but it appears to have a few typos and lack of information in general. Thanks for your help. Graham Eric Covener wrote: > >> My problem is

RE: [users@httpd] Help with Apoache config to support Subversion

2011-02-09 Thread Arthur Pesa
I went ahead and created this post as a new post on subversion.apache.org so please reply to that if you see my mistake or have more advice as I don't want to cross post, I just did not see the dedicated svn list. I hope to do better on that list. Thanks to all, Pat On Wed, 2011-02-09 at 10:09 -08

RE: [users@httpd] Help with Apoache config to support Subversion

2011-02-09 Thread Arthur Pesa
Thanks for the reply, I was not aware of the dedicate subversion list. I have already changed the require directive to use "valid-user". I restarted Apache and now have this message from Eclipse "Location Information has been specified incorrectly" Svn: Malformed XML Keep Location Anyway I kno

[users@httpd] How do you build apache 2.2.17 with openssl FIPS ???

2011-02-09 Thread Keith Theman
Hello, I am trying to build Apache 2.2.17 on RH linux 5 with openssl FIPS openssl-fips-1.2.2.tar.gz I built and install openssl fips 1.2.2 and then ran my apache config: ./configure --prefix=/usr/local/apache2 --with-ssl=/usr/local/fips_openssl/ssl --with-mpm=prefork --enable-ssl I did make

Re: [users@httpd] 64 Bit Apache httpd on Solaris

2011-02-09 Thread Igor Galić
- Original Message - > Hi William, > I tried CFLAGS="gcc -m64", (gcc is installed in /usr/sfw/bin/), but > it broke configure ... > > checking for gcc... gcc > checking for C compiler default output file name... > configure: error: in > `/opt/oracle/stage/tmp/k_working/Apache2.2/httpd-2.2

Re: [users@httpd] Global 301 Redirects

2011-02-09 Thread Igor Galić
- Original Message - > Greetings, > > I'm trying to figure out a way to have each of my vhosts do a 301 > redirect upon receiving a request which contains "www." > > Basically we want to drop all of those www subdomains for SEO > purposes, > but we are hosting dozens of websites, and woul

Re: [users@httpd] improve speed and performace of apache server on Windows 7

2011-02-09 Thread Igor Galić
- Original Message - > Hi, > > i have apache on Windows 7 OS and i would like to know how can i > seepd up it respectively how can i improve it to make its answer to > php request faster ? Faster? How much faster? How fast is it now? How fast do you need it to be? How fast does it have t

Re: [users@httpd] Help with Apoache config to support Subversion

2011-02-09 Thread Igor Galić
- Original Message - > Hello, I am finishing up my configuration for Apache/SVN and have one Generally we recommend us...@subversion.apache.org for subversion related problems, but in this case I guess the fix is easy. > last authorization quandary. I am on Ubuntu 10.04 with LAMP, SVN a

Re: [users@httpd] --enable-rule=SSL_EXPERIMENTAL in 2.0.64

2011-02-09 Thread Igor Galić
- Original Message - > Hi everyone, > > I'm trying to compile 2.0.64 on Solaris 10. Unfortunately, I get the > message: First off: The latest and best version is currently: 2.2.17 > configure: WARNING: unrecognized options: > --enable-nonportable-atomics, --disable-ipv6, --enable-rule

[users@httpd] improve speed and performace of apache server on Windows 7

2011-02-09 Thread Alain Roger
Hi, i have apache on Windows 7 OS and i would like to know how can i seepd up it respectively how can i improve it to make its answer to php request faster ? thx. -- Alain --- Windows 7 x64 / Fedora 14 x64 PostgreSQL 8.3.5 / MySQL 5 Apache

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 6:01 PM, Tom Evans wrote: > I'm not a windows guy. I've just noticed that one of your directories > starts 'C:\Users\..'. Doesn't windows do something crazy with 'user' > folders? Can you move your docroot outside of this and see if it makes > any difference? If

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 6:01 PM, Tom Evans wrote: > I'm not a windows guy. I've just noticed that one of your directories > starts 'C:\Users\..'. Doesn't windows do something crazy with 'user' > folders? Can you move your docroot outside of this and see if it makes > any difference? I g

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 6:01 PM, Tom Evans wrote: > I'm not a windows guy. I've just noticed that one of your directories > starts 'C:\Users\..'. Doesn't windows do something crazy with 'user' > folders? Can you move your docroot outside of this and see if it makes > any difference? ;)

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Tom Evans
On Wed, Feb 9, 2011 at 4:54 PM, Zeno Davatz wrote: > Dear Tom > > Thanks for the reply. > I'm not a windows guy. I've just noticed that one of your directories starts 'C:\Users\..'. Doesn't windows do something crazy with 'user' folders? Can you move your docroot outside of this and see if it mak

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom Thanks for the reply. On Wed, Feb 9, 2011 at 5:22 PM, Tom Evans wrote: >> This is my mod_ruby.conf settings on Linux and there it just works fine: >> >> LoadModule ruby_module modules/mod_ruby.so >> >> # taken from the example file >> # If the ruby module is installed, this will be ena

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Eric Covener
On Wed, Feb 9, 2011 at 11:07 AM, Zeno Davatz wrote: > Dear Tom > > On Wed, Feb 9, 2011 at 4:12 PM, Tom Evans wrote: > >> (why are we talking on dev@ btw, this seems clearly a users@ >> discussion. If/when you reply, please drop dev@) > > It seems a dev issue because what works on Linux does not s

[users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Tom Evans
On Wed, Feb 9, 2011 at 4:07 PM, Zeno Davatz wrote: > Dear Tom > > On Wed, Feb 9, 2011 at 4:12 PM, Tom Evans wrote: > >> (why are we talking on dev@ btw, this seems clearly a users@ >> discussion. If/when you reply, please drop dev@) > > It seems a dev issue because what works on Linux does not se

[users@httpd] --enable-rule=SSL_EXPERIMENTAL in 2.0.64

2011-02-09 Thread Kogelheide, Ryan SSBC:EX
Hi everyone, I'm trying to compile 2.0.64 on Solaris 10. Unfortunately, I get the message: configure: WARNING: unrecognized options: --enable-nonportable-atomics, --disable-ipv6, --enable-rule, --enable-lib64 According to the posts I see, these are just warnings, but when I try to start I ge

[users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 4:12 PM, Tom Evans wrote: > (why are we talking on dev@ btw, this seems clearly a users@ > discussion. If/when you reply, please drop dev@) It seems a dev issue because what works on Linux does not seem to work on Apache for Windows. That is why I sent this to de

[users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 4:12 PM, Tom Evans wrote: > (why are we talking on dev@ btw, this seems clearly a users@ > discussion. If/when you reply, please drop dev@) > > OK, there are some inconsistencies in your conf. > > First, in your vhost configuration, you have SetHandler ruby-object

[users@httpd] SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Hi This concerns the following: https://issues.apache.org/bugzilla/show_bug.cgi?id=25435 My question is in reading to above Bug-Report as mod_ruby.so uses SetHandler as well. my mod_ruby.conf file in in C:\Apache2.2\conf\extra is https://gist.github.com/818508 my httpd_vhost.conf is https://

[users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Tom Evans
On Wed, Feb 9, 2011 at 2:59 PM, Zeno Davatz wrote: > Dear Tom > > Thank you for your reply. > > Yes, it seems so, as my index.rbx is not being loaded AFAICT. > > According to my understanding the above setup should work, but it does > not work as the page is not served but I just get the following

Re: [users@httpd] Domain Registrant's Details

2011-02-09 Thread Stormy
At 03:25 AM 2/9/2011 +, Stephen Love wrote: I do know that GoDaddy.com has a private/lock feature that hides details of the ownership info, but I've just never chosen to use it. [snip] This is really OT for this list, but one of my "functions" is setting policy and overseeing the abuse des

Re: [users@httpd] PHP to control Apache

2011-02-09 Thread Fredric Fredricson
On 02/09/2011 12:20 PM, Nilesh Govindarajan wrote: [snip] The problem with using mod_perl is one needs to know perl to a decent extent or at least db operations in perl. It is a strict requirement. [snip] This, of course, depends on your situation but perl DBI is quite well documented and fai

Re: [users@httpd] PHP to control Apache

2011-02-09 Thread Nilesh Govindarajan
On 02/09/2011 01:16 AM, Jorge Schrauwen wrote: On Tue, Feb 8, 2011 at 3:01 PM, Matus UHLAR - fantomas wrote: On 06.02.11 23:05, Lars Nielsen wrote: I am writing a PHP application to control primarily my VirtualHost configurations in Apache(2.2.9). Can you guide my to any good knowlegde of 1

Re: [users@httpd] How to apply worker MPM

2011-02-09 Thread Tom Evans
On Wed, Feb 9, 2011 at 8:25 AM, vishesh kumar wrote: > Dear all >    I am not newbie in Apache.  I am using Apache Server on Centos 5.5. I > need to remove prefork MPM  and apply worker MPM in place of that, Do i need > to recompile Apache ? > Thanks & Regards > vishesh kumar > Yes, or install a

[users@httpd] Re: [mod_fcgid] Question about FcgidCmdOptions (InitialEnv) and session (cookie) problem with PHP

2011-02-09 Thread Carsten Wiedmann
Am 14.01.2011 10:13, schrieb Carsten Wiedmann: 1) With FcgidInitialEnv I write: | FcgidInitialEnv FOO "C:\\ProgramData\\Foo" but with FcgidCmdOptions it's: | FcgidCmdOptions "C:/usr/bin/cgi.exe" \ | InitialEnv FOO=C:\ProgramData\Foo I have to use a single backslash and not a double backslash as

[users@httpd] Applets Failed to load with http server as Proxy/Reverse with SSL

2011-02-09 Thread Pankaj Tiwari
1. Configured http server 2.2.17 as proxy and reverse proxy for my web application 2. The web application is running under Jboss without SSL 3. Able to load the web application (except Applets) through http server (no ssl) 4. Able to load the web application as well as Applets through http server (

[users@httpd] How to apply worker MPM

2011-02-09 Thread vishesh kumar
Dear all I am not newbie in Apache. I am using Apache Server on Centos 5.5. I need to remove prefork MPM and apply worker MPM in place of that, Do i need to recompile Apache ? Thanks & Regards vishesh kumar -- http://linuxmantra.com