Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread David Garvey
Are you using openssl libs? Do you want a dso? http://www.issociate.de/board/post/44936/Compiling_mod_ssl_as_a_DSO.html On Thu, Jun 24, 2010 at 2:44 PM, Audrey Lee wrote: > A clue: > > > http://mail-archives.apache.org/mod_mbox/httpd-dev/200901.mbox/%3c495eb674.1050...@kippdata.de%3e > > It works

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
A clue: http://mail-archives.apache.org/mod_mbox/httpd-dev/200901.mbox/%3c495eb674.1050...@kippdata.de%3e It works for me on Solaris. Those symbols (without the leading underscore) are referenced indeed by ab.c, but they should be in your libcrypto (BIO*) resp. libssl (SSL*). Are you sure, that

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
Google returns a lot of hits on: Undefined symbols _BIO_set_callback_arg On 6/24/10, Audrey Lee wrote: > Well, > > > I did this: > - Carefully read /pt/tmp/httpd-2.2.15/INSTALL > - ./configure --prefix=/pt/apache --enable-ssl --with-port=8123 > --with-sslport=8443 > - ./make > > I bumpe

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
Well, I did this: - Carefully read /pt/tmp/httpd-2.2.15/INSTALL - ./configure --prefix=/pt/apache --enable-ssl --with-port=8123 --with-sslport=8443 - ./make I bumped into this error from make: /usr/share/apr-1/build-1/libtool --silent --mode=link gcc -L/usr/lib -L/opt/local/lib -o ab

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
Herald and Jeff, Thanks for the responses! I feel like I'm making progress. Here is what my modules directory looks like: /pt/apache/modules: total used in directory 24 available 35223120 drwxr-xr-x 3 maco staff 102 Jun 19 12:41 . drwxr-xr-x 14 maco staff 476 Jun 19 12:41 ..

Re: [us...@httpd] .htaccess deny question

2010-06-24 Thread Tom Evans
On Thu, Jun 24, 2010 at 5:22 PM, Industrial Blue wrote: > Here you are: > > order allow,deny > deny from 12.3.80 > deny from 12.3.81 > ... > deny from *n\.example.com > ErrorDocument 403 "This IP is blocked." > allow from all > > > That's it!  Thanks for any help. > That is incorrect syntax. It w

Re: [us...@httpd] .htaccess deny question

2010-06-24 Thread Industrial Blue
Here you are: order allow,deny deny from 12.3.80 deny from 12.3.81 ... deny from *n\.example.com ErrorDocument 403 "This IP is blocked." allow from all That's it! Thanks for any help. From: Igor Cicimov To: users@httpd.apache.org Sent: Wed, June 23, 2010 1

Re: [us...@httpd] Oops, no RSA or DSA server certificate found for

2010-06-24 Thread Eric Covener
On Thu, Jun 24, 2010 at 9:10 AM, Javier Arancibia wrote: > > Hi, i have this error in apache 2 server, i have configured the server with > 3 hosts based ip. > > [error] Oops, no RSA or DSA server certificate found for domain.com > > In some cases the server run ok but in other case i have the

[us...@httpd] Oops, no RSA or DSA server certificate found for

2010-06-24 Thread Javier Arancibia
Hi, i have this error in apache 2 server, i have configured the server with 3 hosts based ip. [error] Oops, no RSA or DSA server certificate found for domain.com In some cases the server run ok but in other case i have the error. Javier Arancibia Ingeniería | NACION SEGUROS Te.(011)431999

Re: [us...@httpd] httpd.conf: Invalid argument

2010-06-24 Thread Carlos _
No creo que sea eso , ademas le he forzado con PidFile a ponerlo explicitamente en una ruta y sigue produciendo el mismo error. 2010/6/24 Antonio Vidal Ferrer > Carlos: > > > > > > No puede ser que tengas el fichero de pid ya creado en algún sitio con > permisos para otro usuario, y simplement

RE: [us...@httpd] httpd.conf: Invalid argument

2010-06-24 Thread Antonio Vidal Ferrer
Carlos: No puede ser que tengas el fichero de pid ya creado en algún sitio con permisos para otro usuario, y simplemente el problema es que intenta crear el fichero de pid y no puede? Un saludo Toni Vidal. De: Carlos _ [mailto:sigb...@gmail.com] Enviado el: jueves, 24 de junio de 2010 11:32

Re: [us...@httpd] httpd.conf: Invalid argument

2010-06-24 Thread Carlos _
Hi, myuser is the same user as i login in the machine, it isn't a diferent user Carlos 2010/6/24 Krist van Besien > On Mon, Jun 21, 2010 at 8:30 AM, Carlos _ wrote: > > Hi, i have checked permissions and they are ok, the sintax of the file i > > think is ok. About the default httpd.conf i onl

Re: [us...@httpd] Redirect Monit port to Apache2

2010-06-24 Thread Josu Lazkano
Thanks, I try to remove but nothing, I get 404 error: ProxyPass /monit http://192.168.1.1:2812 ProxyPassReverse /monit http://192.168.1.1:2812 Order deny,allow Allow from all Thanks and regards. 2010/6/24 Frank Gingras : > > > On 06/23/2010 07:57 PM, Josu Lazkano wrote: >> >> I

Re: [us...@httpd] httpd.conf: Invalid argument

2010-06-24 Thread Krist van Besien
On Mon, Jun 21, 2010 at 8:30 AM, Carlos _ wrote: > Hi, i have checked permissions and they are ok,  the sintax of the file i > think is ok. About the default httpd.conf i only make two changes > Listen --> 80 to 7000 > User and Group --> nobody to myuser. > > I compiled Apache with the option --pr

Re: [us...@httpd] Add new site

2010-06-24 Thread Matus UHLAR - fantomas
On 23.06.10 10:38, Josu Lazkano wrote: > Hello, this is my first post on this mail-list. I search on the web > for questions and I got different solution, so I decided to write here > to have best opinion about it. > > I have a Debian Lenny server with apache2 stable package installed, it > works

Re: [us...@httpd] Confused about SSL and Internet Explorer vs nokeepalive

2010-06-24 Thread Baljeet Nijjhar
Hi I altered my ssl.conf to do the following: SetEnvIf User-Agent "MSIE[1-5]" nokeepalive ssl-unclean-shutdown force-response-1.0 downgrade-1.0 SetEnvIf User-Agent "MSIE[6-99]" ssl-unclean-shutdown to distinguish between older and newer versions of the browser. regards, Baljeet. On Wed, Jun 2