[us...@httpd] Handling Redirects + SEO

2009-03-23 Thread Mandy Singh
Hi, I would like some help in understanding how redirects work. I have a main site www.mainsite.com and a microsite www.microsite.com. All my rankings should be determined by mainsite.com. However, we didn't think about it earlier and now microsite.com and mainsite.com have divided traffic and

[us...@httpd] Problem with mod_proxy returning erroneous 404 errors

2009-03-23 Thread Dingwell, Robert A.
Hi, I have apache setup as a forwarding proxy server with mod_proxy. I have an issue though that when mod_proxy receives a connection refused from an upstream server , instead of returning that connection refused error to the client it is returning a 404 error instead. Is there a way to configur

[us...@httpd] reverse proxy question

2009-03-23 Thread János Löbb
Hi, I am a new member on this list I have a test environment consisting of : 1 real PC with WinXp with apache2.2 mod_jk latest binary and Tomcat 6.0.16, 1 Mac with OSX 10.5.6 with apache2.2 mod_jk 1.2.26 and Tomcat 6.0.16 1 VMWare Fusion on the Max runing windows XP with Apache 2.2 This

Re: [us...@httpd] Problem with Make

2009-03-23 Thread Eric Covener
On Mon, Mar 23, 2009 at 1:00 PM, Jeffrey Trimble wrote: > I'm attempting to install httpd 2.2.11 and keep running into a really > difficult > problem each time.  On the first go-around, I had the following ./configure > > ./configure --with-ssl=/usr/local/ssl --enable-mods-shared="ssl ldap proxy >

Re: [us...@httpd] Reducing js file sizes...

2009-03-23 Thread Brian Mearns
On Mon, Mar 23, 2009 at 12:55 PM, Doug McNutt wrote: > At 11:46 -0400 3/23/09, Brian Mearns wrote, and I snipped a bit: >> >> As long as we're on this topic, I'd like to step up on my soap box for >> a minute and beseech my fellow web developers to use minification >> thoughtfully. Reducing networ

[us...@httpd] Problem with Make

2009-03-23 Thread Jeffrey Trimble
I'm attempting to install httpd 2.2.11 and keep running into a really difficult problem each time. On the first go-around, I had the following ./ configure ./configure --with-ssl=/usr/local/ssl --enable-mods-shared="ssl ldap proxy speling rewrite info mime-magic proxy-ajp proxy-balancer pro

Re: [us...@httpd] Reducing js file sizes...

2009-03-23 Thread Doug McNutt
At 11:46 -0400 3/23/09, Brian Mearns wrote, and I snipped a bit: As long as we're on this topic, I'd like to step up on my soap box for a minute and beseech my fellow web developers to use minification thoughtfully. Reducing network traffic and speeding up load time is definitely a worthwhile goa

[us...@httpd] apache XML parsing problem?

2009-03-23 Thread txaggie01
I have two machines that I want to cluster, load-balance and replicate. Tomcat & Apache both start up... no errors. When I browse to the URL, the browser just shows the contents of the XML file. It doesn’t parse the file, it just displays the actual code in the browser window. Tomcat Version 6.0.1

Re: [us...@httpd] Reducing js file sizes...

2009-03-23 Thread Brian Mearns
On Mon, Mar 23, 2009 at 11:10 AM, Boyle Owen wrote: >> -Original Message- >> From: André Warnier [mailto:a...@ice-sa.com] >> >> Would that not prevent browser-level caching of the javascript ? >> If yes, that would probably more than cancel any advantage of the >> "minification", no ? > >

Re: [us...@httpd] How to avoid caching on apache (with tomcat in back-end)?

2009-03-23 Thread Brian Mearns
On Mon, Mar 23, 2009 at 10:12 AM, Darius Rus wrote: > Hi, > > I have an issue related to caching on apache server (my setup is > Apache/2.2.11 (Win32) in front of tomcat/6.0.18 using mod_jk/1.2.27) > > I have a dynamic (JSP) page with a form that can be submitted that contains: > > response.setHea

RE: [us...@httpd] Reducing js file sizes...

2009-03-23 Thread Boyle Owen
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > > Would that not prevent browser-level caching of the javascript ? > If yes, that would probably more than cancel any advantage of the > "minification", no ? I don't know for certain the OP's motivation but it may not

Re: [us...@httpd] How to avoid caching on apache (with tomcat in back-end)?

2009-03-23 Thread André Warnier
Darius Rus wrote: [...] I don't know the answer, but before you possibly go off in wrong directions, I suggest you really make double-sure of what is happening, in more precise ways than just what the browser shows. For example, Firefox with the LiveHttpHeaders or HttpFox add-ons, will show the

[us...@httpd] How to avoid caching on apache (with tomcat in back-end)?

2009-03-23 Thread Darius Rus
Hi, I have an issue related to caching on apache server (my setup is Apache/2.2.11 (Win32) in front of tomcat/6.0.18 using mod_jk/1.2.27) I have a dynamic (JSP) page with a form that can be submitted that contains: response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pr

[us...@httpd] Apache Scoreboard Viewer

2009-03-23 Thread Morten K. Poulsen
Hi List, One of our customers had a problem with some PHP scripts which tied up all available Apache httpd threads, causing the web server to stop responding. This is obviously not a problem with Apache, but with the programmers who wrote the PHP scripts. Normally we collect information about the

RE: [us...@httpd] Locking down a proxy server

2009-03-23 Thread David Vaughan
> From: Krist van Besien [mailto:krist.vanbes...@gmail.com] > While apache can be used as a general web proxy it is not the best > suited program for this. > > I'd look in to squid. You can install squid on all your local office, > and configure it to use the central office as a "parent" cache. Sq

Re: [us...@httpd] Reload configuration file without restart in windows

2009-03-23 Thread Brian Mearns
On Mon, Mar 23, 2009 at 7:24 AM, André Warnier wrote: > André Warnier wrote: >> >> Brian Mearns wrote: >>> >>> On Mon, Mar 23, 2009 at 1:37 AM, ken wrote: hi, I'm using Apache 2.2 in Windows2003 Server. After i change the configuration file. it  takes a very long time dur

Re: [us...@httpd] Reload configuration file without restart in windows

2009-03-23 Thread André Warnier
André Warnier wrote: Brian Mearns wrote: On Mon, Mar 23, 2009 at 1:37 AM, ken wrote: hi, I'm using Apache 2.2 in Windows2003 Server. After i change the configuration file. it takes a very long time during Apache restart . Is there any way to reload configuration file without restart Apache?

Re: [us...@httpd] Reload configuration file without restart in windows

2009-03-23 Thread André Warnier
Brian Mearns wrote: On Mon, Mar 23, 2009 at 1:37 AM, ken wrote: hi, I'm using Apache 2.2 in Windows2003 Server. After i change the configuration file. it takes a very long time during Apache restart . Is there any way to reload configuration file without restart Apache? Any help will be app

Re: [us...@httpd] Reload configuration file without restart in windows

2009-03-23 Thread Brian Mearns
On Mon, Mar 23, 2009 at 1:37 AM, ken wrote: > hi, > > I'm using Apache 2.2 in Windows2003 Server. > After i change the configuration file. it  takes a very long time during > Apache restart . > Is there any way to reload  configuration file without restart Apache? > > Any help will be appreciate.

Re: [us...@httpd] how to prevent mp3 downloading ?

2009-03-23 Thread Brian Mearns
On Mon, Mar 23, 2009 at 6:17 AM, Matus UHLAR - fantomas wrote: > On 20.03.09 16:46, J. Bakshi wrote: >> I have a .htaccess ( copied from the some tutorials available in >> internet ) to disable site grabbers like wget, curl, httrack etc... >> and I have tested that these tools are not able to

Re: [us...@httpd] Locking down a proxy server

2009-03-23 Thread Krist van Besien
On Mon, Mar 23, 2009 at 10:28 AM, David Vaughan wrote: > As the local offices are international I was reluctant to employ SSL > technology > because of the associated import/export restrictions.  Also, I'm not > sure why you > emphasise not to use Apache. While apache can be used as a general we

Re: [us...@httpd] how to prevent mp3 downloading ?

2009-03-23 Thread Matus UHLAR - fantomas
On 20.03.09 16:46, J. Bakshi wrote: > I have a .htaccess ( copied from the some tutorials available in > internet ) to disable site grabbers like wget, curl, httrack etc... > and I have tested that these tools are not able to download anything > from my site. nice so far. But If I put the mp3

Re: [us...@httpd] Re: how to prevent mp3 downloading ?

2009-03-23 Thread J. Bakshi
André Warnier wrote: > J. Bakshi wrote: >> >> Any idea how to prevent it ? >> > In simple words, and as many people on this list have tried to tell > you already : NO. NO like "there is no way to prevent it". > > > Have a look at the wget and curl "--user-agent" command-line options, > and try the

RE: [us...@httpd] Locking down a proxy server

2009-03-23 Thread David Vaughan
Davide Bianchi wrote: >Use your local firewall to implement a transparent proxy, configure each >local proxy to forward his request to the main proxy on a special port, >filter on the main proxy with that port only and implement certificate >authentication between the local and the central proxy.

Re: [us...@httpd] Re: how to prevent mp3 downloading ?

2009-03-23 Thread André Warnier
J. Bakshi wrote: Any idea how to prevent it ? In simple words, and as many people on this list have tried to tell you already : NO. NO like "there is no way to prevent it". The fundamental idea here is : if you give some information away from your web server to a web browser, then it is gi

Re: [us...@httpd] Locking down a proxy server

2009-03-23 Thread Davide Bianchi
David Vaughan wrote: > I have a number of networks (think of them as being in local offices), > each of which is connected to the internet via a NAT'ed firewall. Users > on these networks access the internet via an Apache server acting as a > forwarding proxy. These local office proxies are then c

[us...@httpd] Locking down a proxy server

2009-03-23 Thread David Vaughan
I have a number of networks (think of them as being in local offices), each of which is connected to the internet via a NAT'ed firewall. Users on these networks access the internet via an Apache server acting as a forwarding proxy. These local office proxies are then chained to a single central f