Re: [EMAIL PROTECTED] (sin asunto)

2006-08-18 Thread Sanjay Saha
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

Re: [EMAIL PROTECTED] ErrorDocument directive + local URL path + PHP = failure?

2006-08-18 Thread Joshua Slive
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. -

RE: [EMAIL PROTECTED] ErrorDocument directive + local URL path + PHP = failure?

2006-08-18 Thread Simone, John
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

Re: [EMAIL PROTECTED] Offline Apache Manual

2006-08-18 Thread Joshua Slive
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.

[EMAIL PROTECTED] Offline Apache Manual

2006-08-18 Thread Valerie Elliott
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

Re: [EMAIL PROTECTED] ErrorDocument directive + local URL path + PHP = failure?

2006-08-18 Thread Joshua Slive
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

[EMAIL PROTECTED] ErrorDocument directive + local URL path + PHP = failure?

2006-08-18 Thread Simone, John
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

Re: [EMAIL PROTECTED] Redirecting to secure server

2006-08-18 Thread Nick Kew
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

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-18 Thread 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

[EMAIL PROTECTED] Redirecting to secure server

2006-08-18 Thread Mike VanHorn
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

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-18 Thread alan bryan
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

Re: [EMAIL PROTECTED] mod_rewrite, windows problems

2006-08-18 Thread Bob Ionescu
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

Re: [EMAIL PROTECTED] Real Time Monitor

2006-08-18 Thread Joshua Slive
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. -

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-18 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] (sin asunto)

2006-08-18 Thread Maria Elena Sanchez
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

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-18 Thread LDB
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

Re: [EMAIL PROTECTED] (sin asunto)

2006-08-18 Thread Maria Elena Sanchez
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

RE: [EMAIL PROTECTED] (sin asunto)

2006-08-18 Thread Santhanam S \(HCL Capital Market Services\)
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 -

Re: [EMAIL PROTECTED] (sin asunto)

2006-08-18 Thread LDB
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.

[EMAIL PROTECTED] (sin asunto)

2006-08-18 Thread Maria Elena Sanchez
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

[EMAIL PROTECTED] mod_rewrite, windows problems

2006-08-18 Thread Tim Stickland
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

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-18 Thread LDB
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

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-18 Thread Nick Kew
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 >

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-18 Thread LDB
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

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-18 Thread LDB
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

RE: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-18 Thread Boyle Owen
> -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

[EMAIL PROTECTED] suphp problem

2006-08-18 Thread Michelle Konzack
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

[EMAIL PROTECTED] Re: problem with apache and php files

2006-08-18 Thread Michelle Konzack
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.

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-18 Thread Nick Kew
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

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-18 Thread Nick Kew
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

Re: [EMAIL PROTECTED] Real Time Monitor

2006-08-18 Thread Pid
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