Sander Temme wrote:
>
> I have not tried mod_perl. So far, I have only tried the default path
> through the installer, not more and not less than I describe.
Thanks Sander! Since I had validated 1.3/2.0 several times and 2.2 once
in it's final iteration, I'll trust your double check of 2.2 (who
Dear All,
I just modify the config again, but it still problem ( can't open the
web page ) :
NameVirtualHost *:443
DocumentRoot "/home/itawm/html"
ServerName webmail.ita.org.mo:443
ErrorLog /var/log/httpd/itawm-ssl-error.log
TransferLog /var/log/httpd/itawm-ssl-access.log
LogLevel warn
SSLEngin
Thanks Bill,
I posted your caveat too on http://www.apachelounge.com
Steffen
- Original Message -
From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>
To:
Sent: Sunday, 23 September, 2007 09:57
Subject: Re: [EMAIL PROTECTED] Binaries prepared for users@ win32 testing
Sander Temme wrot
There are other ways to do it.
You can use the Sambar Server (free version, http://www.sambarserver.info)
to automatically rotate the logs without stopping/starting Apache. I am
running Sambar just for the very handy utilities in it and do not serve
sites with it.
Sambar has a sophisticat
Dear All,
Just found the https can't be good for work...
#
# This is the Apache server configuration file providing SSL support.
# It contains the configuration directives to instruct the server how to
# serve pages over an https connection. For detailing information about
these
# directives s
Hi
I'm trying to reverse proxy a tomcat server with proxy_ajp.
If The path of the URL is identical to the path of ajp, sessions are
kept without a problem:
ProxyPass /abc/ ajp://localhost:8009/abc/
But if I do it like this:
ProxyPass / ajp://localhost:8009/abc/
sessions are not kept in tomcat.
I am an Information Technology student and I am taking PHP this semester. I
have downloaded and installed Apache and when I test it I get the messageIt
works! But when I try to open a page with Apache I get
HTTP 403 (Forbidden)
Forbidden You don't have permission to access
/PHP_
Hello Judy,
What is your environment ?
Edward.
Judy Hulsey wrote:
>
>
> I am an Information Technology student and I am taking PHP this
> semester. I have downloaded and installed Apache and when I test it I
> get the message
>
>
> It works!
>
> But when I try to open a page with Apache I get
I'm guessing your developing on a windows machine since I see C:/
What did you do to launch apache?
Did you change your conf file? If so what did you change? was it your
DirectoryRoot?
On 9/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hello Judy,
>
> What is your environment ?
>
> Edw
I am working from home with no network.
[EMAIL PROTECTED] wrote: Hello Judy,
What is your environment ?
Edward.
Judy Hulsey wrote:
I am an Information Technology student and I am taking PHP this semester. I
have downloaded and installed Apache and when I test it I get the messageIt
w
On 21.09.07 16:33, Axel-Stéphane SMORGRAV wrote: HTTPS and NameVirtualHost
> do not go well together. NVH is based on the Host header. However Apache
> cannot read the Host header before the SSL session has been established.
> But in order to establish the SSL session, Apache needs to know what
>
Hi,
I've downloaded mod_fastcgi-2.4.2-AP20.dll, I renamed it and put it in the
modules directory.
Then I put in httpd.conf:
LoadModule fastcgi_module modules/mod_fastcgi.dll
But if I try to start the server, it doesn't start because it says that the
module cannot be found. I also tried to u
On 9/23/07, Judy Hulsey <[EMAIL PROTECTED]> wrote:
> I get this error in my log files:
> [Sun Sep 23 10:06:45 2007] [error] [client 127.0.0.1] client denied by
> server configuration: C:/Course
> Technology/1687-5/Chapter.01/Chapter/DessertShop.html
This means you have Allow/Order/Deny directive
Hello,
I'm in a bit of a bind... the consultant I normally use is unavailable,
and I did something dumb... I upgraded apache from 2.0.58 to 2.2.6
without him being available, and now it won't start...
It was working fine before, so this is hopefully just a config issue,
and I'd appreciate an
On Sun, 23 Sep 2007 19:59:55 -0400
Charles Marcus <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm in a bit of a bind... the consultant I normally use is
> unavailable, and I did something dumb... I upgraded apache from
> 2.0.58 to 2.2.6 without him being available, and now it won't start...
Upgradin
Hi
I'm trying to reverse proxy a tomcat server with proxy_ajp.
If The path of the URL is identical to the path in ajp, sessions are
kept without a problem:
ProxyPass /abc/ ajp://localhost:8009/abc/
But if I do it like this:
ProxyPass / ajp://localhost:8009/abc/
sessions are not kept in tomcat.
On Sep 15, 2007, at 8:30 AM, Mark A. Craig wrote:
Nothing? No one has ever used rotatelogs.exe? Well, surely all
you pros out there are rotating your companies' logs somehow...
what and how are you doing it, and is it something I can use?
Rotatelogs should once again be usable as of 2.2.
On Sep 23, 2007, at 5:13 AM, Haim Ashkenazi wrote:
ProxyPass / ajp://localhost:8009/abc/
sessions are not kept in tomcat. every request is like a new one.
Is this a normal behavior? Is there a workaround for that?
Yes, because Tomcat will set a JSESSIONID cookie for path /abc, and
the brow
Hi,
I checked apache environment variables using cgi script.
env-test.pl
#!/usr/bin/perl
print "Content-type: text/html\n\n";
foreach $key(keys %ENV) {
print "$key --> $ENV{$key}";
}
http://localhost/cgi-bin/env-test.pl
-
GEOIP_CO
>
> apache just doed not have functionality of runtime re-configuration without
> restarting. Some of the functionality can be done through mod_perl, and
> surely most of the functionality can be done with addon module.
>
> However adding or removing of module usually causes reconfiguration of
> co
20 matches
Mail list logo