I have a Windows 2000 Server running DNS and have configured it to be it's own
name server, actually both name servers. In Apache 2.0.47 how do I redirect
calls to ns1.mydomain,com to www.mydomain.com? I'm using virtual hosts and have
set up my default host as:
NameVirtualHost 192.168.0.7:80
I have 3 SSL sites configured on the server.
Two are working absolutely fine and for the one I am configuring now -
doesn't work. Here's the output of manual test. Please suggest.
# openssl s_client -connect :443
CONNECTED(0003)
18069:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknow
Hi all,
Is it possible to install 2 versions of Apache on the same computer if using
Windows XP?
I have tried running the installer a second time, but it give the following
error:
Windows Installer
Another version of this product is already installed. Installation of this
version cannot c
Troy Moseley wrote:
In Apache 2.0.47 how do I redirect calls to ns1.mydomain,com to
www.mydomain.com? I'm using virtual hosts and have set up my default host as:
you can use
NameVirtualHost 192.168.0.7:80
ServerName www.mydomain.com
ServerAlias mydomain.com
DocumentRoot "/Sites/mydomain/
Some more verbosity
# openssl s_client -connect :443 -state -debug
CONNECTED(0003)
SSL_connect:before/connect initialization
write to 080AECC8 [080AF208] (142 bytes => 142 (0x8E))
- 80 8c 01 03 01 00 63 00-00 00 20 00 00 39 00 00 ..c... ..9..
0010 - 38 00 00 35 00 00 16 00-00 13 00
Hello,
I have tried the following 2 virtualhosts for testing if mod_proxy module
works:
NameVirtualHost 127.0.0.1:85
# This is the proxy:
ServerName localhost
DocumentRoot e:/web/localhost/html
Options +Indexes
Allow from all
ProxyRequests Off
ProxyPass / http://localhost:86/
ProxyPassRe
Hi,
I'm new to .htaccess. I'd like to do the following:
I'd like to disallow all requests for all files and subdirectories in a
certain directory, except for the index file (index.pl) for that one
directory (not for the subdirectories). I'd also prefer if the index.pl
file could still be accessed
On the http://httpd.apache.org page, for both of the last releases it has
stated something along the lines of:
"This version of Apache is a major release and the start of a new stable
branch, and represents the best available version of Apache HTTP Server. New
features include Smart Filtering, Imp
Hacking around this weekend in search of a way to build Apache 2.2.4,
I downloaded the latest version of openSSL and built it into
directory /tmp/098,
then included that dir and MPM=prefork in the "production" configure
command:
./configure --prefix=/usr/local/apache2.2.4 --with-mpm=prefork
Though I don't have a response yet. Issue already resolved
Hope this helps someone else
I had V-hosts on same IP for http and https
On the former
was changed to
and that's it. Since I didn't have the port # 80, the server didn't
allow the SSL connection to the 443 port, it was intercepted by the
Hi all,
I am looking to embed Apache HTTP server in my C Program, so that I
can programtically create virtual directories on the fly. This will aslo
help me to better control my environement. Any body has done something
similar?
Thanks,
Sreejith
11 matches
Mail list logo