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
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
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:
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
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://
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
- "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
> 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
-
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
- "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
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
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.
---
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
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
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.
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)
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
- "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
-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
-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
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
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
- "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
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
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
25 matches
Mail list logo