[users@httpd] Issue communicating from webserver to app server help

2022-08-31 Thread vaidya nathan
Following is our setup 1. we have an angular application depoyed in apache webserver IBM HTTP Server 8.5.5.20(eqivalent apache http server 2.2.8) that talks to a spring boot server . 2. certain users are having issues when trying to communicate from the web application with the spring boot

Re: [users@httpd]

2022-05-17 Thread vaidya nathan
;>> Not exactly sure what you're asking. If it shows up in the log it's >>> reaching the server. >>> >>>> On Tue, May 17, 2022 at 7:30 AM vaidya nathan >>>> wrote: >>>> Hello World, >>>> >>>> >>&

[users@httpd]

2022-05-17 Thread vaidya nathan
Hello World, I have a strange problem. I have an angular app deployed in http server and for some users alone I see that one of the calls ( generate-token in this case) is not reaching the server (which happens to be a spring boot server deployed in websphere liberty). 1.1.1.1 - -

[users@httpd] Subdomain vritual host proxy to Tomcat with ajp

2015-05-08 Thread Nathan Quirynen
I have a domain domain.com that points to a server. Now I have a subdomain sub.domain.com that points to another server that has Apache running and Tomcat. I want this subdomain to point to a application deployed on the Tomcat instance through ajp. I have configured the following in

Re: [users@httpd] Subdomain vritual host proxy to Tomcat with ajp

2015-05-08 Thread Nathan Quirynen
Apparently my configuration is correct. It was just my browsers cache playing tricks on me. Anyways, happy this is solved! On 08/05/15 09:14, Nathan Quirynen wrote: I have a domain domain.com that points to a server. Now I have a subdomain sub.domain.com that points to another server

[users@httpd] Replacing value of existing environment variables

2014-04-10 Thread Andre Nathan
Hello Is it possible to replace the value of one of apache's existing environment variables such as SERVER_ADDR? I tried both forms below but the didn't work: Setenv SERVER_ADDR 1.2.3.4 SetenvIf Server_Addr .? SERVER_ADDR=1.2.3.4 Is there any other way? Thanks in advance, Andre

Re: [users@httpd] Replacing value of existing environment variables [wd-vc]

2014-04-10 Thread Andre Nathan
On Thu, Apr 10, 2014 at 9:46 AM, Bremser, Kurt (AMOS Austria GmbH) kurt.brem...@allianz.at wrote: Do you use csh? If not, the setenv won't work, because it is a csh builtin command. Use export SERVER_ADDR=1.2.3.4 (sh, ksh, bash builtin command) instead. Kurt Bremser I don't, but the

[users@httpd] Upgrading from 2.2.10 to 2.2.19 appears to have messed up Windows service startup

2011-06-19 Thread Nathan Tuggy
Just upgraded from 2.2.10 to 2.2.19 [*], and Windows service won't start -- it gives me two lines in the error log (LogLevel is set to debug) claiming that it's starting up: Starting the Apache2.2 service The Apache2.2 service is running. Then it silently dies. Running httpd from the

Re: [users@httpd] Upgrading from 2.2.10 to 2.2.19 appears to have messed up Windows service startup

2011-06-19 Thread Nathan Tuggy
On 2011-06-19 04:31, Igor Galić wrote: - Original Message - Just upgraded from 2.2.10 to 2.2.19 [*], and Windows service won't start -- it gives me two lines in the error log (LogLevel is set to debug) claiming that it's starting up: Starting the Apache2.2 service The

Re: [users@httpd] [SOLVED] Upgrading from 2.2.10 to 2.2.19 appears to have messed up Windows service startup

2011-06-19 Thread Nathan Tuggy
On 2011-06-19 14:05, Robert Hall wrote: On Jun 19, 2011, at 1:56 PM, DW wrote: Nathan Tuggy wrote: Just upgraded from 2.2.10 to 2.2.19 [*], and Windows service won't start -- it gives me two lines in the error log (LogLevel is set to debug) claiming that it's starting up: Starting

[us...@httpd] question about an error in the error log

2010-12-08 Thread Nathan Belk
this error, I just need to know what it means. If you know how to read the information about this error or where I can find more information out about this cryptic message, I would be appreciative. Thanks, Nathan This e-mail message and any attachments contain information that is confidential

[us...@httpd] Request for Log samples

2010-12-03 Thread Nathan Belk
complete collection of rules. If you are able to, please send your log files to me at nb...@nitrosecurity.com Thanks, Nathan This e-mail message and any attachments contain information that is confidential and may be privileged. If the reader of this e-mail is not the intended recipient

Re: [us...@httpd] Request for Log samples

2010-12-03 Thread Nathan Belk
contained in the error and access logs. I was not expecting these people would send me their logs. I was just writing to see if anyone has any logs they wouldn't mind sharing with me so that I might create a more robust set of rules. Thanks! Nathan On 12/03/2010 04:27 PM, Igor Galić wrote: Hi

[us...@httpd] Sending Apache 2.2 log files to Syslog while using Unbuntu 10.4

2010-12-02 Thread Nathan Belk
I am running into two main problems. First, only certain messages from the error log are being sent to syslog. Syslog will receive the messages about the server status (startup, shutdown). However, error messages dealing with file access errors still show up in the original file

[us...@httpd] Re: [Spam] Re: [us...@httpd] SSL between Apache and ldap

2010-02-22 Thread Nathan Bird
like this to check it: openssl s_client -connect ldap.example.com:636 -verify 1 -CAfile LDAPTrustedGlobalCert If you have things correct, it should tell you Verify return code: 0 (ok) -- Nathan Bird nat...@acceleration.net http://www.acceleration.net/ Custom Programming, Design, Hosting

[us...@httpd] Apache 2.2.14 - Win XP - requests hanging, nothing sent

2010-01-13 Thread Nathan Long
or (gentle?) corrections. --Nathan - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [us...@httpd] Apache 2.2.14 - Win XP - requests hanging, nothing sent

2010-01-13 Thread Nathan Long
William, That fixed it! Thank you so much - a three-day headache is gone. --Nathan On Wed, Jan 13, 2010 at 1:14 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 1/13/2010 10:26 AM, Nathan Long wrote: Hi! First time posting - will try to step lightly. I've got Apache 2.2.14 installed

[us...@httpd] Can't access apache serverrom a remote computer

2009-04-12 Thread Nathan Huang
, However when I tried to access the apache server from my another computer from ieexplorer typing http://192.168.2.100/index.php' it can't open phpinfo(0 page, Please tell me how to config my apache server so as to access it from remote computer. thanks nathan

[EMAIL PROTECTED] Redirect Permanent Help

2007-08-13 Thread Nathan
We need to 301 redirect all traffic bound for www.foo.com to foo.com. foo.com is set up as an IP based resource and www.foo.com is not mentioned in vhosts. both www.foo.com and foo.com DNS is set to the same ip. We added a section to vhosts like : VirtualHost *:80 DocumentRoot

[EMAIL PROTECTED] Apache CGI-Bin issues with .exe files

2007-06-26 Thread Nathan Metcalf
help? Thanks, Nathan Metcalf Australasian IT Support Weatherbeeta P/L 8 Moncrief Rd Nunawading, VIC, 3131 Australia P. +61 3 9845 0695 F. +61 3 9845 0655 E. [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] W. http://www.weatherbeeta.com http://www.weatherbeeta.com

Re: [EMAIL PROTECTED] Apache on Windows

2007-03-07 Thread Nathan Kellogg
Does this mean that an XP box running Apache would be limited to 10 concurrent web browser users? My impression of this was that the connection limit only applied to the Windows Network connections and not to http/https/etc... In fact it is metered by NTLM authentication, if you

[EMAIL PROTECTED] Help needed with basic auth

2007-01-31 Thread Nathan Kellogg
We were using basic auth fine until several days ago when we started getting this error: [error] [client 10.1.1.103] (OS 3)The system cannot find the path specified. : Could not open password file: C:/home/herbert/.access I don't understand why Apache is looking for this file. It is

[EMAIL PROTECTED] FollowSymLinks in sub-directory

2007-01-24 Thread Nathan Kellogg
We are trying to use the following config to allow a listing of files in the /htdocs/buslist/ directory but not in the /htdocs/ directory. In the absence of index.html in the /htodcs/buslist/ directory, Apache responds with Forbidden You don't have permission to access /buslist/ on this

[EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Nathan Kellogg
Has anyone successfully setup user authentication using an SQL database? - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe,

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Nathan Kellogg
We tried using mod_authn_dbd with MySQL but there are apparently no MySQL ( or PostgreSQL ) drivers built in to the mod_authn_dbd or to mod_dbd. I do not have the resources to compile myself so that is where I get stuck! Thanks At 09:17 AM 1/23/2007, you wrote: Nathan Kellogg mailto:[EMAIL

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Nathan Kellogg
There is also mod_auth_mysql which I got to work on 2.2.3 for both user and group (at the time I tried 2.2.3, only user auth was available). There is a patch available for mod_auth_mysql-3.0.0 to make it compile with Apache 2.2.3. We installed the compiled version of mod_auth_mysql for

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Nathan Kellogg
, look for the above error message. So, it works, no idea how stable it is. I guess I should really learn how to compile the modules but I already have too many jobs! :) At 11:18 AM 1/23/2007, you wrote: Nathan Kellogg mailto:[EMAIL PROTECTED] wrote: There is also mod_auth_mysql which I

[EMAIL PROTECTED] mod_authn_dbd and MySQL

2007-01-22 Thread Nathan Kellogg
We are attempting to setup auth using mod_authn_dbd and MySql 5.x on WINXP. Started right off with an invalid command 'DBDriver' on the conf line: DBDriver mysql Likewise error with DBDriver pgsql. Also, I see that there has been a recent bug report about the MySQL driver not

[EMAIL PROTECTED] SSI setup help please

2007-01-12 Thread Nathan Kellogg
We are attempting to setup limited SSI capability in 2.2.3 In httpd.conf we have: LoadModule include_module modules/mod_include.so AddType text/html .shtml AddOutputFilter INCLUDES .shtml And only 1 directory we need to use SSI so: Directory c:/nwls/htdocs/buslist/ Options

Re: [EMAIL PROTECTED] mod_isapi

2007-01-04 Thread Nathan Kellogg
This resolved the issues we were having , thanks very much! At 08:08 PM 1/3/2007, you wrote: Nathan Kellogg wrote: Happy new year! And happy new year to all mod_isapi users. We have been stuck in mid migration for a couple months now and are in need of some help. I understand from WROWE

[EMAIL PROTECTED] mod_isapi

2007-01-03 Thread Nathan Kellogg
! We are using the Devside 2.2.3 distribution , which I understand was compiled using VC++ 6.0 [Visual Studio 98] although we would happily switch to another build to make this work. Thanks, Nathan - The official User

[EMAIL PROTECTED] xBase++ on Apache

2006-12-27 Thread Nathan Kellogg
Does anyone have a better way of running xBase++ or Clipper apps under Apache OTHER than mod_isapi or WAA? - The official User-To-User support forum of the Apache HTTP Server Project. See

[EMAIL PROTECTED] Header directive as workaround for mod_isapi bug

2006-12-22 Thread Nathan Kellogg
As a workaround for the mod_isapi 500 error bug, we are trying to replace the 500 error with 200 for the direcotry that handles the isapi apps. Directory c:/nwls/htdocs/kona/cgi/ Options +ExecCGI SetHandler isapi-handler Header unset 500 Header append

[EMAIL PROTECTED] ssl - force ssl per directory

2006-12-12 Thread Nathan Kellogg
We have open ssl running fine on Apache 2.2.3. A separate virtual host is defined for both the :80 port and for :443 In order that the .../secure/... directory be handled exclusively by the SSL host, we have : in the :80 vhost : Redirect permanent c:/orcourt/htdocs/secure

[EMAIL PROTECTED] mod_isapi 500 errors

2006-11-28 Thread Nathan Kellogg
Does anyone have a compiled mod_isapi.so that will work with the Devside 1.91 build? I do not have the development tools or skills to compile the fixed module and we're really stuck without a fix for the 500 error problem. -

Re: [EMAIL PROTECTED] CGI app held open

2006-11-22 Thread Nathan Kellogg
/2006, you wrote: Nathan Kellogg wrote: We are debugging a CGI app ( mod_isapi ) running on a WINxp machine. Just so you are clear, ISAPI is not CGI - CGI describes a way to launch a program (or script, via a program) passing environment variables to describe the request, and listening

Re: [EMAIL PROTECTED] Auth problem

2006-11-21 Thread Nathan Kellogg
Directory c:/nwl/cgi/ Options ExecCGI AuthType Basic AuthName Authorization Required AuthUserFile c:/nwl/passwords Require user test SSLRequireSSL /Directory For one thing, there seems to be a conflict between c:/nwl and c:/nws. For

[EMAIL PROTECTED] CGI app held open

2006-11-21 Thread Nathan Kellogg
We are debugging a CGI app ( mod_isapi ) running on a WINxp machine. The app executes fine but Apache retains the file handle on the app making it impossible to overwrite the old cgi app with the new one without restarting apache. Is there a way to change this behavior without

[EMAIL PROTECTED] Auth problem

2006-11-21 Thread Nathan Kellogg
I am having an auth problem: from error_log : client denied by server configuration: C:/nws/cgi/cfind.dll This has got to be very simple but I don't see it! Thanks in advance. Directory c:/nwls/htdocs/kna/ AuthType Basic AuthName Authorization Required AuthUserFile c:/nwl/passwords Require

[EMAIL PROTECTED] Help Wanted for Setup

2006-11-16 Thread Nathan Kellogg
I am looking for PAID help in the setup of Apache 2.2 on a WINXP box. We will be running openSSL, AUTH and later FastCGI, MYSQL and PHP. This server will host multiple sites and multiple SSL certs. Would prefer to hire someone who will be available later on, after the setup is done, from

[EMAIL PROTECTED] Windows Server 2003 HTTPD 2.0.59 service shutdown crash

2006-10-18 Thread Beyer,Nathan
indicate or what else I should look at. Thanks for any help. -Nathan * Module List * 0040 - 00405000: C:\install\httpd\bin\Apache.exe 0063 - 00642000: c:\install\svn\bin\intl3_svn.dll 0065 - 00673000: C:\install\svn\bin

[EMAIL PROTECTED] Subversion + AuthPAM with read and write groups through LimitExcept not working for me

2006-09-19 Thread Schindler, Nathan
The following config doesn't seem to work. Group2 is allowed to do whatever they want, while group1 isn't authorized to do anything. I've tried many combinations of this, with Satisfy, Order, including group1 in the last Require group line... No luck. If it makes a difference, AuthPAM is

RE: [EMAIL PROTECTED] Subversion + AuthPAM with read and write groups through LimitExcept not working for me

2006-09-19 Thread Schindler, Nathan
for me On 9/19/06, Schindler, Nathan [EMAIL PROTECTED] wrote: #Begin Config Location /repos/repo1 DAV svn SVNPath /var/repos/repo1 SVNIndexXSLT /svnindex.xsl SSLRequireSSL AuthType Basic AuthName Authorization Realm AuthPAM_Enabled on LimitExcept

RE: [EMAIL PROTECTED] Subversion + AuthPAM with read and write groups through LimitExcept not working for me

2006-09-19 Thread Schindler, Nathan
On 9/19/06, Schindler, Nathan [EMAIL PROTECTED] wrote: Your suggestion helps. However, I'm noticing that Require group is causing problems. Exactly what happens with the require group. You never explain what you see when you use this config. Joshua. Thanks to your help, I

[EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Neulinger, Nathan
pages breaking that were using that support. What I'd like to be able to do is cause any use of AuthInfo on the http host to immediately generate a redirect response to the same server name, port 443. Is this possible? -- Nathan Nathan

RE: [EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Neulinger, Nathan
. On the really hackish side, I suppose I could run two separate apache instances, one where I load mod_auth/mod_access, and the other where I load a custom module that accepts those config options, but all they do is set a flag saying that the page needs to redirect. -- Nathan

RE: [EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Neulinger, Nathan
Unfortunately, I don't have control over the .htaccess files that are being created by our users. If we did, would be easy enough to just force them all to update their configs. -- Nathan Nathan Neulinger EMail

RE: [EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Neulinger, Nathan
Well, I came up with a simple module to do this... I'd be open to feedback if anyone wants to take a look. (It's tiny/simple.) AuthRedirSSL on in a location/dir/htaccess block will cause requests to be redirected to the SSL side of the vhost if any AuthType is defined. -- Nathan

Re: [EMAIL PROTECTED] apache2.0 on freebsd6.1

2006-06-16 Thread Nathan Seven
Wow- can't really help you I'm afraid, but i think this is a nominee for most f'd up problem ever :P At first thought, could you have somehow replaced the httpd binary with the apachectl binary? -- Jupiter accepts your offer... AIM:IMFDUP On Jun 16, 2006, at 12:25 PM, Josh Stephenson

Re: [EMAIL PROTECTED] Reverse Proxy Cache not Caching in 2.2.2

2006-05-31 Thread Nathan Seven
(and cached). The fact that the CACHE_SAVE filter is added means that all cache providers have declined to serve the request, i.e. no cache provider has an appropriate response. -ascs -Original Message- From: Nathan Seven [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 12:15 AM

Re: [EMAIL PROTECTED] Reverse Proxy Cache not Caching in 2.2.2

2006-05-30 Thread Nathan Seven
I reported this earlier- it is an easy patch: http://issues.apache.org/bugzilla/show_bug.cgi?id=38017 -SS On May 30, 2006, at 2:23 AM, Mike Scott wrote: I'm trying to set up a reverse proxy cache to cache images in memory, to relieve disk load on the server that's actually storing them.

Re: [EMAIL PROTECTED] FreeBSD 6.1

2006-05-21 Thread Nathan Seven
it, cd to /usr/ports/www/ apache22; make install - DONE. -SS - Ivan S. (Norway) -- Nathan Seven wrote: It's questions like this that make Baby Jesus cry. Yes, there is a release that works with FreeBSD- have you used FreeBSD before? Grab the ports collection, and install it from

Re: [EMAIL PROTECTED] FreeBSD 6.1

2006-05-20 Thread Nathan Seven
It's questions like this that make Baby Jesus cry. Yes, there is a release that works with FreeBSD- have you used FreeBSD before? Grab the ports collection, and install it from there. As for ASP- AFAIK the only non-MS ASP environment available is Sun's chilisoft stuff. But IMO, if you

Re: [EMAIL PROTECTED] Proxypassreverse + mod_cache = broken

2006-04-12 Thread Nathan Seven
-Original Message- From: Nathan Seven [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 11:47 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Proxypassreverse + mod_cache = broken No comments at all on this? -SS

Re: [EMAIL PROTECTED] Proxypassreverse + mod_cache = broken

2006-04-11 Thread Nathan Seven
No comments at all on this? -SS On 3/31/06 12:21 PM, Nathan Seven [EMAIL PROTECTED] wrote: Hi all- Using Apache 2.2.0- I've read some other threads in the archives reporting weirdness with this- I am trying to set up a reverse proxy/cache, and have concluded that it simply does not work

[EMAIL PROTECTED] Proxypassreverse + mod_cache = broken

2006-03-31 Thread Nathan Seven
Hi all- Using Apache 2.2.0- I've read some other threads in the archives reporting weirdness with this- I am trying to set up a reverse proxy/cache, and have concluded that it simply does not work. The proxy portion works just fine, and the cache portion works just fine for local files, but

[EMAIL PROTECTED] error_log - uninitialized data

2005-12-13 Thread Senthil Nathan
Hi All,Im using Apache 2 in mod_perl environment.And I use strict and warnings in my code.I get the following errors in the error_log of apache. [Tue Dec 13 10:44:18 2005] -e: Use of uninitialized value in string eq at myfile.pm line 102, FILE line 154. [Tue Dec 13 10:44:26 2005] -e: Use of

[EMAIL PROTECTED] apache server - username and password

2005-12-07 Thread Senthil Nathan
hi all,my application running on Apache 2 on mod_perl 2 uses htaccess to authenticate. so i need to get the username and the password who is authenticated to login for passing it to a different command in the script. i read something abt suExec, http://httpd.apache.org/docs/2.0/suexec.htmlbut the

[EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
Hi all,these problems are related to Apache 2 and mod_perl 2problem 1:Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the data from the perl/cgi script. For the first time loading the data is displayed properly. then for every reload the data displayed on the template gets

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
PROTECTED] wrote: From: Senthil Nathan [EMAIL PROTECTED] Hi all,these problems are related to Apache 2 and mod_perl 2problem 1:Im using mod_perl 2 on Apache 2. I am using HTML::Template to display thedata from the perl/cgi script. For the first time loading the data is displayed properly

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
PerlSendHeader On Options +ExecCGI Allow from all /Files/DirectoryLet me know if anything has to be changed in this config, ThanksSenthilOn 12/6/05, Senthil Nathan [EMAIL PROTECTED] wrote: hi,you are right. it uses ModPerl::Registry.so how do i use ModPerl::PerlRun. Because i just used ModPerl::PerlRun

Re: [EMAIL PROTECTED] performance analysis

2005-12-01 Thread Senthil Nathan
if u r in windows environment, try this, packet snifer.On 12/2/05, Charlie Smith [EMAIL PROTECTED] wrote: I recently noticed a long delay in a page coming up.What's the bestcommand-line tool/routine to use to monitor how long a page takes to comeback.Should Iputan LWP callto a page in a cron job

[EMAIL PROTECTED] mod_perl and multi user environment - clashes with other users's data

2005-12-01 Thread Senthil Nathan
??? thankssenthil nathan r

[EMAIL PROTECTED] how to cache one particular tmp.cgi and not other .cgi files

2005-11-30 Thread Senthil Nathan
hi all,how to cache one particular tmp.cgi and not other .cgi files??FilesMatch \.cgi$Header add Cache-Control no-cacheHeader add Vary */FilesMatchor something like that. thankssenthil

[EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread Senthil Nathan
hi,im a newbie to apache.how do i start the apache server.i see there is no process running for httpd.confthankssenthil

Re: [EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread Senthil Nathan
file. From: Senthil Nathan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 29, 2005 11:06 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] newbie - how to start apache server hi, im a newbie to apache. how do i start the apache server. i see there is no process running

[EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-27 Thread Senthil Nathan
hi all,i have some cgi scripts running on the Apache server.i am invoking it from the browser and see that it takes lot of time to connect to the server and run the cgi script on it.actually my cgi script takes 4sec to run, which i checked out using the timestamp. but when accessing from the

[EMAIL PROTECTED] need help on improving apache server performance

2005-11-24 Thread Senthil Nathan
hi all,i would like to improve the apache server performance.its dead slow. its downloading the images again and again from the server and makes it very slow.then i googled and found some interesting stuff like this,

Re: [EMAIL PROTECTED] need help on improving apache server performance

2005-11-24 Thread Senthil Nathan
it clear.thanksrsennatOn 11/24/05, Joshua Slive [EMAIL PROTECTED] wrote:On 11/24/05, Senthil Nathan [EMAIL PROTECTED] wrote: hi all, i would like to improve the apache server performance. its dead slow. its downloading the images again and again from the server and makes it very slow. then i googled

Re: [EMAIL PROTECTED] Managing enterprise deployments of Apache

2005-08-11 Thread Nathan Benson
. thanks again for your reply, nathan benson On 8/10/05, Dale's Stuff [EMAIL PROTECTED] wrote: Nathan, Check out http://webmin.com/ Open source and lets you manage multiple servers. Dale On Aug 9, 2005, at 1:19 PM, Nathan Benson wrote: greetings fellow Apache users, i've

[EMAIL PROTECTED] Managing enterprise deployments of Apache

2005-08-09 Thread Nathan Benson
or information you have, -nathan benson - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from