Re: [us...@httpd] How to serve up different content depending on authenticated user

2009-02-04 Thread André Warnier
Matt McCutchen wrote: On Thu, 2009-02-05 at 15:13 +1000, Steve Dalton wrote: I'm running apache 2.2 on Ubuntu and I need to serve up a different directory depending on the user that is authorised with the server. I've check the mailing list and apache docs but haven't found much so far - I may j

Re: [us...@httpd] How to serve up different content depending on authenticated user

2009-02-04 Thread Matt McCutchen
On Thu, 2009-02-05 at 15:13 +1000, Steve Dalton wrote: > I'm running apache 2.2 on Ubuntu and I need to serve up a different > directory depending on the user that is authorised with the server. > I've check the mailing list and apache docs but haven't found much so > far - I may just not have the

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 22:04 -0600, Robert Steinmetz wrote: > I've looked at the page source and the references seem to be generated > by calling scripts. The links reported in the buttons are in the form > > http://application/mydomain.com:80/application/file.aspx > > I'm beginning to think

[us...@httpd] How to serve up different content depending on authenticated user

2009-02-04 Thread Steve Dalton
Hi There I'm running apache 2.2 on Ubuntu and I need to serve up a different directory depending on the user that is authorised with the server. I've check the mailing list and apache docs but haven't found much so far - I may just not have the proper search terms though (I don't know how best to

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Norman Peelman
Michael Rogers wrote: The "listen 80" is in the main config file. The only thing that works is 10.0.0.115. I was reading your comment about DHCP and LAN. My router is set as DHCP server. I can't get what the LAN settings should be. Are familiar with the Linksys Router. If you are, then

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Robert Steinmetz
Matt McCutchen wrote: On Wed, 2009-02-04 at 17:00 -0600, Robert Steinmetz AIA wrote: Matt McCutchen wrote: Two issues: 1. The error you pasted suggests that your ProxyHTMLURLMap rule is not taking effect at all. My guess is that you need to include the configuration file that defines

Re: [us...@httpd] ProxyHTMLURLMap

2009-02-04 Thread Nick Kew
Robert Steinmetz AIA wrote: I have been working on a reverse proxy problem for a while. I have it mostly working but I need to rewrite some URLs to delete one level of directory I think ProxyHTMLURLMap will be able to do it and I have determined that it is doing something on my machine, just

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 17:00 -0600, Robert Steinmetz AIA wrote: > Matt McCutchen wrote: > > Two issues: > > > > 1. The error you pasted suggests that your ProxyHTMLURLMap rule is not > > taking effect at all. My guess is that you need to include the > > configuration file that defines all the place

[us...@httpd] ProxyHTMLURLMap

2009-02-04 Thread Robert Steinmetz AIA
I have been working on a reverse proxy problem for a while. I have it mostly working but I need to rewrite some URLs to delete one level of directory I think ProxyHTMLURLMap will be able to do it and I have determined that it is doing something on my machine, just not what I want. The proxy

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Robert Steinmetz AIA
Thanks for your help; I have interspersed my response below Matt McCutchen wrote: On Wed, 2009-02-04 at 12:23 -0600, Robert Steinmetz AIA wrote: Here is my entire current VirtualHost some of it is probably redundant, like the tags. I have tried a lot of variations and so far none of them h

[us...@httpd] How to sort the directories and files in different orders?

2009-02-04 Thread Gary Yang
Hi, I placed my Release directory at DocumentRoot, /apache-httpd/htdocs. There is no index.html at DocumentRoot. I can see the list of directories and files in my browser under Release directory. My purpose is, sort the directories under Release in Ascending order. Sort the files inside each di

Re: [us...@httpd] Cannot see certain directory in my browser after added the Access Control to it. Please help.

2009-02-04 Thread Gary Yang
Eric, It works. Thank you very much! Gary. --- On Wed, 2/4/09, Eric Covener wrote: > From: Eric Covener > Subject: Re: [us...@httpd] Cannot see certain directory in my browser after > added the Access Control to it. Please help. > To: users@httpd.apache.org, garyya...@yahoo.com > Date: Wed

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 12:23 -0600, Robert Steinmetz AIA wrote: > Here is my entire current VirtualHost some of it is probably redundant, > like the tags. > I have tried a lot of variations and so far none of them have affected > the error message I get. > > > > > > > ServerAdmin webmas

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Jonathan Mangin
- Original Message - From: "Michael Rogers" To: Sent: Wednesday, February 04, 2009 2:49 PM Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe The "listen 80" is in the main config file. The only thing that works is 10.0.0.115. I was reading your comment about DHCP and LAN.

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Michael Rogers
The "listen 80" is in the main config file. The only thing that works is 10.0.0.115. I was reading your comment about DHCP and LAN. My router is set as DHCP server. I can't get what the LAN settings should be. Are familiar with the Linksys Router. If you are, then would any settings in the

Re: [us...@httpd] Cannot see certain directory in my browser after added the Access Control to it. Please help.

2009-02-04 Thread Eric Covener
> However, I cannot see the directory Release/Eeace after I restarted the > apache. > I can see it if I removed the line, Require user customer. But, there is no > pop up to ask me to enter ID and PW. IndexOptions +showForbidden -- Eric Covener cove...@gmail.com -

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Michael Rogers
Matt! None of the "http://"; was ever in any Razi's email that I read. It only showed up in Andre's email that he posted. From: Matt McCutchen Sent: Wednesday, February 04, 2009 1:16 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe On Wed, 200

[us...@httpd] Cannot see certain directory in my browser after added the Access Control to it. Please help.

2009-02-04 Thread Gary Yang
Hi, I cannot see certain directory in my browser after I added the Access Control to it. Please help. I placed my Release directory at DocumentRoot, /apache-httpd/htdocs. There is no index.html at DocumentRoot.I can see the list of directories and files in my browser under Release directory. I

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Robert Steinmetz AIA
Matt McCutchen wrote: On Tue, 2009-02-03 at 21:26 -0600, Robert Steinmetz wrote: I think you may be right I've tried to put a ProxyHTMLURLMap in the configuration, it seems like all I need to do is remove one part of the url, from one file but so far It hasn't had any effect. OK...

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Norman Peelman
Michael Rogers wrote: My browsers just do a search of the web for michalesrogers.com and I don't know how to shut that search feature off. *From:* Norman Peelman *Sent:* Tuesday, February 03, 2009 3:39 PM *To:* users@httpd.apache.org

[us...@httpd] Re: [Fwd: DELIVERY FAILURE: 550 #5.1.0 Address rejected rajes...@bombayrayon.com]

2009-02-04 Thread André Warnier
Hi. A request to list managers : can someone block these messages / unsubscribe this user / quarantine him / find his portable phone number / hang him by the thumbs / add him to the DHS list / all of the above ? Thanks Original Message Subject: DELIVERY FAILURE: 550 #5.1.

Re: [us...@httpd] How can i monitor Apache

2009-02-04 Thread André Warnier
Darvin Denmian wrote: Thank you for answers. Currently I use the mod_status, but need more information. If you have any interesting idea please post here. If you look in Google for "webalizer tutorial", you will get a number of links relevant at least to your first question. You could also o

Re: [us...@httpd] How can i monitor Apache

2009-02-04 Thread Darvin Denmian
Thank you for answers. Currently I use the mod_status, but need more information. If you have any interesting idea please post here. Thanks. On Wed, Feb 4, 2009 at 9:56 AM, Ralf Peng wrote: > 2009/2/4 Darvin Denmian : >> We are having trouble tracking the performance of the application, is >> th

Re: [us...@httpd] How can i monitor Apache

2009-02-04 Thread Ralf Peng
2009/2/4 Darvin Denmian : > We are having trouble tracking the performance of the application, is > there any software capable of monitoring: > > - Number of hits to each file you should be able to analyze it from access_log. > - Amount of memory and processing used by each file > - Average time

[us...@httpd] Re: How can i monitor Apache

2009-02-04 Thread Nicholas Sherlock
Darvin Denmian wrote: We are having trouble tracking the performance of the application, is there any software capable of monitoring: - Number of hits to each file - Amount of memory and processing used by each file - Average time spent for execution of each php file I would love to know this

Re: [us...@httpd] Apache Server as cache proxy

2009-02-04 Thread Ralf Peng
Though mod_cache + mod_proxy is well, but I'd suggest you use Squid instead, and use mod_expire to set an expire time for objects. Ralf. 2009/2/4 giovanni.forme...@libero.it : > Hi, > we need to use Apache to cache an RSS feed and some images/documents for a > Portal with heavy traffic. What we

[us...@httpd] How can i monitor Apache

2009-02-04 Thread Darvin Denmian
We are having trouble tracking the performance of the application, is there any software capable of monitoring: - Number of hits to each file - Amount of memory and processing used by each file - Average time spent for execution of each php file ---

[us...@httpd] Apache Server as cache proxy

2009-02-04 Thread giovanni.forme...@libero.it
Hi, we need to use Apache to cache an RSS feed and some images/documents for a Portal with heavy traffic. What we have to do is to proxy some requests that reply with an XML (RSS) and we also need to cache some request for media resources (JPG, PDF, etc) reached through an address contained in t

Re: [us...@httpd] Using a MOTD

2009-02-04 Thread Matus UHLAR - fantomas
On 02.02.09 18:00, da...@comcast.net wrote: > Thanks gentlemen. I'll look into that. Appreciate the help! be careful what to do with people that have cookies disabled. You shouldn't redirect them always to the MOTD. > On Mon, Feb 2, 2009 at 12:42 PM, André Warnier wrote: > Right-o. You can use

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 08:48 +0100, André Warnier wrote: > Razi Khaja wrote: > >> > > Adding 10.0.0.115 to your hosts file shouldnt hurt. > That is correct. > > > > But try adding this as well in your hosts file > > 127.0.0.1 localhost michealrogers.com > > www.mic

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Michael Rogers
Andre! Razi didn't tell me to add the http:// and I didn't add it! All I added was michaelsrogers.com and www.michaelsrogers.com. I don't know where the .net came in at either, that was not in Razi email to me! From: André Warnier Sent: Wednesday, February 04, 2009 12:48 AM To: users@htt