Re: [EMAIL PROTECTED] Virtual Hosts public_html Folder

2005-08-10 Thread David Blomstrom
OK, thanks for the tips.

--- Sean Conner [EMAIL PROTECTED] wrote:

 It was thus said that the Great David Blomstrom once
 stated:

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-10 Thread Axel-Stéphane SMORGRAV
Does your SSO application redirect to 

1. https://wd-cassrv1:8443/myapp, or 
2. http://extranet.myserver.com/MyApp ??

In case 1 you would need to add an extra ProxyPassReverse:

ProxyPassReverse https://wd-cassrv1:8443/myapp 
http://extranet.myserver.com/MyApp

It is ProxyPassReverse that modifies Location headers in HTTP 302 responses.

You may have a perfectly good reason to use mod_proxy_html, but remember that 
it's use implies parsing of the entire HTML contents returned by the proxy in 
order to rewrite the links within the HTML.

I believe that although hostnames are case insensitive, URL paths are, at least 
on Unix.

I would recommend you use LiveHTTPHeaders (Firefox) or HTTPWatch (MSIE) to get 
a trace of what happens during the sign-on/redirect sequence and post that 
trace. That will help pin-pointing exactly what is going on.

-ascs

-Original Message-
From: Shahzad Bhatti [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 11:54 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

One more thing, here is how my configuration looks like:
LoadFilemodules/zlib.so
LoadModule  publisher_modulemodules/mod_publisher.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule headers_module modules/mod_headers.so
LoadFilemodules/iconv.dll
LoadFilemodules/libxml2.dll
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_html_module modules/mod_proxy_html.so

ProxyPass /MyApp http://wd-prtlsrv1:8080/myapp/
ProxyPassReverse /MyApp http://wd-prtlsrv1:8080/myapp/
ProxyHTMLURLMap http://wd-prtlsrv1:8080/myapp   /MyApp/

ProxyPass /SingleSignOn https://wd-cassrv1:8443/SingleSignOn
ProxyPassReverse /SingleSignOn https://wd-cassrv1:8443/SingleSignOn
ProxyHTMLURLMap  https://wd-cassrv1:8443/SingleSignOn   /SingleSignOn


-Original Message-
From: Shahzad Bhatti 
Sent: Tuesday, August 09, 2005 4:47 PM
To: Shahzad Bhatti; users@httpd.apache.org
Subject: [EMAIL PROTECTED] mod_proxy/mod_proxy_html


 Hello,
I am trying to setup Reverse Proxy Server on Windows 2003 machine. I am 
 using Apache 2.0. 
The application uses a single-sign-on software, which redirects to the 
application upon successful
authentication. So, the user first accesses 
http://extranet.myserver.com/myapp, which is name of apache 
reverse proxy server. It redirects to the 
single-sign-on application
https://extranet.myserver.com/sso
Now, internally the application uses internal server names, so after 
successful login, the sso application uses
302/Location field in the header to redirect to the application server. 
However this is not caught by mod_proxy
and user can't access to the application. Is there any way to catch 
this at the reverse proxy so that it can rewrite
the internal server name.
 Thanks in advance.
 
 Regards,
 Shahzad Bhatti
 Integrated Software Specialists
 http://www.issintl.com
 1901 North Roselle Road, Suite 450
 Schaumburg, IL 60195
 Phone: 847-558-5342
 Fax: 847-240-5073
 
 
 
 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread robert rottermann

I get the following error when I run

rcapache2 config-check

on my SuSe box I get the warning:
[warn] NameVirtualHost 147.86.4.81:0 has no VirtualHosts

what could be the reason of that?
And how do I get rid of it?

thanks
Robert

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread Davide Bianchi
robert rottermann wrote:
 on my SuSe box I get the warning:
 [warn] NameVirtualHost 147.86.4.81:0 has no VirtualHosts
 what could be the reason of that?

You have an entry NameVirtualHost an no VirtualHost blocks.

 And how do I get rid of it?

fix your configuration

Davide


-- 
Microsoft is to Software as McDonalds is to Cuisine.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread robert rottermann

Thanks for your answer
Davide Bianchi wrote:

robert rottermann wrote:
 

on my SuSe box I get the warning:
[warn] NameVirtualHost 147.86.4.81:0 has no VirtualHosts
what could be the reason of that?
   


You have an entry NameVirtualHost an no VirtualHost blocks.

 

I do have virtual hosts, and thy are working

And how do I get rid of it?
   


fix your configuration

 

If I knew how ...
Robert

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread Davide Bianchi
robert rottermann wrote:
 fix your configuration
 
 If I knew how ...

Locate your httpd.conf (usually under /etc/something or use httpd -V to
see where apache thinks his config dir is), open it up with your
preferred editor, locate the offending line and comment it out.
Save the file, restart apache to see if he still complaints.

See the documentation about VirtualHost.

Davide

-- 
Linux: Where do you want to GO... Oh, I'm already there!
   -- Ewout Stam

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Why does Apache use up all my memory?

2005-08-10 Thread Joe Orton
On Tue, Aug 09, 2005 at 11:05:49AM -0400, George Adams wrote:
 I have an Apache 2.0.54 server on a Gentoo Linux (2.6.11) box which has 
 1Gig RAM and an additional 1Gig swap space.  The server handles a lot of 
 people downloading sermons from our church website (which are no larger 
 than 18Meg MP3 files), but I can't figure out how to keep the server from 
 running out of memory.
...
 And here's what the Apache /server-status URL showed earlier today (I had 
 just restarted the server, but it immediately filled up with download 
 requests, all from the same guy, apparently using a download accelerator 
 judging by the duplicate requests):
 
 Srv  PID M CPUReq Request
 0-015822W 0.48 0GET /out/181.mp3 HTTP/1.1
 1-015823W 0.001742573500GET /out/388.mp3 HTTP/1.1
 2-015824W 0.001742573499GET /out/238.mp3 HTTP/1.1

Are these all simple static files, or is /out/ handled by some CGI 
script etc?

...
 15853 apache18   0 98.9m  53m 2000 S  0.0  5.3   0:00.51 apache2

if when this happens, you can capture the output of e.g. strace -p 
15853 as root, that might help.

joe

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread robert rottermann

Davide Bianchi wrote:

robert rottermann wrote:
 

fix your configuration
 

If I knew how ...
   


Locate your httpd.conf (usually under /etc/something or use httpd -V to
see where apache thinks his config dir is), open it up with your
preferred editor, locate the offending line and comment it out.
Save the file, restart apache to see if he still complaints.

See the documentation about VirtualHost.

Davide

 

thanks again,
it is not that I do not know how to edit the config files,
I do not know how to get rid of the warning.

This is what I have (spread into two files)

NameVirtualHost 147.86.4.81
VirtualHost _default_:80 
 ServerName intranet.fh-aargau.ch
 ...
/VirtualHost
VirtualHost _default_:443
 ServerName intranet.fh-aargau.ch:443
 ...
/VirtualHost
VirtualHost 147.86.4.81:80 
 ServerName www.bwl-online.ch
 
/VirtualHost


The real problem I am trying to hunt down is that
www.bwl-online.ch
points to the _default_ VirtualHost

Robert


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] resume downloads

2005-08-10 Thread Chris Knipe





Hi,Something strangeBoth systems, FreeBSD 5.4, 
Apache-modssl (v1.3)via ports. The new server was installed to 
replace the old server that had some faulty hard drives.Apache's 
configuration, content, and other data was copied from the old server to the 
new one, the only thing modified in them, is the IP addresses that apache 
must bind to.On the old server, resumption of downloads worked. On 
the new server, it does not (server does not support 
resuming).Uhm... What can I possibly look at to try and resolve 
this???Thanks,Chris. 



Re: [EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread Davide Bianchi
robert rottermann wrote:
 Davide Bianchi wrote:
 
 robert rottermann wrote:
  

 fix your configuration
  

 If I knew how ...



 Locate your httpd.conf (usually under /etc/something or use httpd -V to
 see where apache thinks his config dir is), open it up with your
 preferred editor, locate the offending line and comment it out.
 Save the file, restart apache to see if he still complaints.

 See the documentation about VirtualHost.

 Davide

  
 
 thanks again,
 it is not that I do not know how to edit the config files,
 I do not know how to get rid of the warning.
 
 This is what I have (spread into two files)
 
 NameVirtualHost 147.86.4.81
 VirtualHost _default_:80 
  ServerName intranet.fh-aargau.ch
  ...
 /VirtualHost
 VirtualHost _default_:443
  ServerName intranet.fh-aargau.ch:443
  ...
 /VirtualHost
 VirtualHost 147.86.4.81:80 
  ServerName www.bwl-online.ch
  
 /VirtualHost
 
 
 The real problem I am trying to hunt down is that
 www.bwl-online.ch points to the _default_ VirtualHost

With this I take that you see the same DocumentRoot as the
default one. Apache will serve you the 'default' VHost any
time he can't make up which vhost you want from the header
of the request. This can be a problem in the request itself
(some proxies does scramble things around) or in the
configuration of the VHost.

Now, usually the NameVirtualHost part doesn't need an IP
address, nor the VirtualHost  directive. If you don't need to
bind the server to a specific IP you can just get out using
an asterisk (*).

NameVirtualHost *:80
NameVirtualHost *:443

VirtualHost _default_ *:80
ServerName ...
/VirtualHost

And so on and so forth.

More over, this

 VirtualHost _default_:80 

Should be VirtualHost _default_ 147.86.4.81:80 if you are
using the IP address in the NameVirtualHost directive.

See the documentation of Virtual Hosts.

Davide

-- 
C:\WINDOWS\RUN C:\WINDOWS\CRASH C:\ME\FDISK /usr/src/linux
   -- From a Slashdot.org post

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] resume downloads

2005-08-10 Thread enc on accela
Firewall rules? Keep-alive directive, etc.
-- 
Su pagarba,
Eimantas Vaičiūnas
VU Skaičiavimo centras
http://www.tinklas.vu.lt
Tel.: +370 5 236 6209
Fax.: +370 5 236 6204
Mob.: +370 680 91 505

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread robert rottermann

Thanks for your helb
now everything seems to work
Robert

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Managing enterprise deployments of Apache

2005-08-10 Thread Dale's Stuff

Nathan,

Check out http://webmin.com/

Open source and lets you manage multiple servers.

Dale


On Aug 9, 2005, at 1:19 PM, Nathan Benson wrote:


greetings fellow Apache users,

i've been looking around for solutions for managing enterprise (or
just larger) deployments of apache and have found some older projects
(comanche, mohawk, etc) that seem to be out of date and long since
abandoned.

i've also found the Novell Apache Manager which looks like what i'm
searching for, but it has next to no documentation.  it also seems to
be lacking pieces that would make it possible to use.

anyway, on to my point.  is there any OSS solutions (or any for that
matter, OSS or not) that anyone is using with success?  i'm looking
for the ability to manage current deployments/configurations
(httpd.conf) and roll out new deployments quickly and efficiently.

i figured i would ask the list before i started devoting my time to
rolling my own solution (that time would be better used contributing
to something already existing).

thanks for any ideas or information you have,
-nathan benson


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-10 Thread Shahzad Bhatti
Thanks Axel. I added 
ProxyPassReverse https://wd-cassrv1:8443/myapp 
http://extranet.myserver.com/MyApp
to httpd.conf as you suggested and installed LiveHttpHeaders. Here is what I see
- First I try to access my application:
#request# GET 
https://extranet.hendrickson-intl.com/wcs/mainMenu.html;jsessionid=78C32801769F0E5E3E3ACD4734453D28
- which takes me to the login screen
#request# GET 
https://extranet.hendrickson-intl.com/cas/login?service=http%3A%2F%2Fextranet.hendrickson-intl.com%3A80%2Fwcs%2Fj_security_check
- After successful login, it redirects me to the application
#request# GET 
http://extranet.hendrickson-intl.com/wcs/j_security_check?ticket=ST-3-eKsgSRqjcj0JyE5VqiYc
and I see following headers
GET /wcs/j_security_check?ticket=ST-3-eKsgSRqjcj0JyE5VqiYc HTTP/1.1
Host: extranet.hendrickson-intl.com:80
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) 
Gecko/20050511 Firefox/1.0.4
Accept-Encoding: gzip,deflate

- At this time, I see redirect:
HTTP/1.x 302 Moved Temporarily
Date: Wed, 10 Aug 2005 14:33:39 GMT
Server: Apache-Coyote/1.1
Location: 
https://wd-prtlsrv1:8443/hendrickson/j_security_check?ticket=ST-3-eKsgSRqjcj0JyE5VqiYc
Content-Length: 0
Content-Type: text/plain
So, my browser tries to connect to the internal host
#request# GET 
https://wd-prtlsrv1:8443/hendrickson/j_security_check?ticket=ST-3-eKsgSRqjcj0JyE5VqiYc
and fails.

Is there anything else I am missing. I should point out that in my httpd.conf, 
I am using reverse proxy
for more than one applications. Here is my config again:

# single-sign-on directives
ProxyPass /cas https://wd-cassrv1:8443/cas
ProxyPassReverse /cas https://wd-cassrv1:8443/cas
ProxyHTMLURLMap  https://wd-cassrv1:8443/cas/cas

# application directives
ProxyPass /wcs http://wd-prtlsrv1:8080/hendrickson/
ProxyPassReverse /wcs/ http://wd-prtlsrv1:8080/hendrickson/
# I just added following based on your suggestion:
ProxyPassReverse https://wd-prtlsrv1:8443/hendrickson/j_security_check 
http://extranet.hendrickson-intl.com/wcs/mainMenu.html
ProxyHTMLURLMap http://wd-prtlsrv1:8080/hendrickson /wcs/

Regards,
Shahzad Bhatti
Integrated Software Specialists
http://www.issintl.com
1901 North Roselle Road, Suite 450
Schaumburg, IL 60195
Phone: 847-558-5342
Fax: 847-240-5073






-Original Message-
From: Axel-Stéphane SMORGRAV
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 10, 2005 1:39 AM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html


Does your SSO application redirect to 

1. https://wd-cassrv1:8443/myapp, or 
2. http://extranet.myserver.com/MyApp ??

In case 1 you would need to add an extra ProxyPassReverse:

ProxyPassReverse https://wd-cassrv1:8443/myapp 
http://extranet.myserver.com/MyApp

It is ProxyPassReverse that modifies Location headers in HTTP 302 responses.

You may have a perfectly good reason to use mod_proxy_html, but remember that 
it's use implies parsing of the entire HTML contents returned by the proxy in 
order to rewrite the links within the HTML.

I believe that although hostnames are case insensitive, URL paths are, at least 
on Unix.

I would recommend you use LiveHTTPHeaders (Firefox) or HTTPWatch (MSIE) to get 
a trace of what happens during the sign-on/redirect sequence and post that 
trace. That will help pin-pointing exactly what is going on.

-ascs

-Original Message-
From: Shahzad Bhatti [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 11:54 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

One more thing, here is how my configuration looks like:
LoadFilemodules/zlib.so
LoadModule  publisher_modulemodules/mod_publisher.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule headers_module modules/mod_headers.so
LoadFilemodules/iconv.dll
LoadFilemodules/libxml2.dll
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_html_module modules/mod_proxy_html.so

ProxyPass /MyApp http://wd-prtlsrv1:8080/myapp/
ProxyPassReverse /MyApp http://wd-prtlsrv1:8080/myapp/
ProxyHTMLURLMap http://wd-prtlsrv1:8080/myapp   /MyApp/

ProxyPass /SingleSignOn https://wd-cassrv1:8443/SingleSignOn
ProxyPassReverse /SingleSignOn https://wd-cassrv1:8443/SingleSignOn
ProxyHTMLURLMap  https://wd-cassrv1:8443/SingleSignOn   /SingleSignOn


-Original Message-
From: Shahzad Bhatti 
Sent: Tuesday, August 09, 2005 4:47 PM
To: Shahzad Bhatti; users@httpd.apache.org
Subject: [EMAIL PROTECTED] mod_proxy/mod_proxy_html


 Hello,
I am trying to setup Reverse Proxy Server on Windows 2003 machine. I am 
 using Apache 2.0. 
The application uses a single-sign-on software, which redirects to the 
application upon successful
authentication. So, the user first accesses 
http://extranet.myserver.com/myapp, which is name of 

[EMAIL PROTECTED] [P] flag in mod_rewrite

2005-08-10 Thread Anthony Browne








 What
does the [P] flag in mod_rewrite use to proxy requests? For example, the only
way to rewrite a request and proxy it is with the [P] flag after the rewrite. I
havent been able to find a way to proxy requests after a rewrite with
mod_rewrite without using the [P] flag. Apache seems to apply rules from
mod_proxy before rules from mod_rewrite and, if a mod_proxy rule applies, the
mod_rewrite rules are skipped. Why is this the case and is there a way around
this?








Re: [EMAIL PROTECTED] [P] flag in mod_rewrite

2005-08-10 Thread Joshua Slive
On 8/10/05, Anthony Browne [EMAIL PROTECTED] wrote:
 What does the [P] flag in mod_rewrite use to proxy requests? For
 example, the only way to rewrite a request and proxy it is with the [P] flag
 after the rewrite. I haven't been able to find a way to proxy requests after
 a rewrite with mod_rewrite without using the [P] flag. Apache seems to apply
 rules from mod_proxy before rules from mod_rewrite and, if a mod_proxy rule
 applies, the mod_rewrite rules are skipped. Why is this the case and is
 there a way around this? 

There is no way around this that I know of besides manually messing
with module ordering, which is not usually a good idea.

But the real question is: why would you need to do this?  If you are
already processing a request with mod_rewrite then it is usually much
clearer if you use mod_rewrite to ask for the proxying as well. 
mod_rewrite doesn't actually do the proxying, but simply handes it
back to mod_proxy.  So, for example, the following two directives are
essentially identical in effect (except perhaps in very special
cases):

ProxyPass /foo http://bar
RewriteRule ^/foo(.*) http://bar$1 [P]

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] apache question??

2005-08-10 Thread bruce
hi...

i just discovered that i can fire up a browser from my FC3 environment, and
that i can do file:///home/foo and i'm presented with a list of the files
in the directory, and that i can then examine the files

obviously i don't want this behavior is there some attribute/directive
that i can set within the apache conf file that will prevent this from
occuring.

i've been searching google/apache but can't seem to find what i'm missing..

thanks

-bruce
[EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] apache question??

2005-08-10 Thread Ivan Barrera A.

bruce wrote:
 hi...
 
 i just discovered that i can fire up a browser from my FC3 environment, and
 that i can do file:///home/foo and i'm presented with a list of the files
 in the directory, and that i can then examine the files
 
 obviously i don't want this behavior is there some attribute/directive
 that i can set within the apache conf file that will prevent this from
 occuring.
 
 i've been searching google/apache but can't seem to find what i'm missing..


Dude.. apache doesn't have ANYTHING to do with this firefox is
browsing through your local folders, not through a webserver



 
 thanks
 
 -bruce
 [EMAIL PROTECTED]
 
 
 
 -
 The official User-To-User support forum of the Apache HTTP Server Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] apache question??

2005-08-10 Thread Joshua Slive
On 8/10/05, bruce [EMAIL PROTECTED] wrote:
 hi...
 
 i just discovered that i can fire up a browser from my FC3 environment, and
 that i can do file:///home/foo and i'm presented with a list of the files
 in the directory, and that i can then examine the files
 
 obviously i don't want this behavior is there some attribute/directive
 that i can set within the apache conf file that will prevent this from
 occuring.

Nope.  This has nothing to do with apache.  Your browser is grabbing
the files directly from the filesystem.  (Turn off your server to
prove it.)  To control that, you need to change filesystem
permissions.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: [EMAIL PROTECTED] apache question??

2005-08-10 Thread Ivan Barrera A.
Ivan Barrera A. wrote:
 bruce wrote:
 
hi...

i just discovered that i can fire up a browser from my FC3 environment, and
that i can do file:///home/foo and i'm presented with a list of the files
in the directory, and that i can then examine the files

obviously i don't want this behavior is there some attribute/directive
that i can set within the apache conf file that will prevent this from
occuring.

i've been searching google/apache but can't seem to find what i'm missing..
 
 
 
 Dude.. apache doesn't have ANYTHING to do with this firefox is
 browsing through your local folders, not through a webserver

Where i put firefox , i meant the browser


 
 
 
 
thanks

-bruce
[EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -
 The official User-To-User support forum of the Apache HTTP Server Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] apache question??

2005-08-10 Thread Roger B.A. Klorese

bruce wrote:


hi...

i just discovered that i can fire up a browser from my FC3 environment, and
that i can do file:///home/foo and i'm presented with a list of the files
in the directory, and that i can then examine the files

obviously i don't want this behavior




Why do you obviously not want this behavior

You should use file permissions to keep users from accessing files.  
Otherwise, what difference is there whether you do it with a shell, an 
explorer, or a browser?  Or should that be 


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Re: apache question??

2005-08-10 Thread Joost de Heer
bruce said:
 hi...

 i just discovered that i can fire up a browser from my FC3 environment,
 and
 that i can do file:///home/foo and i'm presented with a list of the
 files
 in the directory, and that i can then examine the files

The file:// protocol isn't handled by Apache.

Joost


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] mod_cache returning 304 status on non-conditional requests (mod_mem_cache, 2.0.54)

2005-08-10 Thread M. Alex Hankins
Hi, I'm running httpd 2.0.54 on Solaris with mod_mem_cache and
mod_deflate.

I noticed that in less than 2d 10h of uptime, we started getting broken
images on one of our pages.  Packet analysis showed that httpd was
returning a 304 Not Modified response to requests for images that were
not conditional.  Specifically, there were no request headers starting
with If.

Is this a new bug?  Is it related to the 2005-05-21 thread mod_cache
deliver 304 instead of (not so) stale cache on the apache-httpd-dev
list [
http://marc.theaimsgroup.com/?l=apache-httpd-devm=111670599704955w=2
]?

I also saw error messages (in error_log) that looked similar to the
following.  Can anyone confirm or deny whether they are related?

[Wed Aug 10 11:28:28 2005] [error] [client 10.1.1.1] (130)Software
caused connection abort: mod_asis: ap_pass_brigade failed for file
/foo/bar/frob.js.asis, referer: http://host.domain/alex/


Disabling mod_cache seems to have solved the problem, for some
definition of solved; I'd really like my cache back.  *grin*


Thanks in advance,
Alex Hankins

-- 
http://www.fastmail.fm - IMAP accessible web-mail


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]