[EMAIL PROTECTED] child pid 28594 exit signal Segmentation fault (11)

2006-01-12 Thread Arun G Nair
Hi list,    I get this error in my error_log. Its apache 1.3. I get this when I use 'ab' to benchmark. What could be the reason ? $ ab -n 1000 -c 10 /index.php Server Software:    Apache/1.3.33 Server Hostname:    66.160.128.92 S

Re: [EMAIL PROTECTED] How to disable public_html

2006-01-11 Thread Arun G Nair
Try...     UserDir DISABLED That should work. -Arun

Re: [EMAIL PROTECTED] howto configure apache to serve requests without explicitly defining a port number in the URL

2006-01-11 Thread Arun G Nair
I think you can do that with a redirection rule in your firewall.On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Everyone,I would appreciate any information on configuring apache to run on a nonstandard port, however serving requests without explicitly defining theport number in the UR

Re: [EMAIL PROTECTED] apache and multiple SSL certificates

2006-01-11 Thread Arun G Nair
Are you trying to do name based virtual hosting with SSL ? As you may have read from the docs, its not possible. You can go for wildcard certs if the domain is same. Else you'll need separate certs for each SSL VirtualHost on different IP's AFAIK. - ArunOn 1/11/06, Noah <[EMAIL PROTECTED]> wrote:

[EMAIL PROTECTED] verify error:num=20:unable to get local issuer certificate

2006-01-10 Thread Arun G Nair
Hi all,     I get this error when trying to connect to my SSL enabled site with openssl's s_client. "verify error:num=20:unable to get local issuer certificate"  I have purchased a CRT signed by AddTrust External Root CA through Comodo. -

Re: [EMAIL PROTECTED] Both IP based and name based virtual host on same server.

2005-09-13 Thread Arun G Nair
Hi all,    Atlast I got it working So name based virtual hosting *is* possible with mod_ssl. --httpd.conf- < IfModule mod_ssl.c > Listen 443 Listen 80 AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl< / IfModule >< IfModule mod_ssl.

Re: [EMAIL PROTECTED] Both IP based and name based virtual host on same server.

2005-09-13 Thread Arun G Nair
On 9/13/05, Davide Bianchi <[EMAIL PROTECTED]> wrote: Arun G Nair wrote:>  Ok changed it, 'n restarted. Now it says connection refused. posrt> 80 is not listening ? 'netstat -an' shows 172.16.2.0.80No it is listening, but you need to connect to THAT ip address, not 1

Re: [EMAIL PROTECTED] Both IP based and name based virtual host on same server.

2005-09-13 Thread Arun G Nair
On 9/13/05, Davide Bianchi <[EMAIL PROTECTED]> wrote: Arun G Nair wrote:> NameVirtualHost 172.16.2.0:80 <http://172.16.2.0:80>>> If you used 172.16.2.0:80 in the NameVirtualHost directive, you needto repeat it in all the VirtualHost blocks. Ok changed it, 'n restart

Re: [EMAIL PROTECTED] Both IP based and name based virtual host on same server.

2005-09-13 Thread Arun G Nair
For certificates - http://slacksite.com/apache/certificate.html BTW, I have a spare IP. But can't get ssl to work. Relevant parts from httpd.conf include: httpd.conf- Listen 172.16.2.0:80Listen 172.16.2.10:443skip## mod_ssl ## AddType application/x-x509-ca-cert

Re: [EMAIL PROTECTED] Both IP based and name based virtual host on same server.

2005-09-13 Thread Arun G Nair
If its possible, how ? I haven't created any certs, just used that came default.On 9/13/05, Davide Bianchi <[EMAIL PROTECTED] > wrote:Arun G Nair wrote:> use for development. Now we need a virtualhost with SSL support. After > going through the docs I found that SSL with Name based virtual host is>

[EMAIL PROTECTED] Both IP based and name based virtual host on same server.

2005-09-13 Thread Arun G Nair
Hi list,    We have Apache 1.3 running on debian (172.16.2.0). We have several name based virtual hosts that we use for development. Now we need a virtualhost with SSL support. After going through the docs I found that SSL with Name based virtual host is not possible. So I'll need an IP based virt