You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Cody Harris <hc...@ns.sympatico.ca> on 2003/05/14 23:17:54 UTC

[users@httpd] Bandwidth Metering

Is there any way i can say:
(documentroot)/user can have a bandwidth quota of 500 mb per month?

Using apache 2.0 on Windoze.



---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Bandwidth Metering

Posted by Mac Serve <ma...@ns.sympatico.ca>.
It's a mailing list, Cody. And you are not on MSN.


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Bandwidth Metering

Posted by Cody Harris <hc...@ns.sympatico.ca>.
If you must know, ask me on MSN. This is not the place to do that!

At 09:06 PM 5/14/2003 -0300, you wrote:
>What are you doing that for??
>
>
>---------------------------------------------------------------------
>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: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Turning of indexing

Posted by Cody Harris <hc...@ns.sympatico.ca>.
I don't know how much you know, but:
vim /etc/httpd/conf/commonhttpd.conf
hit ESC then "i" to start editing.
To save: ESC, :, w
Exit: ESC, : , q

A couple editing tips (this is from console). If running from KDE or Gnome, 
use gedit. Don't forget to restart apache (apachectl 
start|stop|restart|graceful)

These tips may seem small, but they can be really helpful if you are a 
newbie (which all of us were at one point).


At 04:52 PM 5/14/2003 -0400, you wrote:
>I am a recent convert to the APACHE way of life. The gui of M$ is nice but
>secrity was  problem. now i am unsure how to do alot of simple things --for
>example i need to turn off indexing of the folders so the user either gets a
>forbidden message or a not found response. So they are not able to see the
>who structure of my folders.
>
>so how you do turn of indexing?
>
>---------------------------------------------------------------------
>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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Turning of indexing

Posted by Sander Holthaus - Orange XL <in...@orangexl.com>.
Don't forget to look in the Apache docs! A lot of effort has gone into good
documentation, so try to use it. Especially if you want a secure
installation, since it contains some good points in this area.

Kind Regards and good luck,
Sander Holthaus

-----Original Message-----
From: Rich Bowen [mailto:rbowen@rcbowen.com] 
Sent: donderdag 15 mei 2003 0:09
To: users@httpd.apache.org
Subject: Re: [users@httpd] Turning of indexing


On Wed, 14 May 2003, gregory haley wrote:

> I am a recent convert to the APACHE way of life. The gui of M$ is nice 
> but secrity was  problem. now i am unsure how to do alot of simple 
> things --for example i need to turn off indexing of the folders so the 
> user either gets a forbidden message or a not found response. So they 
> are not able to see the who structure of my folders.
>
> so how you do turn of indexing?

Look for a line in your configuration file that starts with "Options" Remove
"Indexes" from that line.

-- 
Rich Bowen - rbowen@rcbowen.com
Author - Apache Administrator's Guide http://www.ApacheAdmin.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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Turning of indexing

Posted by Rich Bowen <rb...@rcbowen.com>.
On Wed, 14 May 2003, gregory haley wrote:

> I am a recent convert to the APACHE way of life. The gui of M$ is nice but
> secrity was  problem. now i am unsure how to do alot of simple things --for
> example i need to turn off indexing of the folders so the user either gets a
> forbidden message or a not found response. So they are not able to see the
> who structure of my folders.
>
> so how you do turn of indexing?

Look for a line in your configuration file that starts with "Options"
Remove "Indexes" from that line.

-- 
Rich Bowen - rbowen@rcbowen.com
Author - Apache Administrator's Guide
http://www.ApacheAdmin.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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Turning of indexing

Posted by Jeff Cohen <su...@gej-it.com>.
If you have in your conf file anything that looks like: Options Indexes,
change to: 
Options -Indexes, when removing the word Indexes, you don't allow but you do
not permit, by doing (-) you deny Indexes command.

All the best,
Jeff Cohen
Jeff@GEJ-IT.com
Tel. (416) 917-2324
www.GEJ-IT.com
GEJ-IT Networks!

> -----Original Message-----
> From: gregory haley [mailto:gregory13@hotmail.com]
> Sent: Wednesday, May 14, 2003 4:52 PM
> To: users@httpd.apache.org
> Subject: [users@httpd] Turning of indexing
> 
> I am a recent convert to the APACHE way of life. The gui of M$ is nice but
> secrity was  problem. now i am unsure how to do alot of simple things
--for
> example i need to turn off indexing of the folders so the user either gets
a
> forbidden message or a not found response. So they are not able to see the
> who structure of my folders.
> 
> so how you do turn of indexing?
> 
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Turning of indexing

Posted by gregory haley <gr...@hotmail.com>.
I am a recent convert to the APACHE way of life. The gui of M$ is nice but
secrity was  problem. now i am unsure how to do alot of simple things --for
example i need to turn off indexing of the folders so the user either gets a
forbidden message or a not found response. So they are not able to see the
who structure of my folders.

so how you do turn of indexing?

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Bandwidth Metering

Posted by Cody Harris <hc...@ns.sympatico.ca>.
I'm going to shop, err, look around. It must be possible, because people do 
it :D.

At 08:17 AM 5/15/2003 -0700, you wrote:
>I would like to find out what info he collects on his answer.  I am not on
>any other listmails, so, whatever he finds out I would like o know.  Heck
>just a starting place would be good info!
>
>
>Steve
>
>
>---------------------------------------------------------------------
>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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Bandwidth Metering

Posted by Steve Campbell <st...@forerunners.org>.
I would like to find out what info he collects on his answer.  I am not on
any other listmails, so, whatever he finds out I would like o know.  Heck
just a starting place would be good info!


Steve


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Bandwidth Metering

Posted by Mac Serve <ma...@ns.sympatico.ca>.
What are you doing that for??


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org