RE: [EMAIL PROTECTED] help interpreting error msg

2006-05-05 Thread Savage, Robert CTR USTRANSCOM J6
Victor, Good question. The permissions *looked* OK. I went ahead and added "Authenticated Users" to the ACL, and I'm no longer seeing that error in the log. I'm not quite done, though. I can get to the home page if I listen on port 80 and http://, but not yet on port 443 and https://. --Doc Robe

RE: [EMAIL PROTECTED] Re: Re: ASP on Apache

2006-05-05 Thread Gary W. Smith
I would concur but if this is for a class and if I was going to hand the code to an instructor I would want to make sure that it at least works on the instructors ASP platform.  This solution isn’t ASP but rather a similar platform for a scripting language.    But then again, I’m not tak

[EMAIL PROTECTED] LDAP on Apache 2 or PHP?

2006-05-05 Thread Gallardo, Lisa
Hi, I would like to connect to active directory using ldap. I'm a bit confused about the configuration though. If I use an apache module will this allow you to connect to AD in all applications or do you have to set it up for PHP, ASP as well? So you'd have it configured in Apache for stra

RE: [EMAIL PROTECTED] Re: Re: ASP on Apache

2006-05-05 Thread Wagner, Aaron
If you feel up to it, you can also install mod_perl and use Apache::ASP   http://www.apache-asp.org/index.html     Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations   "SELECT * FROM life     ORDER BY important_stuff ASC"   From: a nn [ma

RE: [EMAIL PROTECTED] Re: Re: ASP on Apache

2006-05-05 Thread Gary W. Smith
If you truly need asp then run it on a wintel box.  If you are using Linux you can run something like VMware and setup a virtual server or something.    From: a nn [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 12:41 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTE

RE: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-05 Thread stoddarn
Thanks for testing it for me. > > Thanks. Testing from the command line works perfectly: the URL above > produces a 302 redirect to > http://www.stoddardsoftware.com:8080/mobilemovies/m/nate which returns the > WML file. So no probs with the apache config. > > Testing with an online WAP browser (

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

2006-05-05 Thread John Hicks
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

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

2006-05-05 Thread Victor Trac
May not be exactly what you're looking for, but try: http://www.webta.org/projects/apachetop/ -Victor On 5/5/06, Stuart, Ed <[EMAIL PROTECTED]> 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 serve

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

2006-05-05 Thread Joshua Slive
On 5/5/06, Stuart, Ed <[EMAIL PROTECTED]> 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 con

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 show

[EMAIL PROTECTED] Session Count Question From a Newbie

2006-05-05 Thread Stuart, Ed
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 man

[EMAIL PROTECTED] More usage of network bandwidth with Apache Proxy Server

2006-05-05 Thread Saleem
Title: More usage of network bandwidth with Apache Proxy Server Hi, We have been using Apache Proxy Server and we have noticed some strange behavior w.r.t network usage. The network usage of Apache Proxy server and the client machine which is connected to it are being monitored. A do

RE: [EMAIL PROTECTED] Redirect Problem

2006-05-05 Thread Axel-Stéphane SMORGRAV
The requests will actually be processed by the rules of the correct named virtual host (according to the host header); the only problem is that the certificate the server will use for authenticating to the client is the one defined in the first of the virtual hosts. At the time of SSL session e

Re: [EMAIL PROTECTED] Directory Aliases Or Virtual

2006-05-05 Thread Bodo Eing
Broun Emmanuel wrote: Hello Am a newbie, doing research for instantiating models accross the internet. I installed Apache 2.05 but am failing to configure it for aliases, which i can do easily with IIS I want to be able to access different folders, other than the DocumentRoot but i wrote this

Re: [EMAIL PROTECTED] Question about setting up secure service

2006-05-05 Thread Krist van Besien
On 5/4/06, Bill Angus <[EMAIL PROTECTED]> wrote: Is there anything else I need to do to get SSL defined? You "define" SSL by passing the option -DSSL to apachectl or httpd when you start. Another option is to use "apachectl startssl" when starting, which is basically shorthand for doing "apach

RE: [EMAIL PROTECTED] Re: Re: ASP on Apache

2006-05-05 Thread Boyle Owen
> -Original Message- > From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] > Sent: Friday, May 05, 2006 10:39 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Re: Re: ASP on Apache > > > I think that I will try mod_adpdotnet. > > Is it easy to install mods? Do mod_adpdot

Re: [EMAIL PROTECTED] help interpreting error msg

2006-05-05 Thread Victor Trac
I've never tried using Apache on Windows, but it sounds like it may be a permissions error. Have you checked to see if the apache process has the proper permissions to read that file? -Victor On 5/4/06, Savage, Robert CTR USTRANSCOM J6 <[EMAIL PROTECTED]> wrote: I'm reconstructing a web ser

Re: [EMAIL PROTECTED] Re: Re: ASP on Apache

2006-05-05 Thread William A. Rowe, Jr.
> I think that I will try mod_adpdotnet. Is it easy to install mods? Do mod_adpdotnet support asp? It's easy to install mod_aspdotnet. As we've told you several times the free solutions don't support Microsoft ASP pages. Several options exist for ASP.NET, or writing your ASP pages in perl. -

Re: [EMAIL PROTECTED] why do I get a 304 when I replace a file with a changed version?

2006-05-05 Thread Krist van Besien
On 5/4/06, Jennifer R. Lee <[EMAIL PROTECTED]> wrote: Hello All - I have an issue with my Apache server that I do not understand. I am no Apache expert, so I am hoping someone within this forum can tell me if this is expected behavior, a config issue or a possible bug. I see nothing in the FA

Re: [EMAIL PROTECTED] Directory Aliases Or Virtual

2006-05-05 Thread Neil A. Hillard
Hi, Broun Emmanuel wrote: > Hello > Am a newbie, doing research for instantiating models accross the internet. I > installed Apache 2.05 but am failing to configure it for aliases, which i can > do easily with IIS > I want to be able to access different folders, other than the DocumentRoot > bu

[EMAIL PROTECTED] Directory Aliases Or Virtual

2006-05-05 Thread Broun Emmanuel
Hello Am a newbie, doing research for instantiating models accross the internet. I installed Apache 2.05 but am failing to configure it for aliases, which i can do easily with IIS I want to be able to access different folders, other than the DocumentRoot but i wrote this but it doesnt work. Alia

[EMAIL PROTECTED] Re: Re: ASP on Apache

2006-05-05 Thread a nn
Hi, Thank's everyone who answered me. I think that I will try mod_adpdotnet. Is it easy to install mods? Do mod_adpdotnet support asp? All I need is to use session, connection, request and other simple objects. It is for a school project, so I cant use asp.NET.   Thank you Artem NehamkinSas