Re: [EMAIL PROTECTED] Session Count Question From a Newbie

2006-05-05 Thread maillists
On Fri, 2006-05-05 at 08:32 -0500, Stuart, Ed wrote:
 Hello all;
 
 I new to the administration of an Apache web server and am looking for a
 way to see how many clients are connected to the web server.  We're
 running Apache 2.0.46 on Red Hat AS 4. Netstat gives me connection info,
 but shows multiple connections for the clients.  How can I report how
 many clients are connected to the web server at a given time?
 
 Ed
 **Please apply a generous amount of all the usual disclaimers here.**
 
 

Hi,

To see live connections, you can use the following:
# watch tail /var/log/httpd/access_log

To report on connections over time, you might want to use something like
webalizer

Hope that helps,
Rick




-
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] Trouble with Apache ASP

2006-04-24 Thread maillists
Hi,

I am having some trouble with my ASP setup;

I am setting up a software package called Freeside and I have all that
set up right, but when I access a page, this is what returns in my
browser:

Errors Output 
 1. Not running uid freeside!
at /usr/local/etc/freeside/asp-global//global.asa line
70 , /usr/lib/perl5/site_perl/5.8.6/Apache/ASP.pm line 1521
Debug Output 
 1. Not running uid freeside!
at /usr/local/etc/freeside/asp-global//global.asa line
70 , /usr/lib/perl5/site_perl/5.8.6/Apache/ASP.pm line 1521
 2. 

this is in my apache error log:

[Sat Apr 22 12:04:12 2006] [error] [asp] [533] [error] Not running uid
freeside! at /usr/local/etc/freeside/asp-global//global.asa line 70
-- , /usr/lib/perl5/site_perl/5.8.6/Apache/ASP.pm line 1521
[Sat Apr 22 12:04:12 2006] [error] [asp] [533] [error] Can't call method
can on an undefined value
at /usr/local/etc/freeside/asp-global//global.asa line 78.
-- , /usr/lib/perl5/site_perl/5.8.6/Apache/ASP.pm line 1521

Im running gentoo linux with apache2. I set up the server to use suexec
and virtualhost and my perl cgi scripts run perfectly.

Anybody know where I should start?

Thanks
Rick








-
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 hacked to send spam!

2006-01-19 Thread maillists
Hello List, 

I have been trying to isolate attacks on my server where someone is
using apache to send spam from my host. I have been hit quite a bit in
the past 2 days. Some of my websites have web forms, but I'm pretty sure
that they are tight. 

This is a new
line item in my daily Logwatch in the sendmail area that just started to
appear with the spam attacks:

snip
Authentication warnings:
apache set sender to [EMAIL PROTECTED] using -f: 7 Times(s)
/snip
([EMAIL PROTECTED] is a real user on my host.)

Does anybody know what this means?
Where should I start to find the problem?

I am using Redhat9
Apache/2.0.40
php-4.2.2-17.2
sendmail-8.12.8-9.90
sendmail-cf-8.12.8-9.90
mailscanner-4.23-11
mailscanner-mrtg-0.05-3
clamav-0.88
Interchange 5.4

Thanks!
Rick

-
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 hacked to send spam!

2006-01-19 Thread maillists
On Thu, 2006-01-19 at 10:26 -0500, Mark McCulligh wrote:
 It most likely the php mail() function.  With the default install/config 
 when the mail() function sends an email it is sent by the Apache user.
 
 If it is going to someone you know over and over (aka a client) it could 
 be a contact us page.
 
 Mark.
 
 maillists wrote:

Thanks Mark,

The spam is going out to many outside addresses of the world (sorry
everybody, I need to be sentenced to community service or something for
this)

Does anybody know what the following is in my Logwatch under sendmail
area?

snip
Authentication warnings:
apache set sender to [EMAIL PROTECTED] using -f: 7 Times(s)
/snip

Thanks Again! and I apologize if any of you got hit by the spam!

Rick



-
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] httpd.conf

2006-01-19 Thread maillists
On Thu, 2006-01-19 at 12:20 -0200, info.raa wrote:
 Hi evetybody!
 
 Greetings.
 I have just starded learning apache.
 I'm using os x and apache 2.0.52.
 The server is running and i already undertand how virtual host works.
  From any computer of my lan i can see my intranet site.
 
 Here is my question:
 
 Can anyone send me an httpd.conf file with the configurations necessary 
 to run a member's only site?
 I have tried the following code inside a directory container, have 
 created a passwd folder and the proper user/password file, but had no 
 sucess.
 
 # Controls who can get stuff from this server.
 Order allow, deny
 Allow from 192.168
 Deny from all
 
 # Security measures
 AuthType Basic
 AuthName Restricted Files
 AuthUserFile /Library/Apache2/passwd/passwords
 Require valid-user
 
 Thanks!
 
 Best regards,
 
 Kbl_Master
 
 
 -
 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]

Hi,

You can use a simple script to manage users in the .htaccess file here
is a download:

http://corp.sover.net/support/webfaq/access.zip
here is more info:
http://corp.sover.net/support/webfaq/pass.shtml

If you need a full featured content management system, I would suggest
Interchange:

http://www.icdevgroup.org

Rick




-
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]