> I used wget. It is a little hard to capture with firefox because the
> redirect gets followed before you have a chance to examine where you
> are. And it can't be done manually (via telnet) because you are using
> ssl.
HTTPS manual testing can be done with:
openssl s_client -connect server:port
Joshua Slive пишет:
On 4/14/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
That's relatively easy. In the first vhost, use something like
ServerAlias 1*.domain.com 2*.domain.com 3*.domain.com ...
I forgot to say, you'll also need to reorder the two
sections, because requests that don't match an
On 4/14/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
That's relatively easy. In the first vhost, use something like
ServerAlias 1*.domain.com 2*.domain.com 3*.domain.com ...
I forgot to say, you'll also need to reorder the two
sections, because requests that don't match any ServerName/ServerAl
On 4/14/07, Dmitriy Gorbenko <[EMAIL PROTECTED]> wrote:
The problem in that I should process domains like [0-9]*.domain.com by
one way, and domain names like [a-z]{3}.domain.com by another.
This what I need:
ServerName [0-9]*.domain.com
ProxyRequests Off
ProxyPass / htt
megaspaz пишет:
Serveralias supports * but I'm not sure if it supports the regex you want, but
if it's one vhost, then ServerAlias *.some.domain should work for you.
On Saturday 14 April 2007 11:05 am, Dmitriy Gorbenko wrote:
Hi all
I would like to create a VirtualHost to process domain n
Serveralias supports * but I'm not sure if it supports the regex you want, but
if it's one vhost, then ServerAlias *.some.domain should work for you.
On Saturday 14 April 2007 11:05 am, Dmitriy Gorbenko wrote:
> Hi all
>
> I would like to create a VirtualHost to process domain names such as
> [0
Hi all
I would like to create a VirtualHost to process domain names such as
[0-9]*.some.domain. Currently, ServerName directive did not support
regular expressions, but maybe I can do it by another way ?
Thanks.
-
The offi
Hey Ofloo,
On Apr 14, 2007, at 5:47 AM, Ofloo wrote:
This might be an ignorant question, but it bothers me, I have
created a
session I left my browser open for a week and yet the session still
exists.
Is this normal !? I checked session_cache_expire and this is set to
180
(default) but af
This might be an ignorant question, but it bothers me, I have created a
session I left my browser open for a week and yet the session still exists.
Is this normal !? I checked session_cache_expire and this is set to 180
(default) but after one week all variables still exist..
--
View this message
Hi, I keep getting the following error when trying to use dbm files for
authentication:
[Sat Apr 14 13:22:01 2007] [error] [client 127.0.0.1] (2)No such file or
directory: could not open dbm (type SDBM) auth file:
/opt/services/apache/htdocs/dbmpasswd
The htaccess is:
AuthType basic
AuthNam
--- Joshua Andrews <[EMAIL PROTECTED]> wrote:
> I am reviewing technical possibilities for calling
> COBOL programs via CGI to
> read mainframe flat-file data. I would probably
> compile the COBOL to
> executables and then pass parameters.
>
> My main questions are:
>
> 1. Has anyone else don
11 matches
Mail list logo