[us...@httpd] how can I check whether a a module is "executed" at all?

2009-03-05 Thread robert rottermann
hi there, I am fighting to get SSO with ntlm authenticating running. My problem is, that I, whatever I do only get an "authentication required" error, but no authentication box presented. I tried with IE, firefox (on winows and linux). I am using (trying at least) sambas auth_ntlm_winbind module

Re: [us...@httpd] SSL ERRORS

2009-03-05 Thread Andres Morey
The problem isn't talking to port 443 with HTTP because accessing http://localhost:443/ gives me a "Bad Request" error.This is the error I am getting after every request:(70007)The timeout specified has expired: SSL input filter read failed.and these are the errors I get after a graceful restart:SS

Re: [us...@httpd] unsubscribe

2009-03-05 Thread Evan Platt
At 09:05 PM 3/5/2009, you wrote: unsubscribe As the bottom of every message says... To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org - The official

[us...@httpd] .htpasswd login failure

2009-03-05 Thread KK CHN
Hi List, I added afor restricting access to my web site URL. I used Basic Authentication module.. I created #htpasswd -c .htpasswd test password : test and restarted apache . The path to AuthUserFile is absolutely the system path no error in that ..

[us...@httpd] unsubscribe

2009-03-05 Thread Swati Longia
unsubscribe -- Thanks n Regards Swati Longia Remember if people talk behind your back, it only means you're two steps ahead! - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> >> > > > > Call me crazy...but if apache were written in .NET, wouldn't that make > > it a Windows-only product? > > > > > > No http.sys makes it Windows only but so does WSA commands now! Anyway a lot of .NET (CLR really) is in Mono and the many Silverlight .NET usage versions

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 4:58 PM, Frank Gingras wrote: > Brian, > > I am now almost fully convinced that we're feeding a troll. I suggest we > leave him alone. > Yeh, I think you're probably right. Good call. -Brian -- Feel free to contact me using PGP Encryption: Key Id: 0x3AA70848 Available fr

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 4:26 PM, Anthony J. Biacco wrote: > I still think running each web server on a separate internal IP so you can > run both on port 80 would be better than having IIS redirect the intranet > request to apache. I just think he'd be adding a point of failure where one > isn't

Re: [us...@httpd] Apache port help

2009-03-05 Thread Frank Gingras
Brian Mearns wrote: On Thu, Mar 5, 2009 at 4:13 PM, Flowering Weeds wrote: And it is easy to start learning http.sys via PowerShell - even tracking Apache via PowerShel (threads, sockets, processes and etc.). Then after seeing "non Unix" ways, not non HTTP ways, and how they work, well if o

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 4:13 PM, Flowering Weeds wrote: > And it is easy to start learning http.sys via PowerShell - even tracking > Apache via PowerShel (threads, sockets, processes and etc.). Then after > seeing "non Unix" ways, not non HTTP ways, and how they work, well if > one wants to move o

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> >> This mailing list is hardly the appropriate place to discuss this. > >> > >> > >> > > > > > > > > > > See when Windows is mentioned - it's move on time! > > > > > > > > That is why I said start with PowerShell - like bash or what ever > > > > but for Windows Apache users and also learn

Re: [us...@httpd] Apache port help

2009-03-05 Thread Frank Gingras
Flowering Weeds wrote: And it is easy to start learning http.sys via PowerShell - even tracking Apache via PowerShel (threads, sockets, processes and etc.). Then after seeing "non Unix" ways, not non HTTP ways, and how they work, well if one wants to move on to C++ / C okay but .NET ma

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> > > > > > And it is easy to start learning http.sys via PowerShell - even tracking > > > > Apache via PowerShel (threads, sockets, processes and etc.). Then after > > > > seeing "non Unix" ways, not non HTTP ways, and how they work, well if > > > > one wants to move on to C++ / C okay but

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
I still think running each web server on a separate internal IP so you can run both on port 80 would be better than having IIS redirect the intranet request to apache. I just think he'd be adding a point of failure where one isn't needed. If IIS goes down for whatever reason, then you lose your

Re: [us...@httpd] Apache port help

2009-03-05 Thread Frank Gingras
Flowering Weeds wrote: Perhap Apache on Windows needs updating? Perhap Apache on Windows needs to have patches offered. HTTP.SYS is an interesting technology and certainly fits the profile for an entirely separate MPM and core network stack, unrelated to the conventional httpd serve

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
>> > > > Perhap Apache on Windows needs updating? > > Perhap Apache on Windows needs to have patches offered. HTTP.SYS > is an interesting technology and certainly fits the profile for > an entirely separate MPM and core network stack, unrelated to the > conventional httpd server. Several fo

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 2:47 PM, Flowering Weeds wrote: > > >> >Not at all true any more. Modern Windows OS (Windows XP >> >and up ) systems allows (near 100) processes to use the same >> >IP / Port at the same time. >> > >> >In fact, even the Windows admin's automation tool, >> >powershell.exe, on

Re: [us...@httpd] Apache port help

2009-03-05 Thread William A. Rowe, Jr.
Flowering Weeds wrote: Perhap Apache on Windows needs updating? Perhap Apache on Windows needs to have patches offered. HTTP.SYS is an interesting technology and certainly fits the profile for an entirely separate MPM and core network stack, unrelated to the conventional httpd server. Severa

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
>> > Not familiar with IIS, > IIS is therefore the only entity that can > redirect the request to another port. One should define terms IIS6, 7, 7.5 do not redirect or send responses http.sys does this - and also does for any other Windows process that uses http.sys.

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
Thanks everyone I found what I needed! Tim Ford From: Shawn Parr [mailto:pa...@nsula.edu] Sent: Thursday, March 05, 2009 3:10 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache port help You need to create a new website in IIS with your inte

Re: [us...@httpd] Apache port help

2009-03-05 Thread Shawn Parr
You need to create a new website in IIS with your internal dns name http://internal in your examples. Then set it to redirect to http://internal:8080 Most of that is covered in this MS page: http://support.microsoft.com/?id=324287 The redirect isn't. But once you have the new "website" set

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 2:14 PM, Tim Ford wrote: > IIS is hosting a completely different web page and doesn't communicate with > the web page being hosted with apache. So I can't do redirect with iis. Not familiar with IIS, but if it's remotely HTTP compliant and remotely modern in its capabiliti

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> >Not at all true any more. Modern Windows OS (Windows XP > >and up ) systems allows (near 100) processes to use the same > >IP / Port at the same time. > > > >In fact, even the Windows admin's automation tool, > >powershell.exe, on the command line, can use the > >same port that other Window

Re: [us...@httpd] Apache port help

2009-03-05 Thread Peter Schober
* Tim Ford [2009-03-05 19:57]: > Thanks, I have apache set to listen on port 8080. When I type > http://intranet:8080 it works but I want my users to just type in > http://intranet and apache converts it for them. Its either > mod_rewrite or mod_proxy. No. If your users don't specify any port (an

RE: [us...@httpd] Apache port help

2009-03-05 Thread Evan Platt
At 11:19 AM 3/5/2009, you wrote: Not at all true any more. Modern Windows OS (Windows XP and up ) systems allows (near 100) processes to use the same IP / Port at the same time. In fact, even the Windows admin's automation tool, powershell.exe, on the command line, can use the same port that o

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> > 4) but (of course there is one), there can only be one server (program) > (like Apache) listening on any given port at any given time on the same > host computer. Not at all true any more. Modern Windows OS (Windows XP and up ) systems allows (near 100) processes to use the s

Re: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
IIS is hosting a completely different web page and doesn't communicate with the web page being hosted with apache. So I can't do redirect with iis. Tim Ford IT Manager PHMC www.phmc.org Sent from Verizon wireless device - Original Message - From: Anthony J. Biacco To: users@httpd.apa

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
Oh, and if you go the separate ip route, make sure you change IIS so that it doesn't listen on all IPs, just the main one. -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com -Original Message

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
Since your port 80 server is IIS that's what you'll have to do the redirection from. This becomes a question for an IIS forum/mailing list. You should just bind a separate IP for intranet to the physical server, resolve the intranet hostname to that IP, and then run apache on port 80 on that ip wi

RE: [us...@httpd] Apache port help

2009-03-05 Thread Evan Platt
At 11:01 AM 3/5/2009, you wrote: Yes I have IIS running on port 80 hosting another webpage on the same server that apache is installed on. Then you'd need to have your index.html or whatever your default page for IIS is redirect to your port 8080 page. ie http://www.yourdomain.com:8080/inde

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
The url running on port 80 is http://chdb Tim Ford -Original Message- From: Anthony J. Biacco [mailto:abia...@formatdynamics.com] Sent: Thursday, March 05, 2009 2:01 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache port help There is no way for http://intranet to go dire

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
Yes I have IIS running on port 80 hosting another webpage on the same server that apache is installed on. Tim Ford -Original Message- From: Evan Platt [mailto:e...@espphotography.com] Sent: Thursday, March 05, 2009 1:59 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache port

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
There is no way for http://intranet to go directly to the web server on port 8080. You'd have to configure something on the web server on port 80 to forward to 8080 IN the port 80 web server, you could do a: RedirectPermanent / http://intranet:8080 But then that kind of defeats the purpose of your

RE: [us...@httpd] Apache port help

2009-03-05 Thread Evan Platt
At 10:53 AM 3/5/2009, you wrote: Okay, the reason why its running on port 8080 is because I have another webpage running on 80 on the same server. By 'another web page' I'm assuming you mean another webserver? So you'd need to look at whatever that webserver is, and perhaps a HTML page with a

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
Thanks, I have apache set to listen on port 8080. When I type http://intranet:8080 it works but I want my users to just type in http://intranet and apache converts it for them. Its either mod_rewrite or mod_proxy. thanks Tim Ford -Original Message- From: André Warnier [mailto:a...@ice

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
Okay, the reason why its running on port 8080 is because I have another webpage running on 80 on the same server. Tim Ford tf...@phmc.org -Original Message- From: Evan Platt [mailto:e...@espphotography.com] Sent: Thursday, March 05, 2009 1:45 PM To: users@httpd.apache.org Subject: Re: [u

Re: [us...@httpd] Apache port help

2009-03-05 Thread André Warnier
Tim Ford wrote: Hello, I am hosting my webpage on port 8080 so the address is http://intranet:8080 and you have to type that to get to it. Well I would just like it if my users just had to type http://intranet and apache will do the rest. I have tried the Rewrite and Proxy but with no luck. Could

Re: [us...@httpd] Apache port help

2009-03-05 Thread Evan Platt
At 10:33 AM 3/5/2009, you wrote: Hello, I am hosting my webpage on port 8080 so the address is http://intranet:8080 and you have to type that to get to it. Well I would just like it if my users just had to type http://intranet and apache will do the rest. I have tried the Rewrite and Proxy but wi

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
Stupid question..why not just run it on port 80? -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com -Original Message- From: Tim Ford [mailto:tf...@phmc.org] Sent: Thursday, March 05, 20

[us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
Hello, I am hosting my webpage on port 8080 so the address is http://intranet:8080 and you have to type that to get to it. Well I would just like it if my users just had to type http://intranet and apache will do the rest. I have tried the Rewrite and Proxy but with no luck. Could someone please he

Re: [us...@httpd] mod_proxy_ajp: (120010)APR does not understand this error code: proxy: AJP: request failed to (null) (*)

2009-03-05 Thread Torsten Krah
Am Donnerstag, 5. März 2009 16:10:54 schrieb Ivars Strazdiņš: > Could this help you? > http://www.jboss.org/community/docs/DOC-12529 thx - this helped. increasing packetSize on ajp connector + apache does work. Torsten -- Bitte senden Sie mir keine Word- oder PowerPoint-Anhänge. Siehe http://ww

Re: [us...@httpd] HTTP Server connection hangs

2009-03-05 Thread Eric Covener
On Thu, Mar 5, 2009 at 9:33 AM, ginsohn wrote: >> >> Hi, >> Thanks for the reply. I've tried to avoid explicit session.close(), and >> used response.finishedWriting() instead. Do I have to explicitly close the >> session? Can't I signal the client any other way? Sorry, I thought you were impleme

Re: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-05 Thread Eric Covener
On Thu, Mar 5, 2009 at 9:27 AM, Todd Simons wrote: > So then how would I do it?  Is it possible? Are you intentionally creating new threads for each response, or is it something your mail client / infrastructure is causing? It would also help your issue get attention if you selectively quoted an

Re: [us...@httpd] mod_proxy_ajp: (120010)APR does not understand this error code: proxy: AJP: request failed to (null) (*)

2009-03-05 Thread Ivars Strazdiņš
Could this help you? http://www.jboss.org/community/docs/DOC-12529 Ivars Going over the 8K AJP headers limits: The default size of a AJP package is 8K as the http headers are sent only in the first packet it could be needed to overcome the limit. To reach this you need to add packetSiz

Re: [us...@httpd] HTTP Server connection hangs

2009-03-05 Thread ginsohn
Eric Covener wrote: > > On Thu, Mar 5, 2009 at 7:27 AM, ginsohn wrote: >> >> Hello, >> I am rather unfamiliar with HTTP Server requirements. I am trying to >> implement a simple HTTP 1.1 server that receives a GET request, and >> transfers a 3gp (video) file to the client. All works fine excep

[us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-05 Thread Todd Simons
So then how would I do it? Is it possible? -Original Message- From: Peter Schober [mailto:peter.scho...@univie.ac.at] Sent: Thursday, March 05, 2009 3:37 AM To: users@httpd.apache.org Subject: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME T

Re: [us...@httpd] HTTP Server connection hangs

2009-03-05 Thread Eric Covener
On Thu, Mar 5, 2009 at 7:27 AM, ginsohn wrote: > > Hello, > I am rather unfamiliar with HTTP Server requirements. I am trying to > implement a simple HTTP 1.1 server that receives a GET request, and > transfers a 3gp (video) file to the client. All works fine except the fact > that the client gets

[us...@httpd] HTTP Server connection hangs

2009-03-05 Thread ginsohn
Hello, I am rather unfamiliar with HTTP Server requirements. I am trying to implement a simple HTTP 1.1 server that receives a GET request, and transfers a 3gp (video) file to the client. All works fine except the fact that the client gets the file, but does not close the connection. I do not have

Re: [us...@httpd] how to do a Password protection for a RewriteRule based VirtualHost

2009-03-05 Thread Krist van Besien
On Thu, Mar 5, 2009 at 11:01 AM, KK CHN wrote: > I know I can do it for directories but is it possible for RewriteRule > section ? How can we do it ? You can apply authentication to any URL using sections, and you can apply restrictions to proxying using sections. It's all in the manual

[us...@httpd] problems with mod_proxy_html

2009-03-05 Thread Vanko Eduard
Hi!I have 2 problems with mod_proxy_html:1.I need to rewrite only relative URLs but not absolute in scripts. My config: ProxyHTMLExtended On ProxyHTMLURLMap / /new/path RequestHeader unset Accept-EncodingThe problem is that this rewrites also absolute URLs - any advice?2.I need to rewrite URL i

[us...@httpd] problems with mod_proxy_html

2009-03-05 Thread Vanko Eduard
Hi!I have 2 problems with mod_proxy_html:1.I need to rewrite only relative URLs but not absolute in scripts. My config: ProxyHTMLExtended On ProxyHTMLURLMap / /new/path RequestHeader unset Accept-EncodingThe problem is that this rewrites also absolute URLs - any advice?2.I need to rewrite URL i

[us...@httpd] problems with mod_proxy_html

2009-03-05 Thread Vanko Eduard
Hi!I have 2 problems with mod_proxy_html:1.I need to rewrite only relative URLs but not absolute in scripts. My config: ProxyHTMLExtended On ProxyHTMLURLMap / /new/path RequestHeader unset Accept-EncodingThe problem is that this rewrites also absolute URLs - any advice?2.I need to rewrite URL i

[us...@httpd] how to do a Password protection for a RewriteRule based VirtualHost

2009-03-05 Thread KK CHN
ServerName mydomain.com RewriteEngine On RewriteRule ^/(.*) http://127.0.0.1:8081/VirtualHostBase/http/www.mydomain.com:80/site1/VirtualHostRoot/$1 [L,P] ErrorLog /var/log/apache/mysite.com/error_log CustomLog /var/log/apache/mysite.com/access.log combined Now every one can access the site

Re: [us...@httpd] MOD_PROXY Reverse Proxy

2009-03-05 Thread Peter Schober
* Todd Simons [2009-03-05 02:39]: > I assume that I would build a to match the > ProxyPass/ProxyPassReverse path statements? [..] > I tried this and it didn't work. http://httpd.apache.org/docs/2.2/en/mod/core.html#directory "Enclose a group of directives that apply only to the named file-system

Re: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access byclient IP Address - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-05 Thread Peter Schober
* Todd Simons [2009-03-05 00:25]: > Please confirm: > > > Allow from 10.3.2.0/24 > ProxyPass /dev3/app2/ http://internalhost3/dev3/app2/ > ProxyPassReverse /dev3/app2/ http://internalhost3/dev3/app2/ > > > ...when I made this modification, my apache fails to start Make sure