Re: [EMAIL PROTECTED] Apache/2.2.3 on windows not shutting down

2007-01-31 Thread Octavian Rasnita
I have also encountered this problem, but when running Apache as a normal installed web server (as a service). I have tried: net stop apache2.2 It tried stopping the service for some time, but without success. I have also tried httpd -k stop But it doesn't want to shut it down. I have also tr

Re: [EMAIL PROTECTED] Apache 2.2.4 problem

2007-01-31 Thread Владимир Андреев
I tried to use Win32DisableAcceptEx directive - it did not solved the problem! Server again terminates, but in error log no messages about errors appears. >You did something wrong - you installed junky software that breaks the >advanced sockets API's. > >Try DisableWin32AcceptEx in your config -

Re: [EMAIL PROTECTED] Apache/2.2.3 on windows not shutting down

2007-01-31 Thread William A. Rowe, Jr.
Sam Carleton wrote: > > httpd -k shutdown > > This should be preferred over pressing Control-C because this lets > Apache end any current operations and clean up gracefully. > > > But it does not work. Does anyone know why? I know it is better to > run it as a service,

[EMAIL PROTECTED] Apache/2.2.3 on windows not shutting down

2007-01-31 Thread Sam Carleton
My windows GUI app is starting apache and needs to shut it down before it exits. I have tried following the manual: You can tell a running Apache to stop by opening another console window and entering: httpd -k shutdown This should be preferred over pressing Control-C

Re: [EMAIL PROTECTED] RewriteRule

2007-01-31 Thread Joshua Slive
On 1/31/07, Javier Martínez Fernández <[EMAIL PROTECTED]> wrote: Thanks, but I can't understand this. I'm a newbie on apache config. Some more help, please? El 31/01/2007, a las 21:04, Joshua Slive escribió: > On 1/31/07, Javier Martínez Fernández <[EMAIL PROTECTED]> wrote: >> I'm making a rew

Re: [EMAIL PROTECTED] Apache 2.2.4 problem

2007-01-31 Thread William A. Rowe, Jr.
You did something wrong - you installed junky software that breaks the advanced sockets API's. Try DisableWin32AcceptEx in your config Владимир Андреев wrote: > Hi! I was configuring Apache server and discovered one problem. > Originally in in file httpd.conf I set up directive Listen 192.168.13.

[EMAIL PROTECTED] Re: .htaccess LogOn Oddity

2007-01-31 Thread Jonesy
On Mon, 29 Jan 2007 11:09:30 -0500, Bob Cohen wrote: > > I password protect some areas on some web sites on my server > using .htaccess. I'm currently running httpd 2.0.49 compiled from > source on a RedHat 7.3 web server. For some reason unknown to me, > the logon screen never works on the

Re: [EMAIL PROTECTED] mounted file system for DocumentRoot

2007-01-31 Thread Jesse Ross
Hi Jim, I missed this response earlier - sorry. Could you please send the line from your conf file where you set the DocumentRoot? Also, the log you sent is an apache access log - is there any information in the apache error log when you start up the server with the samba DocumentRoot? As

Re: [EMAIL PROTECTED] RewriteRule

2007-01-31 Thread Javier Martínez Fernández
Thanks, but I can't understand this. I'm a newbie on apache config. Some more help, please? El 31/01/2007, a las 21:04, Joshua Slive escribió: On 1/31/07, Javier Martínez Fernández <[EMAIL PROTECTED]> wrote: I'm making a rewrite rule and I'm having problems with the "?" character Read the

[EMAIL PROTECTED] chunked Transfer-Encoding forbidden

2007-01-31 Thread Jesse Ross
Hello, I'm trying to set up a SOAP service, which is running on an internal machine, to be visible from our main web server. I've set up a reverse Proxy as follows on our main web server: ProxyPass /obfuscated/url http://internalhost:6060/obfuscated/url ProxyPassReverse /obfuscated/

RE: [EMAIL PROTECTED] httpd.conf for Alias and DocumentRoot usage

2007-01-31 Thread Crosland, Jerel
Excuse the bandwidth, but may I suggest this URL instead: http://preview.tinyurl.com/2s6jn2 Jerel Crosland x3187 Make sure all variables are initialized before use. -Original Message- From: Sander Temme [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 11:28 AM To: users@http

[EMAIL PROTECTED] Apache 2.2.4 problem

2007-01-31 Thread Владимир Андреев
Hi! I was configuring Apache server and discovered one problem. Originally in in file httpd.conf I set up directive Listen 192.168.13.191:80 (192.168.13.191 is one of computer's IP addresses). Then I started server. All was OK. Then I again open http.conf file and changed Listen directive to *:80

Re: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Bob Cohen
On Jan 31, 2007, at 11:42 AM, Sander Temme wrote: Save your new config in a separate file, and start httpd 2.2.4 with the -f option. You can even specify an alternative Listen port number in that new file so you can run the two concurrently. Thank you one and all for your thoughtful re

Re: [EMAIL PROTECTED] RewriteRule

2007-01-31 Thread Joshua Slive
On 1/31/07, Javier Martínez Fernández <[EMAIL PROTECTED]> wrote: I'm making a rewrite rule and I'm having problems with the "?" character Read the box labeled "Note: Query String" under http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule Joshua. -

Re: [EMAIL PROTECTED] Locating the terminal's IP

2007-01-31 Thread Darren Spruell
On 1/31/07, Liz Kim <[EMAIL PROTECTED]> wrote: So if I wanted to protect a site on server C to only allow access to certain IP's (say including A's IP). If A connects to B then has B make the requests, there is no way for C to receive any information about A's IP? Therefore the client may be deni

Re: [EMAIL PROTECTED] Frame Question.

2007-01-31 Thread Darren Spruell
On 1/31/07, Robert Cahn <[EMAIL PROTECTED]> wrote: Apologies if this is slightly off topic. [snip] fails. Can anyone suggest how to fix this problem with IE or where else to submit this question? A web development forum. Hopefully one that still supports the use of frames. DS -

[EMAIL PROTECTED] RewriteRule

2007-01-31 Thread Javier Martínez Fernández
I'm making a rewrite rule and I'm having problems with the "?" character My rule is this RewriteRule ^([a-z0-9-]+)/?([a-z0-9-]+)?/?([0-9]+)?\?([a-z0-9=]+)?$ index.php?controller=$1&action=$2&id=$3&$4 [NC,L] and the url I test is "http://localhost:/kmodo/something/more/1? mivar=5" It doesn

Re: [EMAIL PROTECTED] httpd.conf for Alias and DocumentRoot usage

2007-01-31 Thread Sander Temme
On Jan 31, 2007, at 10:58 AM, Noah wrote: Reposting since I have not received specifc help for my situation. Yes you have: http://mail-archives.apache.org/mod_mbox/httpd-users/200701.mbox/% [EMAIL PROTECTED] S. -- [EMAIL PROTECTED]http://www.temme.net/sander/ PGP FP: 51B4 872

[EMAIL PROTECTED] httpd.conf for Alias and DocumentRoot usage

2007-01-31 Thread Noah
apache-2.2.4 joomla-1.0.12 Reposting since I have not received specifc help for my situation. So I want to keep the joomla directory in a path that has nothing to do with the site's DocumentRoot. I am assuming this brings more security. But what I'd like to do is take out the need for joom

Re: [EMAIL PROTECTED] Locating the terminal's IP

2007-01-31 Thread Liz Kim
So if I wanted to protect a site on server C to only allow access to certain IP's (say including A's IP). If A connects to B then has B make the requests, there is no way for C to receive any information about A's IP? Therefore the client may be denied from being access the site... correct? What

[EMAIL PROTECTED] Frame Question.

2007-01-31 Thread Robert Cahn
Apologies if this is slightly off topic. I have a page which is composed of 2 frames. The code for the page is as follows: In the navigation section I have a link to bringing up a login page in maintext. If the UID, PW check out I then issue the following: echo " self.l

Re: [EMAIL PROTECTED] Locating the terminal's IP

2007-01-31 Thread Darren Spruell
On 1/31/07, Liz Kim <[EMAIL PROTECTED]> wrote: Hi, This may be a simple question but I am a bit confused... Any input will be appreciated!! If the client is on a machine A then logs on to a different server B using ssh... then starts a web browser from the ssh and tries to access a site on serv

Re: [EMAIL PROTECTED] Virtual Hosts Reference/Tutorial Help?

2007-01-31 Thread Darren Spruell
On 1/31/07, Ralph E. Brickley <[EMAIL PROTECTED]> wrote: I have been using Apache for a couple years now, but have never dug any deeper than getting PHP and MySQL running with a server so I can program software. I'm Hoping someone has a good point of reference that I can learn quickly how to setu

[EMAIL PROTECTED] Locating the terminal's IP

2007-01-31 Thread Liz Kim
Hi, This may be a simple question but I am a bit confused... Any input will be appreciated!! If the client is on a machine A then logs on to a different server B using ssh... then starts a web browser from the ssh and tries to access a site on server C. I've noticed that in the access logfiles,

[EMAIL PROTECTED] Virtual Hosts Reference/Tutorial Help?

2007-01-31 Thread Ralph E. Brickley
I have been using Apache for a couple years now, but have never dug any deeper than getting PHP and MySQL running with a server so I can program software. I'm Hoping someone has a good point of reference that I can learn quickly how to setup up sub domains (virtual hosts) on my server. Thanks f

[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

Re: [EMAIL PROTECTED] Question about ProxyPass

2007-01-31 Thread Joshua Slive
On 1/30/07, Phill Edwards <[EMAIL PROTECTED]> wrote: When I go to this URL now I get this error back: Directory Listing Denied This Virtual Directory does not allow contents to be listed You didn't quite understand my suggestion. You can't just use the link http://serveys.homeserver.home/ (fr

[EMAIL PROTECTED] Rewrite Issue only with IE

2007-01-31 Thread SOPRO
Hi all! I'm having problems with the RewriteRule below only with IE (Firefox works fine!). I'm not posting the rewrite.log here because it shows the same thing when I use IE or Firefox. In a Google search, a guy said that IE hangs on some URL redirects (code 302). Do you have any idea to solve t

Re: [EMAIL PROTECTED] Cache Control

2007-01-31 Thread Ian Mac
Seems I was getting the Cache-Control: with the information from the first 'Header set Cache-Control ' but nothing from the second. With the code I quoted last I now get an initial 'Cache-Control: no-cache, max-age=86400' with any images being got 'Cache-Control: max-age=518400' Gregor Schneider

Re: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Sander Temme
On Jan 31, 2007, at 8:25 AM, Bob Cohen wrote: Start just by trying it - fire up 2.2.4 with each of the configs and see what complaints you get... Thanks Owen. How do I preserve the ability to retreat to the original set ups should it be necessary? Save your new config in a separate fil

Re: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Sander Temme
On Jan 31, 2007, at 7:49 AM, Bob Cohen wrote: I need to upgrade two servers to 2.2.x, one is running 2.0.49 http://httpd.apache.org/docs/2.2/upgrading.html the other 1.3.29. http://httpd.apache.org/docs/2.0/upgrading.html Will I be able to use the httpd.conf files from the original serve

Re: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Bob Cohen
On Jan 31, 2007, at 10:59 AM, Boyle Owen wrote: 'm not being facetious - it really all depends on what directive you are using. Many directive (the vast majority) are completely unchanged and will work without editing. Others (esp related to caching, mod_auth etc) have changed significantly

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-31 Thread Krist van Besien
On 1/31/07, tyju tiui <[EMAIL PROTECTED]> wrote: Hi Boyle, I'm actually only interested in finding out how to evaluate the query-string portion of an incoming URL to trigger custom log events. I got the Query_String var from [EMAIL PROTECTED] who initially responded to my request for help (see

Re: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Bob Cohen
On Jan 31, 2007, at 10:56 AM, Gerard wrote: Bob Cohen wrote: What OS are you employing? Oh sorry RedHat 7.3 - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.

RE: [EMAIL PROTECTED] Apache 2.0.58 + Solaris 5.9: status "...reading..." & TCP state "FIN_WAIT_2"

2007-01-31 Thread Chirouze Olivier
Your different experiences are very interesting. I think we will soon play with these params too :-) Thanks a lot! Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Krist van Besien [mailto:[EMAIL PROTECTED] > Sent: 31 January 2007

Re: [EMAIL PROTECTED] Apache 2.0.58 + Solaris 5.9: status "...reading..." & TCP state "FIN_WAIT_2"

2007-01-31 Thread Krist van Besien
On 1/31/07, Chirouze Olivier <[EMAIL PROTECTED]> wrote: Hi John, Thanks a lot for your response. 30 seconds sounds so much more normal than 8 minutes to me... I guess if you have that and didn't change back, it means you didn't get any side effects? We are currently running several productio

Re: [EMAIL PROTECTED] suEXEC and RewriteRule

2007-01-31 Thread Florian Effenberger
Hi Olivier, I'm not exactly sure RewriteRule accepts all sorts of regex, such as "?". But if so, I guess the following should do: RewriteRule ^/projects/design/(.?) http://www.mydoma.in/~michael/$1 [P] And below: RewriteRule ^/projects/design/ - [F] Or even: RewriteRule .* - [F] That wou

Re: [EMAIL PROTECTED] rewrite rule problem

2007-01-31 Thread Krist van Besien
On 1/31/07, Kailash Vyas <[EMAIL PROTECTED]> wrote: Hi I need some help regarding rewrite rule. for example http://example.com/kailash/test should redirect to http://example.com/test?name=kailash I have written this rule for redirection RewriteRule ^([^/]+)/([^/]+)/?$http://example.com/

RE: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Boyle Owen
> -Original Message- > From: Bob Cohen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 31, 2007 4:50 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Upgrade Question > > I need to upgrade two servers to 2.2.x, one is running 2.0.49 the > other 1.3.29. > Will I be a

Re: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread William A. Rowe, Jr.
Bob Cohen wrote: > I need to upgrade two servers to 2.2.x, one is running 2.0.49 the other > 1.3.29. Will I be able to use the httpd.conf files from the original > server configurations or will I have to do those from scratch? Also > what other issues do I have to deal with to make the transitio

Re: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Gerard
Bob Cohen wrote: > I need to upgrade two servers to 2.2.x, one is running 2.0.49 the > other 1.3.29. Will I be able to use the httpd.conf files from the > original server configurations or will I have to do those from > scratch? Also what other issues do I have to deal with to make the

[EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Bob Cohen
I need to upgrade two servers to 2.2.x, one is running 2.0.49 the other 1.3.29. Will I be able to use the httpd.conf files from the original server configurations or will I have to do those from scratch? Also what other issues do I have to deal with to make the transition smooth? Bob C

Re: [EMAIL PROTECTED] Cache Control

2007-01-31 Thread Gregor Schneider
Hi Ian, great your problem is solved now, however, could you pls. describe what didn't work with the other solution (SetEnvIf & Mod_headers)? I'm just curious since this is working for us. What headers are you getting xactly now? Just "Expires", I assume, and no "Cache-Control:" - right? Cheer

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-31 Thread tyju tiui
Hi Boyle, I'm actually only interested in finding out how to evaluate the query-string portion of an incoming URL to trigger custom log events. I got the Query_String var from [EMAIL PROTECTED] who initially responded to my request for help (see below). Any idea as to how I can get to the quer

Re: [EMAIL PROTECTED] Cache Control

2007-01-31 Thread Ian Mac
I couldn't get that to work though the Live HTTP Headers extension to Firefox is very handy. In the end this is the code snippet that worked . LoadModule expires_module "modules/mod_expires.so" # turn on the module for this directory ExpiresActive on # set the default to 24 hours ExpiresDe

[EMAIL PROTECTED] rewrite rule problem

2007-01-31 Thread Kailash Vyas
Hi I need some help regarding rewrite rule. for example http://example.com/kailash/test should redirect to http://example.com/test?name=kailash I have written this rule for redirection RewriteRule ^([^/]+)/([^/]+)/?$http://example.com/$2?name=$1 This works fine but if the url is http://

[EMAIL PROTECTED] Improved status page?

2007-01-31 Thread Chirouze Olivier
Hi, I was wondering: do any of you know about a better status page than the one provided by mod_status on http://myserver/status? I feel like the "machine readable" (http://myserver/status?auto) is just the same thing with less information ;-) I haven't manage to find modules for this. However sta

RE: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-31 Thread Boyle Owen
> -Original Message- > From: tyju tiui [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 30, 2007 7:55 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf > > It doesn't work ... a simple > > 'SetEnvIf Query_String "^.+$'" dolog' >

Re: [EMAIL PROTECTED] Cache Control

2007-01-31 Thread Ian Mac
Greg, wow, thanks for that, this looks very useful. Very much appreciated, thank you. Ian. Gregor Schneider wrote: > > Rather than looking at Ethereal, get yourself a copy of Firefox and > install the plugin "LiveHttpHeaders" > (https://addons.mozilla.org/firefox/3829/) - saved us a lot of time

RE: [EMAIL PROTECTED] Apache 2.0.58 + Solaris 5.9: status "...reading..." & TCP state "FIN_WAIT_2"

2007-01-31 Thread Chirouze Olivier
Hi John, Thanks a lot for your response. 30 seconds sounds so much more normal than 8 minutes to me... I guess if you have that and didn't change back, it means you didn't get any side effects? Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message-

RE: [EMAIL PROTECTED] suEXEC and RewriteRule

2007-01-31 Thread Chirouze Olivier
I'm not exactly sure RewriteRule accepts all sorts of regex, such as "?". But if so, I guess the following should do: RewriteRule ^/projects/design/(.?) http://www.mydoma.in/~michael/$1 [P] And below: RewriteRule ^/projects/design/ - [F] Or even: RewriteRule .* - [F] That would make a call