[us...@httpd] verification of user id '' not configured

2010-10-27 Thread Enrique Porta
Hi! i have an apache 2.2.15 server and i want to configure a secure folder. This is my secure configuration     DAV svn     SVNParentPath /var/lib/svn     SVNListParentPath On     AuthType Digest     AuthName "Private"     AuthUserFile /etc/svn-auth-file     AuthzSVNAccessFile /etc/svn-authz-fi

[us...@httpd] Apache httpd server error serving bulk request simultaneously

2010-10-27 Thread Chee Yang Chau
Hi, I have a perl cgi script that using upx to pack win32 executable files. The perl script is invoked in ANT script: @{p.file.exe} http://product.estream.com.my/cgi-bin/upx.pl"; logLevel="content" logFile="@{p.file.exe}" logProcessAs="binary"> When I execute ANT script, I encounter the f

Re: [us...@httpd] Limiting Request Body suggestion

2010-10-27 Thread Mohit Anchlia
It looks like ErrorDocument changes the behaviour globally. What I need to do is return Http code 200 with customized message which clients can parse and display cleanly on the browser. On Wed, Oct 27, 2010 at 12:36 PM, Nick Kew wrote: > On Wed, 27 Oct 2010 12:28:47 -0700 > Mohit Anchlia wrote:

[us...@httpd] can I use "Header unset X-Forwarded-Host" to get rid of that header? Doesn't seem to work if so...

2010-10-27 Thread Chris Markle
My Apache fu is not strong so please keep that in mind here... I have configured Apache (2.2.16 on Centos 5) as a reverse proxy. When I proxy through this configuration to a remote HTTP server, Apache is adding X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Server headers to the requests sent

Re: [us...@httpd] Limiting Request Body suggestion

2010-10-27 Thread Nick Kew
On Wed, 27 Oct 2010 12:28:47 -0700 Mohit Anchlia wrote: > Can someone suggest what would be the best options? > ErrorDocument -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://

[us...@httpd] Limiting Request Body suggestion

2010-10-27 Thread Mohit Anchlia
Apache 2.2 Requirement I am working on is to block the request body if it is greatar than certain size. I can do this easily with LimitRequestBody directive in virtual hosts but the problem comes when I want to send customized message to the user instead of returning non 200 http code. Can someon

Re: [us...@httpd] How can I configure setting a Header in httpd.conf based on content type?

2010-10-27 Thread Igor Galić
- "7BOOK" wrote: > Hi Igor Galić, > > Thanks a lot! Great help to me. > And I have another question: is there a way for proxy (httpd.conf) to > detect > that some static files are updated on real server ? I am realy > appreciated! Theo gives some really ideas in his presentation ``Operatin

Re: [us...@httpd] Apache 2.2.17 on RHEL 5.2 (13) Permission denied

2010-10-27 Thread Joost de Heer
> I have checked log files error_log. It has logged (13) Permission denied. Does the user Apache runs as have access to the entire path to the documentroot? I.e. if the path is /usr/local/www, the user should have access to /usr, /usr/local and /usr/local/www. Joost -

Re: [us...@httpd] Apache 2.2.17 on RHEL 5.2 (13) Permission denied

2010-10-27 Thread sai prasad kolli
Chances are you're running into SELinux issues. See: Temporary Testing: Use 'setenforce 0' to set permissive Check the audit log: /var/log/audit/audit.log Manuals: chcon, getsebool, setsebool, fixfiles, httpd_selinu `ls -Z` to see context SELinux is already disabled on the machine. 2010/10/2

Re: [us...@httpd] Apache 2.2.17 on RHEL 5.2 (13) Permission denied

2010-10-27 Thread Igor Galić
- "Eugene" wrote: > Hello, > > Allow access to your directory explicitly with "Allow from ..." > Or disable the module mod_authn_default in configuration. (13) has nothing to do with Allow/Deny in the server's configuration. > -Original Message- > From: sai prasad kolli > Reply-t

Re: [us...@httpd] Apache 2.2.17 on RHEL 5.2 (13) Permission denied

2010-10-27 Thread Eric Covener
On Wed, Oct 27, 2010 at 9:34 AM, sai prasad kolli wrote: > Hi, > I have installed Apache webserver 2.2.17 on RHEL server version 5.2(Tikanaga > ). > After installation when I try to access home page Its showing 403 on > browser. > I have checked log files error_log. It has logged (13) Permission d

Re: [us...@httpd] Apache 2.2.17 on RHEL 5.2 (13) Permission denied

2010-10-27 Thread Eric Covener
On Wed, Oct 27, 2010 at 9:41 AM, Eugene wrote: > Hello, > > Allow access to your directory explicitly with "Allow from ..." > Or disable the module mod_authn_default in configuration. This is never the cause of permission denied errors. ---

Re: [us...@httpd] What's this?

2010-10-27 Thread Eric Covener
2010/10/27 Igor Galić : > > - "lists httpd-user" wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hello, >> >> Regularly I see entries in the error log like: >> "GET http://98.126.64.106/judge123.php HTTP/1.1" 404 >> with varying IP address and varying file name. >> I am not

Re: [us...@httpd] Apache 2.2.17 on RHEL 5.2 (13) Permission denied

2010-10-27 Thread sai prasad kolli
Chris , I don't have .htaccess file in DocumentRoot Directory. On Wed, Oct 27, 2010 at 7:14 PM, Chris wrote: > On Wed, 27 Oct 2010 19:04:37 +0530, sai prasad kolli > wrote: > > I have installed Apache webserver 2.2.17 on RHEL server version >> 5.2(Tikanaga ). >> >> After installation when I t

Re: [us...@httpd] Apache 2.2.17 on RHEL 5.2 (13) Permission denied

2010-10-27 Thread Chris
On Wed, 27 Oct 2010 19:04:37 +0530, sai prasad kolli wrote: I have installed Apache webserver 2.2.17 on RHEL server version 5.2(Tikanaga ). After installation when I try to access home page Its showing 403 on browser. I have checked log files error_log. It has logged (13) Permission denied.

Re: [us...@httpd] Apache 2.2.17 on RHEL 5.2 (13) Permission denied

2010-10-27 Thread Eugene
Hello, Allow access to your directory explicitly with "Allow from ..." Or disable the module mod_authn_default in configuration. -Original Message- From: sai prasad kolli Reply-to: "users@httpd.apache.org" To: users@httpd.apache.org Subject: [us...@httpd] Apache 2.2.17 on RHEL 5.2 (13)

[us...@httpd] Apache 2.2.17 on RHEL 5.2 (13) Permission denied

2010-10-27 Thread sai prasad kolli
Hi, I have installed Apache webserver 2.2.17 on RHEL server version 5.2(Tikanaga ). After installation when I try to access home page Its showing 403 on browser. I have checked log files error_log. It has logged (13) Permission denied. I googled on this problem and found that this could be file

Re: [us...@httpd] What's this?

2010-10-27 Thread Igor Galić
- "lists httpd-user" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > Regularly I see entries in the error log like: > "GET http://98.126.64.106/judge123.php HTTP/1.1" 404 > with varying IP address and varying file name. > I am not very worried, because the 404 mean

Re: [us...@httpd] What's this?

2010-10-27 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/27/2010 01:40 PM, lists.httpd-u...@duinheks.nl wrote: > Hello, > > Regularly I see entries in the error log like: "GET > http://98.126.64.106/judge123.php HTTP/1.1" 404 This is a test to see if you are running an open proxy. - -- Mark Watts B

[us...@httpd] What's this?

2010-10-27 Thread lists . httpd-user
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Regularly I see entries in the error log like: "GET http://98.126.64.106/judge123.php HTTP/1.1" 404 with varying IP address and varying file name. I am not very worried, because the 404 means they don't get anything. But I'd like to know wha

Re: [us...@httpd] (104)Connection reset by peer: core_output_filter: writing data to the netw ork

2010-10-27 Thread Chris
Hi Eric, On Wed, 27 Oct 2010 07:23:49 -0400, Eric Covener wrote: On Wed, Oct 27, 2010 at 6:49 AM, Chris wrote: I know I am not the first to ask this question, but I really searched a lot and got no solution. I have a CGI application written in C++ running on my Apache 2.2.9 server, hosted

Re: [us...@httpd] (104)Connection reset by peer: core_output_filter: writing data to the network

2010-10-27 Thread Eric Covener
On Wed, Oct 27, 2010 at 6:49 AM, Chris wrote: > I know I am not the first to ask this question, but I really searched a lot > and got no solution. > > I have a CGI application written in C++ running on my Apache 2.2.9 server, > hosted on a Debian Lenny system. The application runs fine most of the

Re: [us...@httpd] Basic authentication for a virtual/rewritten URL?

2010-10-27 Thread Igor Galić
- "Sacha Varma" wrote: > Ok, thanks Brian. > > For the log - after a bit of experimentation, the problem I have > appears > to be that while you can password-protect a Location, Location > directives are applied after rewrites. So if you have: > > ScriptAlias /cgi-bin/ /some/where/c

[us...@httpd] (104)Connection reset by peer: core_output_filter : writing data to the network

2010-10-27 Thread Chris
I know I am not the first to ask this question, but I really searched a lot and got no solution. I have a CGI application written in C++ running on my Apache 2.2.9 server, hosted on a Debian Lenny system. The application runs fine most of the time, only when I do a special download of a simple

Re: [us...@httpd] Basic authentication for a virtual/rewritten URL?

2010-10-27 Thread Sacha Varma
Ok, thanks Brian. For the log - after a bit of experimentation, the problem I have appears to be that while you can password-protect a Location, Location directives are applied after rewrites. So if you have: ScriptAlias /cgi-bin/ /some/where/cgi-bin/ RewriteRule ^.*$ /cgi-bin/my-cms