[EMAIL PROTECTED] Apache reverse-proxy config.

2008-03-20 Thread Venkat Rangan
Hi, I am looking to deploy Apache 2.2 on a Windows box as a reverse-proxy to two servers. The following is what I have in httpd.conf on the reverse-proxy. VirtualHost *:* ProxyPreserveHost On ProxyHTMLLogVerbose On ProxyPass /app http://XX.XX.XX.XX/app ProxyPassReverse /app

[EMAIL PROTECTED] Apache abort and semaphore leak

2008-03-20 Thread Manas Garg
Hello, We had a problem in one of our server where Apache was not coming up properly. The problem got resolved by reboot. We are running the following version of apache: sh-3.00# ../bin/httpd -v Server version: Apache/2.2.2 Server built: Aug 18 2006 11:42:41 It is running on the following

[EMAIL PROTECTED] Will upload progress bar like Xupload add too much weight to the Apache server?

2008-03-20 Thread Shelley
Hi guys, Here is the Xupload progress bar link: http://www.sibsoft.net/xupload.html My question is: Will that upload progress bar add too much weight to the Apache server, especially to a server with millions of visitors each day? Thanks in advance. -- Regards, Shelley ( PHP Architecture |

Re: [EMAIL PROTECTED] Apache reverse-proxy config.

2008-03-20 Thread Nils Jeppe
On Wed, 19 Mar 2008, Venkat Rangan wrote: Is there anything I am missing? Yes. Apache is not able to distinguish between your two virtualhosts, and thus using the first one. Use NameVirtualHost on the IP (or *) in the main part of your config and assign ServerName 's to each of the

[EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-20 Thread Andreas Schneider
Hi, I am trying to use my tomcat 6 over Apache 2.2. I have deployed a war called sw-builder.war into the webapps folder of the tomcat instance. After restarting tomcat and apache Tomcat extracts the war into the webapps folder and into the temp folder (temp/0-sw-builder). The directory structure

[EMAIL PROTECTED] Prefetch

2008-03-20 Thread Krist van Besien
Hello list, Maybe not apache relate, but since there are so many web professionals here one of you might have a hint for me. The situation is the following: - We have a web portal used by mobile phones. The front end is an apache server. Typical request is: Mobile phone requests page from

[EMAIL PROTECTED] xml

2008-03-20 Thread Melanie Pfefer
hello I added this to the conf file: AddType text/xml .xml xml files are still treatead as html pages not xml any idea what could be the cause? thanks. ___ Rise to the challenge for Sport Relief with Yahoo! For Good

[EMAIL PROTECTED] Trouble with rotatelogs win32

2008-03-20 Thread Iuri Fiedoruk
Hello, I am working on a project that uses Apache 2.2 server with prefork and I`m having some problems with rotatelogs on windows platform, any help is welcome. First our log system is configured to rotate when files reach 5MB as follows? CustomLog |C:/apache/bin/rotatelogs.exe

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread EJMcLeod
you could pre load the images as part of the web pages directory. All though if there are a lot of images it could drag your speed down.. (Embedded image moved to file: pic12382.jpg) Krist van

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread Krist van Besien
On Thu, Mar 20, 2008 at 3:37 PM, [EMAIL PROTECTED] wrote: you could pre load the images as part of the web pages directory. All though if there are a lot of images it could drag your speed down.. I don't understand. What do you mean by that? Our problem is that everything is generated

Re: [EMAIL PROTECTED] xml

2008-03-20 Thread Dragon
Melanie Pfefer wrote: hello I added this to the conf file: AddType text/xml .xml xml files are still treatead as html pages not xml any idea what could be the cause? thanks. End original message. - Have you tried application/xml as your MIME type?

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread EJMcLeod
That is what a pre load does on a web page. My suggestion is since the dynamics fo a mobile page are built into the funtions of the regular web page you should have the designer set a preload for the images at the begining of the page. Which means the images are there just waiting for somebody to

[EMAIL PROTECTED] Is there way to embed apache server

2008-03-20 Thread Meir Yanovich
Hello all im looking to embed web server into my application and i wander if there any possibility to do that with apache , i don't need all the functions only the web server and the security support . is there such way ? - The

[EMAIL PROTECTED] Re: RPC/HTTP on FC8

2008-03-20 Thread Devon Harding
Anyone? On Wed, Mar 19, 2008 at 4:27 PM, Devon Harding [EMAIL PROTECTED] wrote: I have mod_proxy configured on a FC8 box (httpd-2.2.8-1.fc8) and can't seem to get RPC/HTTP for Exchange working. I keep getting prompt for authentication. OWA is working (I had to disable Integrated

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread Krist van Besien
On Thu, Mar 20, 2008 at 4:21 PM, [EMAIL PROTECTED] wrote: That is what a pre load does on a web page. My suggestion is since the dynamics fo a mobile page are built into the funtions of the regular web page you should have the designer set a preload for the images at the begining of the

Re: [EMAIL PROTECTED] Is there way to embed apache server

2008-03-20 Thread Sean Allen
On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote: Hello all im looking to embed web server into my application and i wander if there any possibility to do that with apache , i don't need all the functions only the web server and the security support . is there such way ? what language

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread EJMcLeod
Ok I'm not as versed in the coding for the mobile phones. But have started to do some research. I will look and see what I can find. I do understand what your meaning. I don't know of the module you are looking for but I'm sure somebody else can assist you in that area. I send a message to the que

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread Scott Gifford
Krist van Besien [EMAIL PROTECTED] writes: [...] What I now want to do, is have apache (or something else) look at the content of the response that comes from the backend, and _prefetch_ all the images that are linked in it, so that when the request for the images comes they are already

[EMAIL PROTECTED] combining htaccess

2008-03-20 Thread Tony Heal
I have several servers running apache with htaccess to at least one site on the server. Is there a recommended way to combine the authentication. I was thinking of ldap, but that would require recoding and I was wondering if there is a easier way to have one server auth from another server.

Re: [EMAIL PROTECTED] mod_proxy performance with apache 2.2

2008-03-20 Thread Skye Poier Nott
I originally discovered the problem because the initial fill of mod_disk_cache from the origin server was taking forever. The stats I list below are with mod_proxy only (mod_cache is loaded, but not enabled for any host) Skye On 19-Mar-08, at 3:07 PM, Robert Anderson wrote: I had a

Re: [EMAIL PROTECTED] mod_proxy performance with apache 2.2

2008-03-20 Thread Joshua Slive
On Thu, Mar 20, 2008 at 2:13 PM, Skye Poier Nott [EMAIL PROTECTED] wrote: I originally discovered the problem because the initial fill of mod_disk_cache from the origin server was taking forever. The stats I list below are with mod_proxy only (mod_cache is loaded, but not enabled for any

Re: [EMAIL PROTECTED] Trouble with rotatelogs win32

2008-03-20 Thread Joshua Slive
On Thu, Mar 20, 2008 at 9:15 AM, Iuri Fiedoruk [EMAIL PROTECTED] wrote: Hello, I am working on a project that uses Apache 2.2 server with prefork and I`m having some problems with rotatelogs on windows platform, any help is welcome. First our log system is configured to rotate when files

Re: [EMAIL PROTECTED] Query on Maxmemfree

2008-03-20 Thread Joshua Slive
On Wed, Mar 19, 2008 at 5:11 PM, Arnab Ganguly [EMAIL PROTECTED] wrote: Hi All, How do I restrain Apache process to grow to a certain limit? There is no function internal to apache to do that. You can probably use ulimit in the script that starts apache. Of course, the processes will die very

Re: [EMAIL PROTECTED] Is there way to embed apache server

2008-03-20 Thread Meir Yanovich
c++ /c On Thu, Mar 20, 2008 at 5:49 PM, Sean Allen [EMAIL PROTECTED] wrote: On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote: Hello all im looking to embed web server into my application and i wander if there any possibility to do that with apache , i don't need all the

[EMAIL PROTECTED] htpasswd and special characters

2008-03-20 Thread Marc Fromm
I have been working with htpasswd and .htaccess to limit access to a website. When I create a user with htpasswd and specify a password with the symbols '$', '', or '!' I cannot log into the website. When I specify a password without those symbols I can log into the website. The man page for

Re: [EMAIL PROTECTED] Is there way to embed apache server

2008-03-20 Thread Sean Allen
perhaps something smaller and designed for that purpose like: http://shttpd.sourceforge.net/ ? On Mar 20, 2008, at 4:08 PM, Meir Yanovich wrote: c++ /c On Thu, Mar 20, 2008 at 5:49 PM, Sean Allen [EMAIL PROTECTED] wrote: On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote: Hello all im

[EMAIL PROTECTED] mod_rewrite no substituion

2008-03-20 Thread mki2008
I am having trouble telling mod_rewrite to leave an incoming url as is. There are other rules that take every incoming url and rewrite it based on some parameters. In other words i am trying to say this url is an exception and there no matter what, leave it alone and let it go as is to

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread Krist van Besien
On Thu, Mar 20, 2008 at 5:15 PM, Scott Gifford [EMAIL PROTECTED] wrote: If you could hook up a filter like this in the proxy, it could parse the HTML, find IMG SRC commands, then fork off to a background process to get them and put them in the cache (the easiest way would be to just send

Re: [EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-20 Thread Michael Clark
Andreas Schneider wrote: [Wed Mar 19 14:57:27 2008] [error] [client 127.0.0.1] client denied by server configuration: E:/server/apache-tomcat-6.0/temp/0-sw-builder/ci.css, referer: http://localhost/sw-builder/login.jsp You have denies for the subdirectories of the expanded war but you

RE: [EMAIL PROTECTED] Apache reverse-proxy config.

2008-03-20 Thread Venkat Rangan
Nils, Thanks very much for your help. I have made some progress - but still do not have a solution. My snippet from httpd.conf on the Proxy Server (192.168.121.214) is: NameVirtualHost 192.168.121.214:8080 VirtualHost 192.168.121.214:8080 ServerName test1 ProxyPreserveHost On ProxyPass

[EMAIL PROTECTED] Multiple Dns Server

2008-03-20 Thread Edwin
Hey Guys,I'm just starting to fiddle with modifying the code on my server and need a little help. I want to run two differnet DNS from the one server.First can it be done. Second what has to be changed so the server will direct communications to sepparate the two pages. I am going to

Re: [EMAIL PROTECTED] Is there way to embed apache server

2008-03-20 Thread Meir Yanovich
i know there is allot of small web servers out there . but i wander if some one did something with apache to embed it thanks On Thu, Mar 20, 2008 at 11:03 PM, Sean Allen [EMAIL PROTECTED] wrote: perhaps something smaller and designed for that purpose like: http://shttpd.sourceforge.net/ ?

Re: [EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-20 Thread Andreas Schneider
Michael Clark schrieb: Andreas Schneider wrote: [Wed Mar 19 14:57:27 2008] [error] [client 127.0.0.1] client denied by server configuration: E:/server/apache-tomcat-6.0/temp/0-sw-builder/ci.css, referer: http://localhost/sw-builder/login.jsp You have denies for the subdirectories