[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 serve

Re: [users@httpd]

2022-05-17 Thread vaidya nathan
he > rewrite log to see what is happening. > >> On Tue, 17 May 2022 at 08:22, Frank Gingras wrote: >> Nick, they mean that they have no name-based vhost defined for that domain >> name. This can happen with DNS spoofing. >> >>> On Tue, 17 May 2022 a

[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 - - [11/Mar/2

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 that

[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 httpd.conf

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 th

[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] [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: St

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 Apache

[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

[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 confidentia

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

2010-12-03 Thread Nathan Belk
ation 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ć

[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

[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 /var/log/apache

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

2010-02-22 Thread Nathan Bird
e. E.g. verisign's. VERY IMPORTANTLY this file is only read AFTER apache startup once it has switched user to www-data so that user needs to be able to read this certificate. If you have the openssl command line you can use something like this to check it: openssl s_client -connect ldap.e

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. 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.

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

2010-01-13 Thread Nathan Long
ot-finishing-page-requests/102080#102080 Thanks in advance for any help or (gentle?) corrections. --Nathan - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

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

2009-04-12 Thread Nathan Huang
; it is also ok, 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

[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 : DocumentRoot c:/pubrec/htdocs Ser

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

2007-06-26 Thread Nathan Metcalf
Apache Software Foundation/Apache2.2/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # AllowOverride None Options None Order allow,deny Allow from all Can someone please give me some help? Thanks, Nathan Met

[EMAIL PROTECTED] Slow image loads

2007-03-26 Thread Nathan Kellogg
We are having some issues with very slow ( 5 to 15 seconds ) load times on 16k images on our site. This seems to happen under moderate load. It does not seem to be any problem with bandwidth form the ISP. Are there any Apache config issues that could be casing this? Server uptime: 4 days

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 loade

[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 cer

[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

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Nathan Kellogg
near the bottom, 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: >> T

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 Apach

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 <mai

[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 http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-m

[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 bei

[EMAIL PROTECTED] mod_proxy_balancer

2007-01-18 Thread Nathan Wiebe
ends that are still processing a request? Nathan Wiebe

[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: Options FollowSymLinks Options +Includes Allow

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 unders

[EMAIL PROTECTED] mod_isapi

2007-01-03 Thread Nathan Kellogg
rite cause! 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 offici

[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 http://httpd.apache.org/userslist.ht

[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. Options +ExecCGI SetHandler isapi-handler Header unset 500 Header append 200:ok Apache 2.2.3 will not start w

[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 https://www.orcour

Re: [EMAIL PROTECTED] mod_isapi 500 errors

2006-11-28 Thread Nathan Kellogg
In the meantime, is it possible to use the Header directive to unset the 500 error? At 08:54 AM 11/28/2006, you wrote: 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 rea

[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
11/21/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 listenin

[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. AuthType Basic AuthName "Authorization Required" AuthUserFile c:/nwl/passwords Require user test SSLRequireSSL

[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 compromisi

Re: [EMAIL PROTECTED] Auth problem

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

[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 ti

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

2006-10-18 Thread Beyer,Nathan
might 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:\inst

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

2006-09-19 Thread Schindler, Nathan
mitExcept not working for me > > 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 grou

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

2006-09-19 Thread Schindler, Nathan
rough LimitExcept not working for me > > On 9/19/06, Schindler, Nathan > <[EMAIL PROTECTED]> wrote: > > > #Begin Config > > > >DAV svn > >SVNPath /var/repos/repo1 > >SVNIndexXSLT "/svnindex.xsl" > >SSLRequireSSL

[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 co

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

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

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

2006-07-24 Thread Neulinger, Nathan
n 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 redir

[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 N

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
ad been previously requested (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

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. T

Re: [EMAIL PROTECTED] FreeBSD 6.1

2006-05-21 Thread Nathan Seven
orts tree, set cvsup to update 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 po

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 have

Re: [EMAIL PROTECTED] Proxypassreverse + mod_cache = broken

2006-04-12 Thread Nathan Seven
s so simple you could do it by hand and > then recompile. > > -ascs > > > -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] Pro

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

[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 mod_c

[EMAIL PROTECTED] Re: problem with fetching data in mod_perl

2006-01-30 Thread Senthil Nathan
Hi All,Im using mod_perl 2 and Apache 2.I noticed that while fetching data from a directory where the files are present, its not reading those files and getting the data.After some refresh or apache restart the same data is fetched properly. how to solve this issue???thankssenthil

[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, line 154. [Tue Dec 13 10:44:26 2005] -e: Use of uninitiali

[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 c

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
   PerlSendHeader On  Options +ExecCGI  Allow from all    Let 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::Per

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
AIL 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 displa

[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 rep

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

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

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

[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??Header add Cache-Control no-cacheHeader add Vary *or something like that. thankssenthil

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

2005-11-30 Thread Senthil Nathan
hi,can anyone help me on this...my apache server is very slow. and i have given the configuration below.can anyone share with me their config.and is there any way to measure the time taken to connect to the apache server and retrieve the info to the browser???thankssenthil nathan rOn 11/28/05

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

2005-11-29 Thread Senthil Nathan
f 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 runni

[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] scripts run very slow in the Apache server

2005-11-28 Thread Senthil Nathan
Your problem sounds more like network latency than anything else... > > Rgds, > Owen Boyle > Disclaimer: Any disclaimer attached to this message may be ignored. > > > -Original Message- > From: Senthil Nathan [mailto:[EMAIL PROTECTED] > Sent: Montag, 28. November

[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 browse

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

2005-11-24 Thread Senthil Nathan
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

[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, -Expir

Re: [EMAIL PROTECTED] Managing enterprise deployments of Apache

2005-08-11 Thread Nathan Benson
ll servers, etc. 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,

[EMAIL PROTECTED] Managing enterprise deployments of Apache

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