[EMAIL PROTECTED] LDAPS authentication failure in Apache2

2005-10-14 Thread Craig R. Bina
I am running apache2-2.0.54 under Debian sarge on a PIII, with the following modules enabled: auth_ldap.load, cgid.load, ssl.load. All works fine for both http:// and https:// access. Cleartext LDAP (ldap://) authentication works fine, too, httpd.conf:LDAPSharedCacheFile /tmp/mod_ldap_cache.tm

Re: [EMAIL PROTECTED] Error on apachectl start

2005-10-14 Thread Boysenberry Payne
I forgot I am trying to get Apache 2.0.55 working. I had Apache 2.0.54 before this. It was working fine. Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Oct 14, 2005, at 5:36 PM, Boysenberry Payne wrote: I'm using OSX 10.3.9 and had the following error while trying

[EMAIL PROTECTED] Error on apachectl start

2005-10-14 Thread Boysenberry Payne
I'm using OSX 10.3.9 and had the following error while trying to start apache: Syntax error on line 255 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/mod_ssl.so into server: dyld: /opt/local/apache2/bin/httpd Undefined symbols:\n_X509_INFO_free\n_X509_free\n D

[EMAIL PROTECTED] Apache stalling when serving certain files

2005-10-14 Thread Anders Bruun Olsen
Hi, I have a server running Gentoo with Apache 2.0.54. When servering up certain files Apache sends headers but no data. So far it has only happened when with image files (JPEG and PNG). Not all image files are problematic, only some - I have a dir with three JPEG files taken directly from my digi

Re: [EMAIL PROTECTED] Status code of 104?

2005-10-14 Thread Mike McMullen
- Original Message - From: "Mike McMullen" <[EMAIL PROTECTED]> Hi All, I am noticing status code 104 in my ssl_access_log when people are trying to access pdf files. I've never seen a 104 before. What does this denote? I can't find anything on it. All people are doing is clicking o

[EMAIL PROTECTED] Status code of 104?

2005-10-14 Thread Mike McMullen
Hi All, I am noticing status code 104 in my ssl_access_log when people are trying to access pdf files. I've never seen a 104 before. What does this denote? I can't find anything on it. All people are doing is clicking on a link to a document. There is no CGI involved. TIA, Mike

Re: [EMAIL PROTECTED] Apache not working?

2005-10-14 Thread Nick Jones
--- Elizabeth Datig <[EMAIL PROTECTED]> wrote: > Help! I am very new to the Apache environment. I > installed Apache from a > mirror. I am not even sure if it is working. I do > know when I click start I > get a window that opens that says system cannot find > file specified. No > installed s

[EMAIL PROTECTED] Apache not working?

2005-10-14 Thread Elizabeth Datig
Help! I am very new to the Apache environment. I installed Apache from a mirror. I am not even sure if it is working. I do know when I click start I get a window that opens that says system cannot find file specified. No installed service named Apache2. I also want to install PHP but the instru

Re: [EMAIL PROTECTED] benchmarking - how to?

2005-10-14 Thread Chuck Amadi Systems Administrator
Hi I have in the past run the ab utility. The blurb about ab benchmarking tool. For getting a benchmark, you can use a tool called *ab*, or Apache Bench. This is a tool that comes with the Apache server. If you have Apache 1.3 or later installed on Linux, *ab* is included. On Windows it's include

Re: [EMAIL PROTECTED] Setup .htaccess on cgi-bin directory

2005-10-14 Thread Joshua Slive
On 10/14/05, budsz <[EMAIL PROTECTED]> wrote: > On 10/14/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > > Several issues here (it appears you are using a lousy tutorial from > > someplace): > > > > 1. The and lines should not be used. Check the > > documentation on this directive. > > OK, thx fo

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-14 Thread Joshua Slive
On 10/14/05, Warren Beldad <[EMAIL PROTECTED]> wrote: > what i did is, i really install new FC4 on another harddisk. > download apache_1.3.33.tar.gz > tar -xvzf apache_1.3.33.tar.gz > edit src/Configuration >EXTRA_CFLAGS=-DBIG_SECURITY_HOLE > > ./configure --prefix=/usr/local/apache --serve

Re: [EMAIL PROTECTED] urgent help needed for name based virtual hosts configuration problem

2005-10-14 Thread Joshua Slive
On 10/14/05, Sri <[EMAIL PROTECTED]> wrote: > hi Slive, > > thanks for your help.Yes i need to do the same thing i need to install > mod_suexec module to my existing apache 2 Please help me how to install this > module to existing one currently i have checked the existing modules it is > not there.

[EMAIL PROTECTED] benchmarking - how to?

2005-10-14 Thread Jay Paulson
I want to benchmark a php program I wrote and I know Apache has a benchmarking tool. However, I've never used it and I don't know a thing about benchmarking. What are some general rules of thumb for doing a benchmark? How would I use the benchmarking tool in Apache to get real world like results

RE: [EMAIL PROTECTED] Permission to access on my website!

2005-10-14 Thread Dott. Niro Vincenzo
It's true the problem is FW because they don't allow dynamic IP connection. Thanks for the answer On Fri, 2005-10-14 at 10:38 +0200, Boyle Owen wrote: > > -Original Message- > > From: Dott. Niro Vincenzo [mailto:[EMAIL PROTECTED] > > Sent: Freitag, 14. Oktober 2005 10:12 > > To: users@ht

Re: [EMAIL PROTECTED] Why wont apache start with this httpd.conf?

2005-10-14 Thread Joe Orton
On Thu, Oct 13, 2005 at 03:38:22PM +0200, Søren Neigaard wrote: > I have a strange problem on Fedora Core 4. I have edited my httpd.conf, > and now apache will not start when i use the /etc/init.d/httpd script, > but if do a configtest it says ok, and if i start apache manually with > /usr/sbin/

Re: [EMAIL PROTECTED] Setup .htaccess on cgi-bin directory

2005-10-14 Thread budsz
On 10/14/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > Several issues here (it appears you are using a lousy tutorial from > someplace): > > 1. The and lines should not be used. Check the > documentation on this directive. OK, thx for your reply. Would you give me a tutorial/URL about this rea

[EMAIL PROTECTED] Apache and the JVM

2005-10-14 Thread John Watt
Hi,   I have a Fedora Core 1 installation with its native HTTPD server (2.0.50) (all installed as root)   I am trying to invoke the JVM from an Apache module using the JNI_CreateJavaVM call and it crashes claiming:   > Error occurred during initialization of VM > Unable to load nativ

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-14 Thread Warren Beldad
what i did is, i really install new FC4 on another harddisk. download apache_1.3.33.tar.gz tar -xvzf apache_1.3.33.tar.gz edit src/Configuration   EXTRA_CFLAGS=-DBIG_SECURITY_HOLE ./configure --prefix=/usr/local/apache --server-uid=root --server-gid=root make make install /usr/local/apache/bin

RE: [EMAIL PROTECTED] Apache2 and servlet/JSP

2005-10-14 Thread Axel-Stéphane SMORGRAV
You need a servlet engine and AFAIK there is no Apache module that provides such functionality. -ascs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 14, 2005 12:13 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache2 and servlet/J

[EMAIL PROTECTED] Apache2 and servlet/JSP

2005-10-14 Thread simonere
Hi all, I have a question about apache 2. In your opinion exists a way to use servlet/JSP with apache 2 without using tomcat or others java web servers? I hope someone can help me. Thanks, simone re -- simone re email: [EMAIL PROTECTED] disclaimer: http://www.bls.it/disclaimer.txt ---

[EMAIL PROTECTED] apache server is not starting

2005-10-14 Thread Sri
Hi,    When ever i try to use apache2 restart command i am getting following error    ./apache2 restart Stopping web server: Apache2 ... no pidfile found! not running?.   Best Regards     Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

[EMAIL PROTECTED] mod_suexec module adding help required for apache2

2005-10-14 Thread Sri
Hi,    I am migrating my isp webhosting server apache1.3 to apache2 i am having big problem now.I am configuring the virtual hosts with CGI scripts to run as a specified user and Group to dothis i need to install "mod_suexec" module for apache2.I have installed from debian package apache2. How to a

[EMAIL PROTECTED] Urgent help needed for 400 error in Apache 1.3.33

2005-10-14 Thread anand.srinivasa
Hi All,   We just upgraded from Apache 1.3.28 to 1.3.33. We are seeing the following error intermittently and the request is throwing 400 error page.   Webserver Error Log: dx1\https\error_log.3(2656): [Tue Oct  4 14:43:41 2005] [error] [client 65.111.78.226] request failed: erroneous

RE: [EMAIL PROTECTED] Permission to access on my website!

2005-10-14 Thread Boyle Owen
> -Original Message- > From: Dott. Niro Vincenzo [mailto:[EMAIL PROTECTED] > Sent: Freitag, 14. Oktober 2005 10:12 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Permission to access on my website! > > > I need some help to understant how can the other people connect to my > we

Re: [EMAIL PROTECTED] urgent help needed for name based virtual hosts configuration problem

2005-10-14 Thread Sri
hi Slive,   thanks for your help.Yes i need to do the same thing i need to install  mod_suexec module to my existing apache 2 Please help me how to install this module to existing one currently i have checked the existing modules it is not there.   Thanks   Joshua Slive <[EMAIL PROTECTED]> wrote:

[EMAIL PROTECTED] Permission to access on my website!

2005-10-14 Thread Dott. Niro Vincenzo
I need some help to understant how can the other people connect to my webserver. I have a dynamic IP. If I try to connect to my webserver using localhost it works but if i try to use my IP adress I receive the answer connection refused. What I have to do? Thanks