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 access to these

[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

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 which will

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 DNS

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: Directory

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 /Files but saw /iles Keith - The official User-To-User

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: Directory /srv/www/htdocs/KAR/websites/pub/computing/apache-test Options None Order deny,allow Deny from all Files *.php Order deny,allow Deny from all /Files /Directory (I

RE: [EMAIL PROTECTED] Apache/PHP Issue

2005-12-29 Thread Gary W. Smith
It looks like a permissions issue of some type. Its 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 the

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 Files restrictions for php files in effect? Keith On Thu, 29 Dec 2005, Bill McBride wrote: To: users@httpd.apache.org From:

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] 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: Directory /srv/www/htdocs/KAR/websites/pub/computing/apache-test Options None Order deny,allow Deny from all Files

Re: [EMAIL PROTECTED] perl bypass apache basic authentication

2005-12-29 Thread Joshua Slive
On 12/27/05, Faruk Okcu [EMAIL PROTECTED] wrote: VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/share/awstats/wwwroot ServerName awstats.mydomain.com ErrorLog logs/error_log CustomLog logs/access_log combined Directory /usr/share/awstats/wwwroot AuthType

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: VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/share/awstats/wwwroot ServerName awstats.mydomain.com ErrorLog logs/error_log CustomLog

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 home is

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

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: Directory /srv/www/htdocs/KAR/websites/pub/computing/apache-test Options None Order deny,allow Deny from all

[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] 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:

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 Files directive? I cannot see what effect the Files /Files directive container has on files? Keith On Thu, 29 Dec 2005, Jim Walls wrote: To:

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] 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] 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