Re: [EMAIL PROTECTED] apache client authentication problem (somewhat long)

2006-11-29 Thread Kenneth Svee
LCACertificateFile-directive (if you need no more than this CA-cert one for your server). See docs for more info. The whole dealio is that the webserver needs the exact CA-cert that signed the client-cert to verify the clients. Rgds, Kenneth Svee -

Re: [EMAIL PROTECTED] Illegal Instruction

2006-11-17 Thread Kenneth Svee
want to try 'ldd ' to see if the binaries (e.g. bin/httpd and modules/mod_ssl.so) links to the correct SSL-libs. Rgds, Kenneth Svee - The official User-To-User support forum of the Apache HTTP Server Project. See http:

Re: [EMAIL PROTECTED] Illegal Instruction

2006-11-17 Thread Kenneth Svee
cause of the > "Illegal Instruction". Check your httpd.conf to see if the 'ssl_module' is loaded with LoadModule. If you run into problems, the docs are invaluable: http://httpd.apache.org/docs/2.2/ssl/ Rgds, Kenneth Svee

Re: [EMAIL PROTECTED] Can't start Apache 2.0.59

2006-11-06 Thread Kenneth Svee
A-based PEM-encoded certificates are supported: http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslcertificatefile Rgds, Kenneth Svee - The official User-To-User support forum of the Apache HTTP Server Project. See http://http

Re: [EMAIL PROTECTED] Apache load balancing

2006-11-06 Thread Kenneth Svee
ho.com/resin-3.0/install/cse-apache.xtp#balance (What you want is to check out the CauchoHost- and CauchoBackup-directives.) Rgds, Kenneth Svee - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [EMAIL PROTECTED] httpd fails to start - XmlInitUnknownEncoding error, Solaris 10

2006-10-27 Thread Kenneth Svee
-package as specified on the sunfreeware-site[1]. Your httpd-binary might be picking up the incorrect version of the Expat libs. [1] http://www.sunfreeware.com/programlistsparc10.html#apache2 Rgds, Kenneth Svee - The official User-

Re: [EMAIL PROTECTED] Load Balancing using multiple network interfaces

2006-10-25 Thread Kenneth Svee
ore like a routing issue on your server. All traffic from your box most likely go out through a default gateway. You'd need at least one gateway-definition for each physical interface in the routing table on your box to make it send traffic out through both interfaces. Rgds, Kenneth Svee --

Re: [EMAIL PROTECTED] LDAP Authentication error

2006-10-24 Thread Kenneth Svee
,dc=neptune,dc=effigent,dc=net? > uid > require valid-user > You'll need to add: AuthBasicProvider ldap as well. See the docs: http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html Rgds, Kenneth Svee - T

Re: [EMAIL PROTECTED] Apache 2.2.3 and 'File Descriptor Limits'

2006-10-24 Thread Kenneth Svee
[ Jim Jagielski ] > On Sep 27, 2006, at 9:13 AM, Kenneth Svee wrote: > >> [ Jim Jagielski ] >> >>> Kenneth Svee wrote: >>>> >>>> I've ported the old config to Apache 2.2, and we're about 11 >>>> vhosts over the limit on

Re: [EMAIL PROTECTED] Trouble Compiline httpd-2.2.3

2006-10-16 Thread Kenneth Svee
in pgsqls case. See the docs[1] for details. If you run "configure --help" that should also give you some information. [1] http://www.postgresql.org/docs/ Rgds, Kenneth Svee - The official User-To-User support forum of

Re: [EMAIL PROTECTED] Trouble Compiline httpd-2.2.3

2006-10-13 Thread Kenneth Svee
7; >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory `/usr/local/pkg/httpd-2.2.3/support' >>> make: *** [all-recursive] Error 1 >>> >>> I have compile this OK on a few other Fedora boxes without problems >>> and thi

Re: [EMAIL PROTECTED] Trouble Compiline httpd-2.2.3

2006-10-09 Thread Kenneth Svee
Error 1 > > I have compile this OK on a few other Fedora boxes without problems > and this has me stumped. Has anyone seen this error before? Make sure you have the PostgreSQL-libraries installed correctly. Rgds, Kenneth Svee

Re: [EMAIL PROTECTED] Apache 2.2.3 and 'File Descriptor Limits'

2006-09-27 Thread Kenneth Svee
[ Jim Jagielski ] > Kenneth Svee wrote: >> >> I've ported the old config to Apache 2.2, and we're about 11 vhosts >> over the limit on the new build. The 1.3.37-server works. The >> 2.2.3-server starts if i comment out 11 vhosts. With 10 vhosts >>

[EMAIL PROTECTED] Apache 2.2.3 and 'File Descriptor Limits'

2006-09-27 Thread Kenneth Svee
27;s the proper way to do this for Apache 2.2.3? Also: should the flag be put in EXTRA_CFLAGS instead of CFLAGS? What's the difference? Thanks for any help on this. [1] http://httpd.apache.org/docs/1.3/misc/descriptors.html [2] http://httpd.apache.org/docs/2.0/misc/descriptors.html [3] http://htt

Re: [EMAIL PROTECTED] Installing Apache 2.2.3 with authnz_ldap

2006-09-04 Thread Kenneth Svee
libraries installed. Do a 'ldd /path/to/bin/httpd' to see which binaries it links to. Rgds, Kenneth Svee - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/users

Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-20 Thread Kenneth Svee
but a quick apt-cache search did not reveal anything. Again, try the Ubuntu forum. Rgds, Kenneth Svee - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html&g