[EMAIL PROTECTED] Two Instances of Apache; Primary IP / Secondary IP

2008-01-25 Thread Al Sparks
I have set up a development environment so that it mimics a production environment. The production environment has a proxy server (apache 2.x) that sends requests onto another back-end apache server, and of course the proxy server serves up pages sent by the back-end. All that works fine. Howeve

Re: [EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Octavian Rasnita
Do you want to make an unfriendly web page? I think you should better tell what you want to do and why do you want to hide the address of the current web page. Maybe this way you will find a better way. If you will use and or , you can do this, but I don't think is recommended. was not reco

[EMAIL PROTECTED] Problem with proxy balance and ajp/http members

2008-01-25 Thread AJ McKee
Hi All, I am attempting to setup proxy balance with two ajp connected members. I am having a problem passing the stickysession (JSESSIONID) around the members of the balance. I include the directives I have set below. However my problem may very well be a total misunderstanding of the document

Re: [EMAIL PROTECTED] Authentication Module

2008-01-25 Thread Colm MacCarthaigh
On Fri, Jan 25, 2008 at 11:09:37AM -0600, Campbell, Lance wrote: > I have seen this type of approach used at a few large companies where > authentication needs to be handled only through one central > service/department. Then other departments can develop web > sites/applications without having to

[EMAIL PROTECTED] Authentication Module

2008-01-25 Thread Campbell, Lance
Is there an apache authentication module that does the following? 1) Within the apache configuration a user would identify what URLs are secure. 2) When a user tries to access content that is secured for the first time the module redirects the user to a common authentication server

RE: [EMAIL PROTECTED] httpd 2.0.54 VHost not working

2008-01-25 Thread Axel-Stephane SMORGRAV
De : anand nalya [mailto:[EMAIL PROTECTED] Envoyé : vendredi 25 janvier 2008 15:36 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] httpd 2.0.54 VHost not working > Hi, > > I've Apache httpd version 2.0.54 on Redhat Linux Fedora 4. I'm trying to > configure name based virtual hosts on it. H

Re: [EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Alain Roger
yes i've seen that my message was sent 3 times in few minutes our server at work which control internet access had up and down phases for a while, so it did not know if message was sent till connection was not close (stupid thing) On Jan 25, 2008 4:12 PM, Martijn <[EMAIL PROTECTED]> wrote

Re: [EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Martijn
On Jan 25, 2008 2:56 PM, Alain Roger wrote: > how can i do to only and ALWAYS display http://www.myweb.com/ in the browser > address bar ? > especially when i do not control the apache server configuration (because > it is hosted somewhere else). > > could i use the .htaccess file to do that ? I

[EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Alain Roger
Hi, usually when a user browser a web site, the browser address bar display the full link of the browsed page something like : http://www.myweb.com/hellopage.php or http://www.myweb.com/catalog/fun/mypage.php how can i do to only and ALWAYS display http://www.myweb.com/ in the browser address bar

[EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Alain Roger
Hi, usually when a user browser a web site, the browser address bar display the full link of the browsed page something like : http://www.myweb.com/hellopage.php or http://www.myweb.com/catalog/fun/mypage.php how can i do to only and ALWAYS display http://www.myweb.com/ in the browser address bar

[EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Alain Roger
Hi, usually when a user browser a web site, the browser address bar display the full link of the browsed page something like : http://www.myweb.com/hellopage.php or http://www.myweb.com/catalog/fun/mypage.php how can i do to only and ALWAYS display http://www.myweb.com/ in the browser address bar

[EMAIL PROTECTED] httpd 2.0.54 VHost not working

2008-01-25 Thread anand nalya
Hi, I've Apache httpd version 2.0.54 on Redhat Linux Fedora 4. I'm trying to configure name based virtual hosts on it. Here are the relavent fragments from the httpd.conf: DocumentRoot /var/www/html NameVirtualHost 10.76.6.1:80 DocumentRoot /var/www/html/sub ServerName sub.mydomain.com

[EMAIL PROTECTED] Hugh httpd-process

2008-01-25 Thread Marten Lehmann
Hello, using "top", I noticed this output: top - 08:48:40 up 24 days, 17:21, 1 user, load average: 173.78, 113.81, 52.58 Tasks: 449 total, 47 running, 397 sleeping, 0 stopped, 5 zombie Cpu(s): 5.2% us, 56.6% sy, 0.4% ni, 0.0% id, 37.5% wa, 0.0% hi, 0.2% si Mem: 2056328k total, 203

[EMAIL PROTECTED] Re: order/allow/deny confusion

2008-01-25 Thread Matus UHLAR - fantomas
On 25.01.08 10:30, Matus UHLAR - fantomas wrote: > seems I just can not get it. This piece of configuration does not work as I > expect. > > > Order deny,allow > Deny from 81.199.89.0/24 > Deny from 80.78.18.16/29 > Deny from 213.185.118.192/26 > Deny from 81.199.192.0/24 > nwever mind. There w

Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-25 Thread Matus UHLAR - fantomas
On 25.01.08 06:59, Kent Larsson wrote: > I want to create a dynamic textfile using PHP for each request of it. If the > users asks for http://server/textfile.txt I want a PHP-script to execute and > serve the textual data completely transparent to the user. This is a "single > case" so associating

[EMAIL PROTECTED] order/allow/deny confusion

2008-01-25 Thread Matus UHLAR - fantomas
Hello, seems I just can not get it. This piece of configuration does not work as I expect. Order deny,allow Deny from 81.199.89.0/24 Deny from 80.78.18.16/29 Deny from 213.185.118.192/26 Deny from 81.199.192.0/24 ServerName webmail.nextra.sk ServerAlias www.webmail.nextra.sk webmail.gtsnextra

Re: [EMAIL PROTECTED] Can Apache Proxy server to proxy the HTTP requests to the backend HTTPS/SSL server?

2008-01-25 Thread Krist van Besien
On Jan 25, 2008 12:22 AM, Qingshan Xie <[EMAIL PROTECTED]> wrote: > Dear Friends, > >We configured a HTTPS proxy server successfully to server the HTTPS > requests. However, we also want to configure a HTTP proxy server to handle > the HTTP requests but proxy the HTTP requests to the backend