Re: [EMAIL PROTECTED] Is this a know issue

2008-05-14 Thread Tracy12
Thanks for the reply, I do not fully agree on what you say, why should I redirect and start a new session. What I am doing is inside the Authentication Hanlder I do the authentication and if success full I return the constant OK if not FORBIDDEN. How the the Auth handler get invoked is via a

Re: [EMAIL PROTECTED] reverse-proxy from /

2008-05-14 Thread Eric Bowman
Wondering if this is hard or something? Is my question not clear? Not enough httpd.conf included? I'd hugely appreciate some help figuring out how to do this, if anyone has any ideas. I feel like I must be missing something obvious. Many thanks, Eric Eric Bowman wrote: Hi all, I'm

Re: [EMAIL PROTECTED] Is this a know issue

2008-05-14 Thread matt . farey
It's for a more secure process, the new session_id should be sent via ssl as well, and more still the logged in user should stay ssl. The. Idea is that Dr. Evil who knows the value of the (unauthenticated) session_id at time_a shouldn't be able to operate as the logged in user at time_b by

[EMAIL PROTECTED] Any Apache module load balancer with respect to time?

2008-05-14 Thread Arnab Ganguly
Hi All, I am using mod_proxy_balancer in Apache Red-Hat 3.0 and mpm=worker. Just curious is it possible to configure a time to live value so that within that particular time all the request will be routed by the load balancer to a particular server.Once it expires it switches to some other server.

Re: [EMAIL PROTECTED] reverse-proxy from /

2008-05-14 Thread Nick Kew
On Wed, 14 May 2008 07:17:57 +0100 Eric Bowman [EMAIL PROTECTED] wrote: Wondering if this is hard or something? Yes, hard to discern a problem of the kind that doesn't usually go away 5 seconds after you post. A request to just http://foo.com/something does NOT reverse-proxy correctly;

Re: [EMAIL PROTECTED] reverse-proxy from /

2008-05-14 Thread Eric Bowman
Nick Kew wrote: A request to just http://foo.com/something does NOT reverse-proxy correctly; So what does happen? D'oh! Sorry, forgot to say what is happening. I'm getting a 401 back, for everything at '/' level. Thanks, Eric -- Eric Bowman Boboco Ltd [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Configure/Compile Apache with SVN module

2008-05-14 Thread Craig Huffstetler
Greetings Sakthi, Great choice for source control and for your HTTPD if I must say so myself. ... Sorry, I couldn't help myself. Now onto your question. I'll be brief because I'm not entirely sure of what you have done thus far and I'm going to refer you to an archived post and a web address. I'm

Re: [EMAIL PROTECTED] Configure/Compile Apache with SVN module

2008-05-14 Thread sakthi v
Thaks Krist. I compiled subversion src.. and i got the SVN modules. But I have a questions, Does apache builds any module (.so) as I am not seeing any .so files creating even after configuring with these options --enable-so --enable-modules=all Regards Sakthi On Wed, May 14, 2008 at 12:01

[EMAIL PROTECTED] AuthBasicProvider for Apache 2.0.x

2008-05-14 Thread GRUBER, Daniel (Daniel)** CTR **
Hey, I have an Apache 2.0.x and don't know how to set which providers (and in which order) are used to authenticate the users. In Apache 2.2.x it is possible with AuthBasicProvider, can anybody help me? PS: I hope my English is good enough to describe the problem :-) Thanks, Daniel

[EMAIL PROTECTED] mod_backhand support in Apache 2.2.x ?

2008-05-14 Thread Arnab Ganguly
Hi All, Does mod_backhand module is supported in Apache 2.2.x? My configuration is Red-Hat 3.0 and Apache 2.2.6 with mpm=worker.I downloaded the mod_backhand tar from the net but getting issue with the installation and configuration.Any help on this and on the above query would be appreciated.

Re: [EMAIL PROTECTED] reverse-proxy from /

2008-05-14 Thread Nick Kew
On Wed, 14 May 2008 09:59:56 +0100 Eric Bowman [EMAIL PROTECTED] wrote: D'oh! Sorry, forgot to say what is happening. I'm getting a 401 back, for everything at '/' level. I expect your error log knows more than anyone on this list. A 401 implies something you (or your application) has

Re: [EMAIL PROTECTED] reverse-proxy from /

2008-05-14 Thread Eric Bowman
Nick Kew wrote: D'oh! Sorry, forgot to say what is happening. I'm getting a 401 back, for everything at '/' level. I expect your error log knows more than anyone on this list. A 401 implies something you (or your application) has actively configured. Well, nothing in the logs, but

Re: [EMAIL PROTECTED] exclude a subdirectory from authentication request

2008-05-14 Thread Caius
Hello Matt, i did what you told me and still nothing ... maybe i didnt put the right condition in the directory stanza Directory / AuthType Basic AuthName LDAP auth realm AuthBasicProvider ldap AuthLDAPURL ldap://localhost:389/ou=People,dc=mybox,dc=com?uid?one?(objectClass=*)

Re: [EMAIL PROTECTED] Configure/Compile Apache with SVN module

2008-05-14 Thread Krist van Besien
On Wed, May 14, 2008 at 11:24 AM, sakthi v [EMAIL PROTECTED] wrote: Thaks Krist. I compiled subversion src.. and i got the SVN modules. But I have a questions, Does apache builds any module (.so) as I am not seeing any .so files creating even after configuring with these options

[EMAIL PROTECTED] Is Apache supported on WIN2k8 server

2008-05-14 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
Hello, Anyone tried executing Apache on WIN2k8 server?I Is it officially supported? Thanks in advance, Prathima.

[EMAIL PROTECTED] Problems with the /balancer-manager mod_proxy_balancer

2008-05-14 Thread Ahmed Musa
Hi, i have the following situation Apache is balancing requests to backend JBoss Server. Everything (the balancing of requests to the webcontainer (tomcat) of jboss)works fine - except i cannot get the balancer-manager working. Of course the GUI appears but after clicking on a worker link

[EMAIL PROTECTED] Reverse Reverse Proxy?

2008-05-14 Thread Tod
I have two web servers both running Apache 2.x. All intranet content is served to users by ServerA. There is an application running on ServerB that I would like ServerA to redirect requests to. When this redirect is done I'd like it to be transparent to the user so that they still think they

[EMAIL PROTECTED] nofailover does not work

2008-05-14 Thread Kyriakos Tsourapas
Hello, people, I have used the following configuration with Apache 2.2 : --- ProxyRequests Off ProxyPass /balancer ! ProxyPass / balancer://cluster/ stickysession=JSESSIONID nofailover=On ProxyPassReverse / balancer://cluster/ Proxy balancer://cluster Order Deny,Allow

[EMAIL PROTECTED] hardening apache

2008-05-14 Thread anil saini bits
hello suggest me some steps for hardening my apache web server i have 50 users who is using web server with thr seperate accounts most importantly how to provide security to own user folders so that other can get only view access... -- View this message in context:

Re: [EMAIL PROTECTED] Is Apache supported on WIN2k8 server

2008-05-14 Thread William A. Rowe, Jr.
Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote: Hello, Anyone tried executing Apache on WIN2k8 server?I Is it officially supported? Works great with UAC disabled. If you enable User Access Control, you will find a host of problems with the ApacheMonitor taskbar

Re: [EMAIL PROTECTED] Apache killing server by using all swap

2008-05-14 Thread Stargazer
Stargazer wrote: Hi list, I have a RH server using Plesk with Apache 2.0.54. I can't ipcs -s | grep apache | perl -e 'while (STDIN) { @a=split(/\s+/); print `ipcrm sem $a[1]`}' service httpd restart Can I bumpt this please? Could anyone suggest a command I can issue just when swap is near

Re: [EMAIL PROTECTED] hardening apache

2008-05-14 Thread Joshua Slive
On Wed, May 14, 2008 at 1:05 PM, anil saini bits [EMAIL PROTECTED] wrote: hello suggest me some steps for hardening my apache web server i have 50 users who is using web server with thr seperate accounts most importantly how to provide security to own user folders so that other can get

Re: [EMAIL PROTECTED] Apache Security Problem

2008-05-14 Thread Joshua Slive
On Wed, May 14, 2008 at 10:31 AM, Andre Hübner [EMAIL PROTECTED] wrote: Hi List, System: Suse 10.1, Apache 2.2.8 it seems that i have a security problem with script-created symlinks. I have a little php-script that creates with symlink(); a symbolic link to other file of other user. when

Re: [EMAIL PROTECTED] Reverse Reverse Proxy?

2008-05-14 Thread Joshua Slive
On Wed, May 14, 2008 at 10:31 AM, Tod [EMAIL PROTECTED] wrote: I have two web servers both running Apache 2.x. All intranet content is served to users by ServerA. There is an application running on ServerB that I would like ServerA to redirect requests to. When this redirect is done I'd

Re: [EMAIL PROTECTED] Apache killing server by using all swap

2008-05-14 Thread Igor Galić
On Mon, 12 May 2008 21:36:20 +0100 Stargazer [EMAIL PROTECTED] wrote: Hi list, I have a RH server using Plesk with Apache 2.0.54. I can't upgrade Apache via yum and am very reluctant to try manually installing a newer version in case it breaks Plesk. The server hosts about 60 domains and

Re: [EMAIL PROTECTED] Apache killing server by using all swap

2008-05-14 Thread Nick Kew
ipcs -s | grep apache | perl -e 'while (STDIN) { @a=split(/\s+/); print `ipcrm sem $a[1]`}' service httpd restart This sounds more like a HACK, rather than a solution. That's not swap it's cleaning up! Almost certainly a (badly) buggy app leading to lots of crashes. Or just leaking

Re: [EMAIL PROTECTED] Apache 2.2.8 serves nothing or garbled directory lists or image file name

2008-05-14 Thread Frank Huddleston
Further work on this problem: I removed the existing apache22 installation which pkg_add had created (in /usr/pkg), set up pksrc, and built another apache 2.2.8 (httpd) from source. This one has mod_ssl in it, but it complains only slightly about missing ssl stuff. Results are the same, kind

[EMAIL PROTECTED] mod_dbd and example

2008-05-14 Thread Roy Kartadinata
Hi all, I'm trying to use mod_dbd to retrieve data based on user's IP address and use that data for a customized http request header using mod_headers, but can't seems to get dbd to work and I can't find any good example on mod_dbd usage anywhere. This apache is setup for proxy using mod_proxy

Re: [EMAIL PROTECTED] Route requests to a remote server back to self?

2008-05-14 Thread Igor Gali__
On Tue, 13 May 2008 15:41:34 -0400 Tessa Harmon [EMAIL PROTECTED] wrote: Hi all, /snip When http://server.tld/file.html is requested by pages on dev, I would like for Apache to serve http://dev.server.tld/file.html instead, effectively faking out the dev server into thinking that it is

[EMAIL PROTECTED] Palm Treo, Apache, mod_proxy and OWA2007

2008-05-14 Thread Ray Van Dolson
We have an Apache server (Apache 2.2.3 bundled with RHEL 5.1) configured to act as a reverse proxy for OWA2007 which sits inside our internal network. Everything is working fine for the most part -- save for ActiveSync from Palm Treo devices. These fail miserably. I've begun troubleshooting

[EMAIL PROTECTED] Broken pipe: core_output_filter,Connection reset by peer

2008-05-14 Thread Gaurav Khambhala
Hi, Can anyone tell me what does this error mean ?It has flooded apache error log file.Is it a apache error or network error? Following is the information you may need. apache error log: [Thu May 15 10:54:11 2008] [info]

[EMAIL PROTECTED] Mark Tomlinson/IL/HCSC is out of the office.

2008-05-14 Thread tomlinsonm
I will be out of the office starting 05/15/2008 and will not return until 05/19/2008. ** The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee. Unauthorized use, disclosure,