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
Try...
UserDir DISABLED
That should work.
-Arun
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
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:
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.
-
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.
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
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
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
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>
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
11 matches
Mail list logo