Dear Maria, It appears from your situation that you have just installed / about to install Apache package over your SUN system but getting the SSL / TLS error. You got to install the appropriate module over the default binary . There is another little hard but stable way.. i.e to compile apach
On 8/18/06, Simone, John <[EMAIL PROTECTED]> wrote:
Joshua:
Thanks for your reply. Do you think an upgrade might resolve the issue?
Maybe. I can't think of any recent changes in apache httpd that would
relate to this, but perhaps there is something in php.
Joshua.
-
Joshua:
Thanks for your reply. Do you think an upgrade might resolve the issue?
John Simone
Web Site Administrator
Centenary College
o: +1 (908) 852-1400 x.2231
m: +1 (973) 255-0106
-Original Message-
From: [EMAIL PROTECTED] on behalf of Joshua Slive
Sent: Fri 8/18/2006 1:02 PM
To: us
On 8/18/06, Valerie Elliott <[EMAIL PROTECTED]> wrote:
I have recently installed Apache 2.2.3 on Windows XP in console mode. The
notes under "Testing the Installation" say that in response to my entering
http://localhost:8080/ Apache should display a welcome page and a link to
the Apache manual.
I have recently installed Apache 2.2.3 on Windows XP in console mode. The
notes under "Testing the Installation" say that in response to my entering
http://localhost:8080/ Apache should display a welcome page and a link to
the Apache manual. The page that is actually displayed only says "It
works
On 8/18/06, Simone, John <[EMAIL PROTECTED]> wrote:
[Fri Aug 18 11:19:41 2006] [notice] child pid 26825 exit signal
Segmentation fault (11)
This means something "very bad" is happening. It probably indicates a
bug in the source code of php or apache. To find out exactly where,
see:
http://ht
I can get the ErrorDocument directive to work with a fully qualified
URL, but not with a local URL path. From reading newsgroup posts I
it was the result of a lack of proper ServerName, but I tried
Different combinations of ServerName being populated as:
*:80
hostname.domain.com:80
www.domain.c
On Friday 18 August 2006 17:17, Mike VanHorn wrote:
> There must be a "correct" way to do this, and I'm just not getting it, so
> any help would be greatly appreciated.
Put the redirect somewhere it's out of scope for the SSL virtualhost.
Inside the non-ssl , for instance.
--
Nick Kew
On Friday 18 August 2006 16:51, alan bryan wrote:
> There, I followed the example almost identically except for server
> login details. Oh, and the are NO earlier error messages - here's
> the log from start:
>
> [Fri Aug 18 08:34:14 2006] [notice] Apache configured -- resuming
> normal operatio
I think is probably easy, and I'm just not getting it.
Apache 2.2.2 without SSL running on port 80 and a VirtualHost using SSL on
port 443. I have a directory on the unsecure side, /path/to/directory/. I
need to redirect unsecure requests for that to the secure, that is redirect
http://www.mydom
On 8/18/06, Nick Kew <[EMAIL PROTECTED]> wrote:
On Friday 18 August 2006 01:05, alan bryan wrote:
> I also got [crit] (70023)This function has not been implemented on
> this platform: DBD: driver for [DBDriver unset] not available.
That means you haven't even got a DBDriver directive. RTFM!
Ei
Tim Stickland wrote:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . %{REQUEST_FILENAME}.php [L]
Don't use a physical path here, use r->uri instead.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
R
On 8/18/06, Pid <[EMAIL PROTECTED]> wrote:
tail -f access_log
Ki Song wrote:
> Is there a plugin or software you can use to see "real time" traffic on my
> apache server?
or mod_status's server-status handler, depending on what you are looking for.
Joshua.
-
On 8/18/06, Nick Kew <[EMAIL PROTECTED]> wrote:
On Friday 18 August 2006 02:33, LDB wrote:
> >> [Thu Aug 17 03:50:51 2006] [error] [client xxx.xxx.xxx.xxx] Attempt to
> >> serve
> >> directory: /srv/www/readit/
> >
> > I've never seen this error message in the wild (although I can see it
> > exi
Maria Elena Sanchez escribió:
LDB escribió:
Maria Elena Sanchez wrote:
Hello, someone could to answer if the module SSL is installed
already in Apache by fault or I have to install it?
thank you
-
The official User-To-User
Nick Kew wrote:
On Friday 18 August 2006 12:26, LDB wrote:
So I cannot have both /readit for WebDAV and for viewing?
You can view a DAV directory!
Alias /readit /srv/www/readit
Options FollowSymLinks Indexes
AllowOverride None
Order Allow,Deny
Allow from
LDB escribió:
Maria Elena Sanchez wrote:
Hello, someone could to answer if the module SSL is installed already
in Apache by fault or I have to install it?
thank you
-
The official User-To-User support forum of the Apache HTT
Hi,
By default, the SSL module is been installed in apache, You don' have
to install again.
Thanks.
S.SANTHANAM
iCROCI Team, Capital Market Services Division
HCL Technologies Ltd,
#33/1, Ulsoor Road,Bangalore.
Direct: +91-80-41906864
Board: +91-80-41906000
Mobile : 9880657689
-
Maria Elena Sanchez wrote:
Hello, someone could to answer if the module SSL is installed already in
Apache by fault or I have to install it?
thank you
-
The official User-To-User support forum of the Apache HTTP Server Project.
Hello, someone could to answer if the module SSL is installed already in
Apache by fault or I have to install it?
thank you
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org
HiI'm having real trouble getting mod_rewrite to run properly on my Windows machine. These are the directives stored in an htaccess file in the root directory:DirectoryIndex home.php
index.php index.htmlRewriteEngine OnRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRu
Nick Kew wrote:
On Friday 18 August 2006 12:26, LDB wrote:
So I cannot have both /readit for WebDAV and for viewing?
You can view a DAV directory!
Alias /readit /srv/www/readit
Options FollowSymLinks Indexes
AllowOverride None
Order Allow,Deny
Allow from
On Friday 18 August 2006 12:26, LDB wrote:
> So I cannot have both /readit for WebDAV and for viewing?
You can view a DAV directory!
> Alias /readit /srv/www/readit
>
> Options FollowSymLinks Indexes
> AllowOverride None
> Order Allow,Deny
> Allow from all
>
Boyle Owen wrote:
-Original Message-
From: Nick Kew [mailto:[EMAIL PROTECTED]
Sent: Friday, August 18, 2006 11:37 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot
and Directory
On Friday 18 August 2006 02:33, LDB wrote:
[Thu Aug 17 03:50
Nick Kew wrote:
On Friday 18 August 2006 02:33, LDB wrote:
[Thu Aug 17 03:50:51 2006] [error] [client xxx.xxx.xxx.xxx] Attempt to
serve
directory: /srv/www/readit/
I've never seen this error message in the wild (although I can see it
exists in core.c). I suspect it means that you don't have
> -Original Message-
> From: Nick Kew [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 18, 2006 11:37 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot
> and Directory
>
> On Friday 18 August 2006 02:33, LDB wrote:
>
>> [Thu Aug 17 03:50:5
Hello, since I have not gotten an usefull answer on the PHP list,
I try to find here an Apache/PHP5/Su-PHP expert...
- Forwarded message from Michelle Konzack <[EMAIL PROTECTED]> -
X-TDMailSerialnumber: 7072727
Date: Sat, 22 Jul 2006 23:05:15 +0200
From: Michelle Konzack <[EMAIL PROTECTED
Hi Scott,
Am 2006-08-09 18:46:01, schrieb Scott Bowden:
> Stranger still: if I choose to download the file, the transaction does
> not appear in any log files. It's as though it never happened.
I use
apache2:
Installiert:Pakete:2.0.54-5
Mögliche Pakete:2.0.54-5
Versions-Tabelle:
*** 2.0.
On Friday 18 August 2006 02:33, LDB wrote:
> >> [Thu Aug 17 03:50:51 2006] [error] [client xxx.xxx.xxx.xxx] Attempt to
> >> serve
> >> directory: /srv/www/readit/
> >
> > I've never seen this error message in the wild (although I can see it
> > exists in core.c). I suspect it means that you don't
On Friday 18 August 2006 01:05, alan bryan wrote:
> I also got [crit] (70023)This function has not been implemented on
> this platform: DBD: driver for [DBDriver unset] not available.
That means you haven't even got a DBDriver directive. RTFM!
Either that or the DBDriver failed, which should get
tail -f access_log
Ki Song wrote:
Is there a plugin or software you can use to see "real time" traffic on my
apache server?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache
31 matches
Mail list logo