Re: [users@httpd] reverse proxying websocket connections

2023-07-04 Thread Helmut K. C. Tessarek
On 2023-07-04 03:58, Yann Ylavic wrote: Yes, they should be the same. Upgrade only takes place when requested AND accepted/switched by the backend server. Awesome. Thanks so much for the confirmation. Have a great day, K. C. -- regards Helmut K. C. Tessarek KeyID

[users@httpd] reverse proxying websocket connections

2023-07-03 Thread Helmut K. C. Tessarek
m:9080/ upgrade=websocket afaik the upgrade only takes place when it is requested by a header, unless upgrade=NONE or upgrade=ANY is set. Am I correct or are the not the same? Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E

[users@httpd] Security Headers, ISP, no root won't work

2018-05-10 Thread i...@h-c-b.de
Hi! I want to enable some security headers. I don't have access to my = vhosts, and not to the apache config, so I used my .htaccess. Header set X-Frame-Options SAMEORIGIN Header set X-XSS-Protection "1; mode=3Dblock" Header set X-Content-T

RE: [users@httpd] Undefined Symbol Prevents mod_proxy.so from Loading

2017-10-24 Thread Dempsey, Richard C
lick links or open attachments unless you recognize the sender and know the content is safe. On Fri, 2017-10-20 at 19:04 +, Dempsey, Richard C wrote: > My searches for ap_check_pipeline, both online and in the source, tell me > that it's declared in ./httpd-2.4.28/modules/http/http

[users@httpd] Undefined Symbol Prevents mod_proxy.so from Loading

2017-10-20 Thread Dempsey, Richard C
I am building Apache 2.4.28 on RedHat Linux 2.6.32-573.el6.x86_64 for use as a reverse proxy server, to upgrade from Apache 2.4.23. I am building with APR 1.6.0 and APR-Util 1.6.2. When I run apachectl configtest, I get the following message: httpd: Syntax error on line 43 of /web/conf/httpd_ma

RE: [users@httpd] cannot figure out how to add a new user

2014-12-31 Thread Timothy C. Fritz
ttle unclear. For example you said 'new' credentials, but that doesn't state clearly whether you've ever had the htaccess system ever working before. With the -cm those are not 'new' credentials. (Meaning you are not 'adding them to the htpasswd.') Man says

RE: [users@httpd] cannot figure out how to add a new user

2014-12-31 Thread Timothy C. Fritz
31, 2014 at 2:20 PM, Timothy C. Fritz wrote: I cannot figure out how to add a new user to Apache HTTP Server 2.2. I want to add a "guest" account so that I don't have to give out my own credentials. This is essentially what I've done and everything seems to work, except I ca

[users@httpd] cannot figure out how to add a new user

2014-12-31 Thread Timothy C. Fritz
I cannot figure out how to add a new user to Apache HTTP Server 2.2. I want to add a "guest" account so that I don't have to give out my own credentials. This is essentially what I've done and everything seems to work, except I can't log into my site with these new credentials: D:\Program Files\Ap

[users@httpd] Unsubscribe

2014-12-19 Thread Gregory C. Wahl
- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re: mod_proxy and meta http-equiv=

2014-05-17 Thread C . E . Rau
Have a look at "ProxyHTMLMeta On". The directive enables mod_proxy_html to process the metas. (off by default) It's a little buggy in my testing though. The code that trips it up is esoteric enough that you may get lucky. (in my case - slightly malformed metas in comments were processed - par

Re: [users@httpd] Debugging mod_rewrite

2013-08-04 Thread C. Benson Manica
Ah, I see, that wasn't at all clear from the documentation. It looks like if I move those lines then I get some entries in the log. Thanks for clearing that up. On Thu, Aug 1, 2013 at 1:37 AM, Philip Wigg wrote: > On 1 August 2013 03:13, C. Benson Manica wrote: > > Apache c

[users@httpd] RE: EXT :Re: [users@httpd] RE: EXT :Re: [users@httpd] apache 2.2.25 and svn commit

2013-08-01 Thread Brennan, Edward C (HII-Ingalls)
52 PM To: users@httpd.apache.org Subject: EXT :Re: [users@httpd] RE: EXT :Re: [users@httpd] apache 2.2.25 and svn commit First of all this probably belongs on us...@subversion.apache.org... On Wed, Jul 31, 2013 at 1:43 PM, Brennan, Edward C (HII-Ingalls) wrote: > Thank you. > I am tryi

[users@httpd] Debugging mod_rewrite

2013-07-31 Thread C. Benson Manica
es go" question. Thanks. -- C. Benson Manica cbman...@gmail.com

[users@httpd] RE: EXT :Re: [users@httpd] apache 2.2.25 and svn commit

2013-07-31 Thread Brennan, Edward C (HII-Ingalls)
_bug.cgi?id=55304 http://svn.apache.org/viewvc?view=revision&revision=r1506714 On Wed, Jul 31, 2013 at 11:33 AM, Brennan, Edward C (HII-Ingalls) wrote: > Hello, > I recently uninstalled apache 2.2.22 and installed 2.2.25 in order to > address security vulnerabilities. Apache sits on t

[users@httpd] apache 2.2.25 and svn commit

2013-07-31 Thread Brennan, Edward C (HII-Ingalls)
Hello, I recently uninstalled apache 2.2.22 and installed 2.2.25 in order to address security vulnerabilities. Apache sits on top of subversion. A few days after the upgrade, some users reported issues performing the "svn commit" command on a file that resides in a folder with a space in the

[users@httpd] Re: ssi not working on virtual host

2013-07-05 Thread c cc
Does anyone have any suggestions? I am still having problem with the virtual host ssi. Thanks! On Tue, Jul 2, 2013 at 6:36 PM, c cc wrote: > Hello all, > > I am using CentOS 6.0 with Apache 2.2.15, and set up Apache with virtual > host. The SSI works fine on the first VH, but ssi

Re: [users@httpd] ssi not working on virtual host

2013-07-02 Thread c cc
Hi, Thanks for your email. Yes, I do have Options +Includes; the strange thing is that the first virtual host works fine, but the others don't. On Tue, Jul 2, 2013 at 7:24 PM, Igor Cicimov wrote: > > > > On Wed, Jul 3, 2013 at 4:36 AM, c cc wrote: > >> Hello all, &

[users@httpd] ssi not working on virtual host

2013-07-02 Thread c cc
Hello all, I am using CentOS 6.0 with Apache 2.2.15, and set up Apache with virtual host. The SSI works fine on the first VH, but ssi on the other virtual hosts does not work. I got the following message in the error log: mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES fi

Re: [users@httpd] Query Str

2013-04-15 Thread Ian C
Eric, You we're right, they don't rellay relate but you got me thinking and digging some more, what in fact was happening was that I was providing the url & get params on the browser's address bar (still in development), and in turn the loaded html was calling the cgi as an event source -- WI

[users@httpd] Query Str

2013-04-15 Thread Ian C
Sorry for reposting but I'm still stumped.  If anyone has any advice at all... thanks Hi everyone, I'm new to web configurations etc. I hope someone can help me with this, I've been googling and reading docs for many hours. I have Apache 2.2.19 which has been running fine, until I needed a ne

Re: [users@httpd] Missing QUERY_STRING

2013-04-12 Thread Ian C
the request string makes it to the log, but i can't access it from my cgi via environment vars --- On Fri, 4/12/13, Eric Covener wrote: From: Eric Covener Subject: Re: [users@httpd] Missing QUERY_STRING To: users@httpd.apache.org Received: Friday, April 12, 2013, 9:43 PM > >REQUEST_URI'='/cgi

Re: [users@httpd] Missing QUERY_STRING

2013-04-12 Thread Ian C
Sorry for reposting but I'm still stumped.  If anyone has any advice at all... thanks Hi everyone, I'm new to web configurations etc. I hope someone can help me with this, I've been googling and reading docs for many hours. I have Apache 2.2.19 which has been running fine, until I needed a ne

[users@httpd] Missing QUERY_STRING

2013-04-12 Thread Ian C
Hi everyone, I'm new to web configurations etc. I hope someone can help me with this, I've been googling and reading docs for many hours. I have Apache 2.2.19 which has been running fine, until I needed a new CGI which needed the QUERY_STRING from the Get (eg. ?SBC=A1... ) My CGI can obtain a

Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Lukas C. C. Hempel
one line maybe > RewriteCond %{HTTP_HOST} example\.(com|net) > the rest is same > > On Nov 9, 2011 8:56 AM, "Lukas C. C. Hempel" wrote: > yeah, but that would not forward www.example.com/test.php to > www.example.de/test.php, does it? > > > Am 08.11.2011 um 22:54 sc

Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Lukas C. C. Hempel
; wrote: > Are you using separate VirtualHost for each domain? If you are, and thats the > way i would have done it, then just redirect the root / of those two > VirtualHost to example.de > On Nov 9, 2011 8:20 AM, "Lukas C. C. Hempel" wrote: > Hi there, > > I have

Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Lukas C. C. Hempel
n just redirect the root / of those two > VirtualHost to example.de > On Nov 9, 2011 8:20 AM, "Lukas C. C. Hempel" wrote: > Hi there, > > I have a problem with an htaccess file. > > I own three domains: example.com, example.de and example.net. They all refer > to th

[users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Lukas C. C. Hempel
Hi there, I have a problem with an htaccess file. I own three domains: example.com, example.de and example.net. They all refer to the same webhosting space (= alias domains). What I have succeeded in is that when I enter example.com or example.de it refers to www.example.de. I did that with th

Re: [us...@httpd] Redirect question

2010-05-07 Thread John . C . Kennedy
Igor Cicimov wrote on 05/07/2010 01:39:59 AM: > Igor Cicimov > 05/07/2010 01:39 AM > > Please respond to > users@httpd.apache.org > > To > > users@httpd.apache.org > > cc > > Subject > > Re: [us...@httpd] Redirect question > > Another possible solution I can think of: > > NameVirtualHos

Re: [us...@httpd] Redirect question

2010-05-06 Thread John . C . Kennedy
> > I get the same looping result. (I shortened application to app because > I am too lazy to type all that!): > The requested URL > /appappappappappappappappappappappappappappappappappappappappapp was > not found on this server. Did you remove any other Redirect rules in your VirtualHost conta

Re: [us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
- Original Message - > From: john.c.kenn...@ldhenergy.com > Date: Wed, 5 May 2010 16:46:34 -0400 > Subject: [us...@httpd] Redirect question > To: users@httpd.apache.org > > > My user wants me to set up so that > http://application > will redirect to: > http://server/a

Re: [us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
At 16:46 -0400 5/5/10, john.c.kenn...@ldhenergy.com wrote: I have an application running on a server at: http://server/application My user wants me to set up so that http://application will redirect to: http://server/application I have DNS set up and now if I go to: http://application/application

RE: [us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
Priya, I tried: Redirect permanent /index.jsp http://server/app/index.jsp and definitely got the loop you are referring to. The URL came out as: http://server/appappappappappappappappappappappappappappapp I also tried the following with the same result: Redirect permanent / http://server/app/inde

[us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
I have checked the archives since I am sure this has been asked before but can not find an answer. I have an application running on a server at: http://server/application My user wants me to set up so that http://application will redirect to: http://server/application I have DNS set up and now

RE: [us...@httpd] Can not access port 2000

2009-06-01 Thread chris c...@tch
Did you changed the login port from 2 to port 1? Check your config. -Original Message- From: hateSpam [mailto:khwaja_a...@yahoo.co.uk] Sent: Monday, 1 June 2009 9:17 PM To: users@httpd.apache.org Subject: [us...@httpd] Can not access port 2000 Dear All, Our server is Centos 5 a

Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-13 Thread Rex C. Eastbourne
On Tue, May 12, 2009 at 9:43 PM, Prasanna Ram Venkatachalam wrote: > mod_actions should be included I guess. Can you see it precompiled with > apache using httpd -l? or see it in httpd.conf LoadModule section? > > On Wed, May 13, 2009 at 9:43 AM, Rex C. Eastbourne > wrote: >&g

Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-12 Thread Rex C. Eastbourne
On Sun, May 10, 2009 at 5:59 PM, Eric Covener wrote: > On Sun, May 10, 2009 at 8:53 PM, Rex C. Eastbourne > wrote: >> Does anyone have both the worker mpm and phpmyadmin installed on >> Ubuntu? When I run "apt-get install phpmyadmin", it tries to remove >> apac

[us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-10 Thread Rex C. Eastbourne
On Mon, May 4, 2009 at 12:15 AM, Rex C. Eastbourne wrote: > Hi, > > I seem to have done something very wrong with my Apache configuration, > but can't figure out what it is. Essentially, each time I launch my > website and start to get traffic, I almost immediately run out

Re: [us...@httpd] RAM problem w/ multiple Apache processes

2009-05-04 Thread Rex C. Eastbourne
2009/5/4 Matus UHLAR - fantomas : > [...] > how much of RAM do you have on that machine? > 512 MB. Not a lot, I know, but I had thought it would be sufficient to run a website with low traffic like mine. > > Do you use ubuntu's apache package(s)? Don't you have too much of useless > modules loade

[us...@httpd] RAM problem w/ multiple Apache processes

2009-05-04 Thread Rex C. Eastbourne
Hi, I seem to have done something very wrong with my Apache configuration, but can't figure out what it is. Essentially, each time I launch my website and start to get traffic, I almost immediately run out of RAM. Typing "ps faux" gives me the following snippet, where I have around 20 processes st

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-18 Thread Rex C. Eastbourne
On Wed, Mar 18, 2009 at 8:31 AM, André Warnier wrote: > Rex C. Eastbourne wrote: > [...] > > A short primer : > > The Internet in general works with IP addresses, not host names. > Host names are for humans. > > When in the browser of your workstation,

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-17 Thread Rex C. Eastbourne
On Tue, Mar 17, 2009 at 4:12 AM, André Warnier wrote: > Rex C. Eastbourne wrote: > [...] > > >> So it looks like there is indeed a NameVirtualHost * in another file. What >> would be the best modification to make now? >> >> Delete that line and restart A

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-16 Thread Rex C. Eastbourne
On Sun, Mar 15, 2009 at 4:03 AM, Krist van Besien wrote: > On Sun, Mar 15, 2009 at 7:34 AM, Rex C. Eastbourne > wrote: > > Hello, > > > > I am completely new to Apache. I have a static IP address that's being > > hosted on an Ubuntu server. (I do not own

[us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-14 Thread Rex C. Eastbourne
Hello, I am completely new to Apache. I have a static IP address that's being hosted on an Ubuntu server. (I do not own a domain name yet.) I would like to have two versions of a web app on my IP address (let's call it X.X.X.X): test.X.X.X.X production.X.X.X.X Is this possible with Apache? I hav

RE: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-20 Thread michael watson (IAH-C)
:) Thanks Michael From: Patrick Horgan [mailto:[EMAIL PROTECTED] Sent: 19 June 2008 18:14 To: users@httpd.apache.org; michael watson (IAH-C) Subject: Re: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc michael watson (IAH-C) wrote: OK, so no an

RE: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-19 Thread michael watson (IAH-C)
OK, so no answers from this then... Instead, can anyone tell me how I can monitor whether (and which) file handles are open whilst the CGI script is running? -Original Message- From: michael watson (IAH-C) [mailto:[EMAIL PROTECTED] Sent: 16 June 2008 09:42 To: users@httpd.apache.org

[EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-16 Thread michael watson (IAH-C)
Dear All I solved this problem some years ago by writing to this list and carrying out the suggestions. Oddly, I now have it again. I am running two servers - an old one, running SuSe 8.2 and apache 1.3.28, and a relatively new one running Red Hat EL 4 and Apache 2.2.4. Here's the thing - the s

Re: [EMAIL PROTECTED] Problem with sendfile on VMware ESX

2008-04-30 Thread Otávio C. Cordeiro
Thanks. I'm satisfied now ; ) Em 30/4/2008 13:40, William A. Rowe, Jr. escreveu: Otávio C. Cordeiro wrote: I was setting Apache (2.2.6) to run on a Linux ESX (VMware ESX 3.5) but the environment is presenting some problems. The solution I found is to use "EnableSendFile off" i

[EMAIL PROTECTED] Problem with sendfile on VMware ESX

2008-04-30 Thread Otávio C. Cordeiro
since it's using a 2.4 kernel... I checked it against other versions of Linux (Redhat Enterprise 4 and 5, SuSe Enterprise 9 and 10) and did not have any problems (kernel 2.6). Has anyone experienced something like that? Thanks, (keywords: EnableSendFile, VMware, ESX

[EMAIL PROTECTED] Apache can't write to directory

2008-04-01 Thread michael watson (IAH-C)
Hello! I'm running apache 2.2 on Red Hat. I have a directory, /usr/results/, which is owned by the apache user and has rwx privileges. If I go into that directory and 'mkdir test' it creates the folder, no problem. When I try and do this over CGI, however, I get a "Permission Denied" error mess

Re: [EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-16 Thread C. Benson Manica
Are there any other Apache settings I should verify before taking this to a MovableType forum? On Sun, Mar 16, 2008 at 10:06 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sun, Mar 16, 2008 at 8:34 PM, C. Benson Manica <[EMAIL PROTECTED]> > wrote: > > That fixes SERVER

Re: [EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-16 Thread C. Benson Manica
That fixes SERVER_NAME - but it doesn't change HTTP_HOST. Should I care that HTTP_HOST still is set to localhost? On Fri, Mar 14, 2008 at 5:10 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Fri, Mar 14, 2008 at 4:20 PM, C. Benson Manica <[EMAIL PROTECTED]> > wrote: >

[EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-14 Thread C. Benson Manica
3.224.5:80 which as far as I can tell should cause the SERVER_NAME environment variable to be set. Unfortunately, the environment script says otherwise: COMSPEC="C:\WINDOWS\system32\cmd.exe" DOCUMENT_ROOT="C:/www" GATEWAY_INTERFACE="CGI/1.1" HTTP_ACCEPT="text/xm

[EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread R C
I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After looking thru the docs, I came up with the following compile string, which I run from the extracted source directory : ./configure --prefix=/opt/apache2 –-with-ldap --enable-mods-shared=all –-enable-ssl –-enable-ldap –-ena

[EMAIL PROTECTED] Server side includes where the include is on another server...

2008-03-14 Thread michael watson (IAH-C)
Hello I think I answered my own question, but lets try anyway. I'm running apache 2.2.4 on Red Hat and I want to user server-side includes. I can get them working if the include file is on the same server, but what I really want is something like: Where http://www.someotherserver.com is a ser

Re: [EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-09 Thread Ronald C . F . Antony
This should IMO really make it into the standard distribution, maybe even replace the webdav module. The main reason I don't use webdav is that its privilege model is useless for all I'd ever want to do with it (e.g. make user's home directory available to them as webdav mount while they ar

[EMAIL PROTECTED] Require file-group / file-owner

2007-08-05 Thread Brian C. Hill
Is there any way to get these in 2.0 besides using the ldap auth module? I am using the RHEL 4 rpm. I don't want compile 2.2 if at all possible. Brian - The official User-To-User support forum of the Apache HTTP Server Pr

Re: [EMAIL PROTECTED] Apache / Tomcat questions

2007-05-10 Thread William C. Mount
Adam, Have you tried setting JKLogLevel to Debug in the httpd.conf for the apache webserver? What version of Tomcat and What version of Apache? Thanks, William C. Mount RHCE J2EE Web Solutions CoEx Global IT Solutions Caterpillar Inc. 812 W. Washington St. East Peoria IL, 61630 (309) 675

[EMAIL PROTECTED] Apache 2.2.3 prefork mpm mod_proxy_ajp

2007-03-18 Thread c .
Hello, I'm having a problem with mod_proxy_ajp, I am receiving the following error messages: [Fri Mar 16 11:37:37 2007] [error] ajp_check_msg_header() got bad signature 420 [Fri Mar 16 11:37:37 2007] [error] ajp_ilink_receive() received bad header [Fri Mar 16 11:37:37 2007] [error] ajp_read_head

[EMAIL PROTECTED] Apache 2.2.3 prefork mpm mod_proxy_ajp

2007-03-16 Thread c .
This didn't seem to go through the first time I sent it. -- Forwarded message -- From: c. <[EMAIL PROTECTED]> Date: Mar 16, 2007 2:19 PM Subject: Apache 2.2.3 prefork mpm mod_proxy_ajp To: users@httpd.apache.org Hello, I'm having a problem with mod_proxy_ajp, I

[EMAIL PROTECTED] Apache 2.2.3 prefork mpm mod_proxy_ajp

2007-03-16 Thread c .
Hello, I'm having a problem with mod_proxy_ajp, I am receiving the following error messages: [Fri Mar 16 11:37:37 2007] [error] ajp_check_msg_header() got bad signature 420 [Fri Mar 16 11:37:37 2007] [error] ajp_ilink_receive() received bad header [Fri Mar 16 11:37:37 2007] [error] ajp_read_head

Invalid method in request

2007-02-28 Thread Dege, Robert C.
Hi, I have a 64bit RHEL3 box that I'm trying to configure SSL on. After making the appropriate modifications to the httpd.conf file, I restarted the service, & tested out the setup. I can get to the site using http://mysite.com:443 (not in secure mode), but not https://mysite.com. I get an err

Re: [EMAIL PROTECTED] CGI differences in apache 2.0 and 2.2

2007-02-12 Thread Silvino C. Ferreira
As root you can see the PATH variable for any running process in the /proc directory. Here is what you need to do: 1. su to root 2. run the command ps -e | grep httpd which will show you all of process ids for apache 3. cd to /proc and do an ls. You should see a directory with the same

Re: [EMAIL PROTECTED] Name Resolution error

2007-01-08 Thread joseph c
how about the value of the "HostnameLookups", it should set to "Off" On 1/9/07, john <[EMAIL PROTECTED]> wrote: Hi all I have installed apache 2.2.3 Apache starts automatically, so there is an error [Mon Jan 08 20:11:27 2007] [error] (EAI 3)Temporary failure in name resolution: Could not res

Re: [EMAIL PROTECTED] managing mass Apache Redirects

2006-09-21 Thread Julian C. Dunn
On Thu, 2006-09-21 at 10:59 -0400, Joshua Slive wrote: > On 9/21/06, Julian C. Dunn <[EMAIL PROTECTED]> wrote: > > Does anyone have any solutions for managing a huge number of Apache > > redirects in a manner external to Apache? What I am looking to do is to > > store

[EMAIL PROTECTED] managing mass Apache Redirects

2006-09-21 Thread Julian C. Dunn
directives. Ideally it would be possible to instruct Apache (either implicitly or explicitly) to refresh its Redirect map without restarting Apache itself. Any suggestions? - Julian -- -- Julian C. Dunn, P.Eng. <[EMAIL PROTECTED]> -- Platform Administrator * CBC.ca Production & Operati

Re: [EMAIL PROTECTED] Strange css problem

2006-09-14 Thread Jesse C Cronce
ooked at that 30 times.>:( Thanks. On Wed, 2006-09-13 at 14:42 -0400, Joshua Slive wrote: > On 9/13/06, Jesse C Cronce <[EMAIL PROTECTED]> wrote: > > I am having a strange css typing problem. When I call @import "file.css" > > the header which I get from

[EMAIL PROTECTED] Strange css problem

2006-09-13 Thread Jesse C Cronce
I am having a strange css typing problem. When I call @import "file.css" the header which I get from LiveHTTPHeaders (after the GET request) shows the Content-Type as text/html. When I try to load the css file directly, I get the same. I am using Apache 2.2.3. In my mime.types file I have the lin

Re: [EMAIL PROTECTED] Date change on the machine that Apache server is running

2006-07-04 Thread Heinrich C. Kuhn
ver every now and then. Up to now we did not expect any adverse effects. The same is true when the internal clock changes between daylight saving time and solar time and back again. HTH Heinrich +-- |Dr. Heinrich C. Kuhn |Seminar f

Re: [EMAIL PROTECTED] Regarding Apache Plugin for weblogic server

2006-06-07 Thread William C. Mount
how did you get the file to your linux box?  I had a similar problem installing the module a couple of years ago.  It was an ASCII vs binary transfer that got me. William C. Mount RHCE J2EE Web Solutions CoEx Global IT Solutions Caterpillar Inc.   812 W. Washington St. East Peoria IL,  61630

Re: [EMAIL PROTECTED] Wingdings font problem

2006-05-17 Thread William C. Mount
That fixed it. Thanks Joshua! William C. Mount RHCE J2EE Web Solutions CoEx Global IT Solutions Caterpillar Inc.   600 W. Washington St. East Peoria IL,  61630 (309) 675-3031 - Desk (309) 256-8099 - Cell [EMAIL PROTECTED] "I love the way Microsoft follows standards.  In much the same m

[EMAIL PROTECTED] Wingdings font problem

2006-05-17 Thread William C. Mount
s a diamond and not an arrow. If I put the page in an iplanet or IIS webserver, it displays fine.  Is there anything special that needs to be done to the config on the apache site or with the OS to get this to work right? The Apache/iplanet box is Redhat ES3. Thanks, William C. Mount RHCE J2E

Re: [EMAIL PROTECTED] User Authentication through Proxy Errors [SOLVED]

2005-12-03 Thread Brian C
I looked again at the newwebsite.conf file and saw that somehow I had left off the trailing slash. Everything seems to work now. Thanks. Boyle Owen wrote: -Original Message- From: Brian C [mailto:[EMAIL PROTECTED] Reason: DNS lookup failure for: 192.168.0.9dirname

[EMAIL PROTECTED] User Authentication through Proxy Errors

2005-12-01 Thread Brian C
Hi, With prior help from the list I set up Apache 2.0.53 on SUSE (call it oldserver) to proxy requests through to another Apache server on my network (running 1.3.33 on Debian, call it newserver). The relevant part of the oldserver's config looks like: ServerName www.newwe

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

2005-11-29 Thread Brian C
Hi, Senthil Nathan wrote: hi, im a newbie to apache. how do i start the apache server. i see there is no process running for httpd.conf How you start Apache will depend on what OS you are running. On Debian systems you would do: /etc/init.d/apache start and ps -e|grep apache would indicat

[EMAIL PROTECTED] webDav access to home directory as user

2005-11-26 Thread Ronald C . F . Antony
Hi, I have a scenario where a regular network file system is out of question (firewall and ISP restrictions). Users have regular accounts on a Linux machine, where they store their files, and if they are security critical, also have a user mountable cryptoloop file system which is mounted

Re: [EMAIL PROTECTED] Virtual Hosts behind Firewall Router

2005-11-24 Thread Brian C
thoughts on how to fix this? Brian Boyle Owen wrote: -Original Message- From: Brian C [mailto:[EMAIL PROTECTED] Sent: Montag, 21. November 2005 20:13 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Virtual Hosts behind Firewall Router Hi, My network looks like this: [Interne

RE: [EMAIL PROTECTED] Proxy and Virtual Host

2005-11-22 Thread Flanakin Michael C Ctr HQ OSSG/OMR
No, that's perfect. As long as outside requests come on port 80, I don't care how internal ports are treated. The biggest thing was that I wasn't sure if I could setup a proxy block within a virtual host block. Just one question. Can I specify the domain address as opposed to the IP address in the

[EMAIL PROTECTED] Proxy and Virtual Host

2005-11-21 Thread Flanakin Michael C Ctr HQ OSSG/OMR
OS: Windows 2003 Server Httpd: 2.0.55   I'm running a small network behind a Linksys router. My router forwards all port 80 traffic to one machine. On that machine, I have IIS and Apache running. I'm trying to get both running on the same server on port 80. I have that working from inside the

[EMAIL PROTECTED] Virtual Hosts behind Firewall Router

2005-11-21 Thread Brian C
Hi, My network looks like this: [Internet] | [Static IP:64.x.x.x] | [router/firewall:192.168.0.1] [port 80 traffic]___[port 53 traffic]___[??nothing yet??] __||__|_ [main srvr:192.168.0.5|DNS srvr:192.168.0.6|NEW srvr:192.168.0.9] The

[EMAIL PROTECTED] Default filename for downloading files.

2005-11-17 Thread William C. Mount
ip zzz.zip aaa.zip bbb.zip Regardless of which file they click on, he wants the default file name in the save window to be production-zipfile.zip Is there anyway in apache 2 to do that? Thanks in advance, William C. Mount RHCE J2EE Web Solutions CoEx Global IT Solutions Caterpillar Inc. 600 W. Was

Re: [users@httpd] Application interfacing to WebPage

2005-07-08 Thread Alf C Stockton
On Fri, 8 Jul 2005, Davide Bianchi wrote: Alf C Stockton wrote: How do I now get an interface between the above application and my web pages. Have your application open a socket and send an http request to the web server. Can you give me more detail please. Especially as to what the "

[users@httpd] Application interfacing to WebPage

2005-07-08 Thread Alf C Stockton
gram written in C that reads mag stripe via this card reader. How do I now get an interface between the above application and my web pages. In fact all I need is to pass the card number from my application to the web based system but how. Suggestions welcome. --- Regards, Alf Stoc

RE: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, Wagner, Aaron wrote: Go into 'Services' in 'control panel/administrative tools' and stop service and set service to 'manual' start. It is prob set to 'automatic' Thank you. It was set to automatic. --- Regards, Alf Stocktonwww.stockton.co.za A language that doesn't

Re: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, Robert Zagarello wrote: I would think the process only starts up on boot. Was the process IIS? If so you should be able to disable its startup using the Services app. If it was some other process not a service, you can check your normal startup locations in the registry (

Re: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, ed elliott wrote: If you don't know what it is that is using the port, do a "netsta -a -o -n" this will show you the pid of the process that is listening on port 80 (it is probably IIS) Thank you. I found and killed the process. Now how to I ensure that it does not automa

Re: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, Anaya wrote: Hi, Can you please ensure that no other service is running on Port 80. If it is running, then you have to stop that service or you can change your Listen port and run Apache server. How does one find a service running at a port. I can do this on Linux but how

RE: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, [iso-8859-1] Axel-Stéphane SMORGRAV wrote: Would you happen to have more than one Listen directive in your configuration?? No I've checked and I only have a Listen 80. --- Regards, Alf Stocktonwww.stockton.co.za You know you're a little fat if you have stretch marks

Re: [cli-users] Problem using ASP.NET

2005-05-29 Thread Carlos C
webinfo AspNetVersion v1.1.4322 - and then you put the extra stuff inside an -- AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)" \ "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4" Op