On Wed, 2008-07-30 at 20:50 -0400, Grant Peel wrote:
> Is there any better logging knobs I can turn to try and track down an
> offending script?
Possibly, but you'd be better off running something over your access
logs in order to see what you can see.
Assuming a standard, as-supplied "combined"
On Fri, 2008-07-11 at 18:27 -0700, Infocom Admin wrote:
> Yes it has write pemission too...
SELinux. It's probably in enforcing mode (rather than permissive) and is
preventing you doing things you believe you can.
Try "setenforce 0" as root, and run make install again. Then to turn
SELinux back i
On Wed, 2008-05-28 at 13:31 +0200, Norman Khine wrote:
> I have this as the permissions:
>
> ls -al css/
> total 24
> drw-r--r-- 2 apache apache 4096 May 28 19:15 .
> drwxr-xr-x 5 apache apache 4096 May 28 19:50 ..
> -rw-r--r-- 1 apache apache 14817 May 28 19:15 style.css
So the css/ directory
On Wed, 2008-05-28 at 10:38 +0200, Norman Khine wrote:
> I seem to have one problem with a virtual host that for the images and
> css sub-directory I get the following error:
>
> [Wed May 28 19:27:07 2008] [error] [client 90.42.77.188] (13)Permission
> denied: access to /images/btn.jpg denied, r
On Mon, 2008-04-14 at 13:43 +0200, Zbigniew Szalbot wrote:
> I think I have a talent for badly wording my requests. ;)
I wouldn't say that entirely ;-) Hello there, by the way!
> By default my mail log file shows <[EMAIL PROTECTED]> when a uses
> submists a form (in other words it is always serve
On Wed, 2008-03-19 at 02:22 -0400, [EMAIL PROTECTED] wrote:
> I can get around this by setting LD_LIBRARY_PATH to /apps/openssl/lib before
> running apachectl, but this is a bit annoying, so I was wondering if there's
> a command line parameter that I can set when I do the Apache configure so
>
Hi
On Mon, 2008-03-03 at 21:10 -0900, Brian wrote:
> DocumentRoot "L:/test"
Wouldn't that be "L:\test", with a backslash?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/
On Tue, 2008-02-26 at 15:38 +0100, Rudy Gevaert wrote:>
> > Can you figure out what file this is pointing at?
>
> It is a php session file.
You must not use flock() over NFS, since it just doesn't work. the PHP
docs say this clearly:
"Warning
flock() will not work on NFS and many other networ
On Mon, 2008-02-18 at 20:40 +0800, 赵志桐 wrote:
> i adjust httpd.conf following
>
>
> StartServers 2
> MaxClients 150
> MinSpareThreads5
> MaxSpareThreads 10
> ThreadsPerChild 25
> MaxRequestsPerChild 0
>
>
> but also has a lot of httpd thread, can you help me ?
How
Hi
On Sun, 2008-02-10 at 11:23 -0500, Sailesh Krishnamurthy wrote:
> Thanks for that input, what I am looking for is more along the lines
> of what would be the benefit of a web server farm, what would be the
> design considerations and so on...
How long have you got?
The design considerations o
On Mon, 2008-01-21 at 12:29 -0500, Joshua Slive wrote:
> Check out cgiwrap, which has somewhat different restrictions and
> configuration options.
Also see suPHP, which is a little different from suEXEC and cgiwrap.
It's possible to use suPHP with a small global config which lets the
filesystem me
On Wed, 2008-01-16 at 10:55 +, Azhar Ali Shah Syed wrote:
> Thanks for your help. I did a locally compiled installation but might have
> missed some configuration parameters.
It sounds as though you fed Apache all the right paths at compile time,
or mod_auth_pgsql wouldn't have compiled.
I'
On Tue, 2008-01-15 at 11:02 +, Azhar Ali Shah Syed wrote:
> I have installed httpd 2.2.6 with PHP 5.2.5 and PostgreSQL 8.2.6 on my CentOS
> 4.5 machine. When trying to start apache server with apachectl command gives
> this message:
>
> apachectl: Configuration syntax error, will not run "re
On Wed, 2007-12-12 at 14:39 +, Joel Carlos Martinho Alexandre (DSI)
wrote:
> Unfortunately i'm unable to change the virtual directory configuration.
In that case, ApacheBench won't work for you on that folder - it can do
Basic authentication only. Your system seems to be using NTLM or
Kerberos
On Wed, 2007-12-12 at 11:30 +, Joel Carlos Martinho Alexandre (DSI)
wrote:
> I'm trying to use AB to benchmark a site within a IIS, but I'm having
> problems with authentication.
>
> I'm currently using
>
> ab2 -A domain\user:password url
Try
ab2 -A domain\\user:password url
The command
On Fri, 2007-11-09 at 11:36 +, Luis Moreira wrote:
> Using Apache 2.2.6, I want to allow access to a specific directory
> with authentication, which works fine.
> When accessed, it looks like this
>
> Index of
>
> . Parent Directory
> . fitoterapia.krp
> . publish.zip
>
> The thing
On Mon, 2007-11-05 at 08:31 -0800, Noah wrote:
> please help. I am not sure what to try next.
Not asking more than once would be useful :)
> here is the log message:
> [Sun Nov 04 18:26:41 2007] [error] Module mod_ldap missing. Mod_ldap
> (aka. util_ldap) must be loaded in order for mod_auth_lda
On Tue, 2007-09-04 at 16:30 -0400, Aaron Smith wrote:
> Connecting via https to port 8045 shows the behavior of child
> processing hanging in a waiting state.
Sounds like your system isn't generating enough entropy to me, which can
affect SSL/TLS connections on lots of protocols. I have no experie
On Sun, 2007-06-24 at 15:34 -0400, S. William Schulz wrote:
> > What LogFormat are you using?
>
> I am using combined as follows:
>
> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
> \"%{User-Agent}i\"" combined
Hrm. Nothing too unusual about that, then.
I'm at a loss as to what to sugges
On Sun, 2007-06-24 at 12:18 -0400, S. William Schulz wrote:
> Today, I set out to configure some statistics software, but in looking
> at the logfiles, I find that Apache is logging all requests as coming
> from the same IP, initially 8.12.227.191. That is not the IP of the
> machine, nor of any m
On Thu, 2007-06-14 at 07:09 -0500, Salcedo, Simon wrote:
> I disagree that the problem lies on the Client side because I have been
> to sites that have identical certificates as I was using and still
> browse those sites. I tend to believe that the problem is on the server
> side.
Which is why Sa
On Tue, 2007-06-12 at 01:12 +0530, Kirthi Narayan wrote:
> Hi All,
>
> I have some issues with ssl certs, i am generating the certs with the
> following commands and putting the certs file in apache conf
> directory.
>
> When i browse for https i get certification error. Could any one guide
> m
On Mon, 2007-06-11 at 11:52 -0400, Kong, Alan wrote:
> Here is the error message:
>
> The page you are looking for is currently unavailable. The Web site
> might be experiencing technical difficulties, or you may need to adjust
> your browser settings.
What *exact* URL are you using when you get
On Mon, 2007-06-11 at 17:53 +1000, Justin Tan wrote:
> I'm very new to Apache. I just want to know if there is a resource, or site
> that can help me install the Front page extensions to my windows XP Apache
> server. Is this possible?
No - or at least I don't believe so. FrontPage Server Extens
On Sat, 2007-06-02 at 10:59 +1000, Philip Rhoades wrote:
> Not sure what you mean - do you mean load the page:
>
>http://www.sun.com/
>
> into my browser on the same machine that is running httpd? - that just
> returns the sun page . .
No, I mean have you connected to your webserver using an
On Fri, 2007-06-01 at 21:00 +1000, Philip Rhoades wrote:
> 72.28.205.136 - - [01/Jun/2007:12:15:24 +1000] "GET
> http://www.sun.com/ HTTP/1.1" 200 1261 "-" "Mozilla/5.0 ( Windows; U;
> Windows NT4.0; DigiExt )"
>
> What else do I need to do?
Probably nothing.
Have you tried to make the same requ
On Thu, 2007-05-31 at 09:59 -0400, John Nichel wrote:
> The install is configured and compiled from source on a RHEL4 box:
>
> Apache 1.3.37
> mod_ssl 2.8.28
> OpenSSL 0.9.8e
Try making sure that you have the redoubtable BrowserMatch lines for
MSIE:
BrowserMatch "MSIE 4\.0" nokeepalive downgrad
On Wed, 2007-05-16 at 13:23 -0700, Marc Perkel wrote:
> I'm somewhat sue the problem is apache related because the files that
> end up there are owned by user apache.
All that means is that the intrusion is most likely happening via a
process running as the apache user. In the vast majority of ca
On Wed, 2007-05-16 at 05:46 -0700, Marc Perkel wrote:
> What's the best way to keep hackers out of /dev/shm? I'm getting the
> script kitties installing IRC bots.
Mount /dev/shm noexec.
More importantly, close the holes the script kiddies are getting in
through. Locking the front door is far mor
29 matches
Mail list logo