Re: [EMAIL PROTECTED] 2.0.55 or 2.2.0?

2005-12-29 Thread Octavian Rasnita
I have also seen that mod_perl works fine. Teddy - Original Message - From: "Paul Querna" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Friday, December 30, 2005 09:44 AM Subject: Re: [EMAIL PROTECTED] 2.0.55 or 2.2.0? > Andrey Kuznetsov wrote: > > I would say think of v2.2.0

Re: [EMAIL PROTECTED] 2.0.55 or 2.2.0?

2005-12-29 Thread Paul Querna
Andrey Kuznetsov wrote: I would say think of v2.2.0 as a 64 bit version of your system if you instal one, and v2.0.55 is the 32 bit version. Some thing will run some will have to be recomplied and done over again. I would stick to v2.0.55 for now, until most of the modules have been compiled to r

Re: [EMAIL PROTECTED] 2.0.55 or 2.2.0?

2005-12-29 Thread Andrey Kuznetsov
I would say think of v2.2.0 as a 64 bit version of your system if you instal one, and v2.0.55 is the 32 bit version. Some thing will run some will have to be recomplied and done over again. I would stick to v2.0.55 for now, until most of the modules have been compiled to run with Apache v2.2.0 On

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Andrey Kuznetsov
Hmm, I just recreated your setup: This is the message I got, for .html and .jpg extensions. Forbidden You don't have permission to access /test/test.html on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. -

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Hi Jim. Thanks for doing that test on your machine. Does anyone else on the list have the same behaviour on their server with the directive? I cannot see what effect the directive container has on files? Keith On Thu, 29 Dec 2005, Jim Walls wrote: > To: users@httpd.apache.org > From: J

Re: [EMAIL PROTECTED] 2.0.55 or 2.2.0?

2005-12-29 Thread Navaneetha Krishnan
If you are using any modules like mod_clamav or mod_dnsbl, it will not compile with httpd-2.2.0. May be there are problems with some other modules also. But if you are not using any other modules, then httpd-2.2.0 is stable. - Original Message - From: "Jim Walls" <[EMAIL PROTECTED]> To:

[EMAIL PROTECTED] 2.0.55 or 2.2.0?

2005-12-29 Thread Jim Walls
Have enough people run 2.2.0 long enough to know that it's stable? I am currently running 2.0.54 and I see that 2.0.55 is out as a bug fix and also 2.2.0 is out. Any opinions on taking the plunge to 2.2.0 or should I just stick with 2.0 and update to 55? .0 always makes me nervous. -- 73 -

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Jim Walls
Sean Davis wrote: On 12/29/05 2:26 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: Sean - I have created a directory in the public area, and added the following to my config file: Options None Order deny,allow Deny from all Order deny,allow Deny from all (I restarted apach

[EMAIL PROTECTED] Trouble with mod_deflate

2005-12-29 Thread Brian Duke
I am having trouble getting mod_deflate to work on a windows installation. I'm using Apache 2.0.53 on a Windows 2003 server. In order to rule out other configuration options, I have re-installed Apache with just the default config file and changed nothing except to add this for mod_deflate. I exami

[EMAIL PROTECTED] mod_dav Problem

2005-12-29 Thread Steve Frank
Hello. I am new to the list because of the problem I am seeing on our servers, which I explain below.Some Info On The Problem:We have over 250,000 PUTs a night. Of those, we usually have about 50 that end up with a 204 status even though they don't actually exist once the upload is finished. This i

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Here is the URL: http://www.karsites.net/KAR/websites/pub/computing/apache-test/get_vars.php And the log entries are: For an unsuccessfull request using: http://www.karsites.net/KAR/websites/pub/computing/apache-test/ 127.0.0.1 - - [29/Dec/2005:20:48:26 +] "GET /KAR/websites/pub/computing/

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Joshua Slive
On 12/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Sean - I have created a directory in the public area, and > added the following to my config file: > > > Options None > Order deny,allow > Deny from all > >Order deny,allow >Deny from all > > > > (I restarted apache with

Re: [EMAIL PROTECTED] suexec

2005-12-29 Thread Joshua Slive
On 12/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hey guys. > > > Trying to get this thing to work. But am getting this error. > [2005-12-28 13:36:30]: uid: (514/dspam) gid: (514/514) cmd: dspam.cgi > [2005-12-28 13:36:30]: command not in docroot (/web/spam/html/dspam.cgi) > > the users

Re: [EMAIL PROTECTED] perl bypass apache basic authentication

2005-12-29 Thread Sean Davis
On 12/29/05 3:07 PM, "Joshua Slive" <[EMAIL PROTECTED]> wrote: > On 12/27/05, Faruk Okcu <[EMAIL PROTECTED]> wrote: > > > ServerAdmin [EMAIL PROTECTED] >DocumentRoot > /usr/share/awstats/wwwroot >ServerName awstats.mydomain.com >ErrorLog > logs/error_log >CustomLog logs/access_

Re: [EMAIL PROTECTED] Make Apache Linux paths case insensitive?

2005-12-29 Thread Joshua Slive
On 12/28/05, Arthur DiSegna <[EMAIL PROTECTED]> wrote: > Hello, > > I am moving my IIS webserver to Apache on Suse and was wondering how to > make the web requests case insensitive? > > For example. > > On IIS the URL is http://vhost1.mydomain.com/directory1 > > Directory1 one on the file system co

Re: [EMAIL PROTECTED] perl bypass apache basic authentication

2005-12-29 Thread Joshua Slive
On 12/27/05, Faruk Okcu <[EMAIL PROTECTED]> wrote: > >ServerAdmin [EMAIL PROTECTED] >DocumentRoot /usr/share/awstats/wwwroot >ServerName awstats.mydomain.com >ErrorLog logs/error_log >CustomLog logs/access_log combined > > > AuthType Basic > AuthName "Operator Login" > Auth

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Sean Davis
On 12/29/05 2:26 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Sean - I have created a directory in the public area, and > added the following to my config file: > > > Options None > Order deny,allow > Deny from all > > Order deny,allow > Deny from all > > > >

Re: [EMAIL PROTECTED] Newbe needs help passing form data

2005-12-29 Thread Arnie & Georgia Stender
Hi Aaron, I'm sorry, I must not have expressed myself properly. I'm not having a problem with parsing the data, I'm not getting any data to parse. The server is not sending anything (CONTENT_LENGTH->0) to the STDIN of the script nor is it setting the QUERY_STRING environment variable. I think

Re: [EMAIL PROTECTED] Apache/PHP Issue

2005-12-29 Thread httpd2
Bill. Does apache have file read/execute permissions for the php file? Is there some sort of redirection via aliases going on for the html files? Do you have restrictions for php files in effect? Keith On Thu, 29 Dec 2005, Bill McBride wrote: > To: users@httpd.apache.org > From: Bill M

RE: [EMAIL PROTECTED] Apache/PHP Issue

2005-12-29 Thread Gary W. Smith
It looks like a permissions issue of some type.  It’s obvious that PHP is loaded as per the Apache tag.  Rename the file to phptest.dat and see if you can access that way (it should download).    I bet you have NTFS and that you copied the file from one location to another and it brought

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Sean - I have created a directory in the public area, and added the following to my config file: Options None Order deny,allow Deny from all Order deny,allow Deny from all (I restarted apache with /etc/init.d/apache2 stop, then start.) If you go to that directory, you wil

[EMAIL PROTECTED] Apache/PHP Issue

2005-12-29 Thread Bill McBride
    I am running Apache 2.0.55 on a Windows XP Professional OS and I have also installed PHP 5.1.  I have set up the .ini files as correctly as I know how but I am still getting a problem.  I can get my browser to load .html files from the root diectory fine.  However, when I try to load a .

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Just done a test. I'm reading the config file OK, so that's not the problem: # apache2ctl -t Syntax error on line 158 of /etc/apache2/my-conf/websites.conf: Expected but saw Keith - The official User-To-User support forum o

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
I'm wondering if that could be the problem. Should it be possible to stop files being served by the server with the config I showed? If so there must be some conflicts somewhere in my config files. Keith On Thu, 29 Dec 2005, Sean Davis wrote: > To: users@httpd.apache.org > From: Sean Da

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Sean Davis
On 12/29/05 1:31 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi Sean. > > I'm usiing Apache 2 on SuSE Linux 9.2 pro. > > The config is split over many different files. > > I include my own custom config file that has different > directory settings, such as: > > > > Options

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Hi Sean. I'm usiing Apache 2 on SuSE Linux 9.2 pro. The config is split over many different files. I include my own custom config file that has different directory settings, such as: Options None Order deny,allow Deny from all Order deny,allow Deny from all

RE: [EMAIL PROTECTED] Newbe needs help passing form data

2005-12-29 Thread Wagner, Aaron
> -Original Message- > From: Arnie & Georgia Stender [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 29, 2005 12:22 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Newbe needs help passing form data > > Hello, > I am setting up my own Internet presence starting with

Re: [EMAIL PROTECTED] Newbe needs help passing form data

2005-12-29 Thread Sean Davis
On 12/29/05 12:22 PM, "Arnie & Georgia Stender" <[EMAIL PROTECTED]> wrote: > Hello, > I am setting up my own Internet presence starting with DNS and HTML > servers. I am teaching myself (as much as possible) how to write HTML > from scratch. Below you will find the server $ENV variables whi

[EMAIL PROTECTED] Newbe needs help passing form data

2005-12-29 Thread Arnie & Georgia Stender
Hello, I am setting up my own Internet presence starting with DNS and HTML servers. I am teaching myself (as much as possible) how to write HTML from scratch. Below you will find the server $ENV variables which will describe versions of the server etc. This is running on Linux (LFS) 6.0 ser

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Sean Davis
On 12/29/05 10:48 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi all. > > When I setup a directory to forbid access to it, and to the > files in the directory, I can still retrieve a file's > contents if I know the full file name. > > Is this normal behaviour - or can I block acce

[EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Hi all. When I setup a directory to forbid access to it, and to the files in the directory, I can still retrieve a file's contents if I know the full file name. Is this normal behaviour - or can I block access to these unlisted files somehow? Regards - Keith --