Your "CODE"?
externally...
/apachectl -l
Compiled in modules:
core.c
worker.c
http_core.c
mod_so.c
internally see ap_mpm_query()
Khai Doan wrote:
> How can my code determine which MPM is being use without looking at the
> httpd.conf ? Does apache export an environment variable for this
On Jan 30, 2007, at 3:43 PM, Noah wrote:
apache-2.0.0.1
That's not something we have ever released... We have 2.0.58 or (even
better) 2.2.4.
joomla-1.0.12
As you are probably aware, Joomla! has its own support structure with
many web forums, some dedicated to security. This mailingl
On Jan 30, 2007, at 4:24 PM, Khai Doan wrote:
How can my code determine which MPM is being use without looking at
the httpd.conf ? Does apache export an environment variable for
this ?
You can call ap_mpm_query(). See:
http://docx.itscales.com/
group___a_p_a_c_h_e___c_o_r_e___m_p_m.html
How can my code determine which MPM is being use without looking at the
httpd.conf ? Does apache export an environment variable for this ?
Thanks
Khai
apache-2.0.0.1
joomla-1.0.12
So I want to keep the joomla directory in a path that has nothing to do
with the site's DocumentRoot. I am assuming this brings more security.
But what I'd like to do is take out the need for joomla to be nested in
the http://www.site.com/main URL
I'd like joo
I always understood mod_evasive and mod_security to be complementary.
Can I use mod_security to provide all of the functionality (handling
DDoS attacks) that mod_evasive provides?
Jerel Crosland
x3187
Donald Duck comics were once banned in Finland because he didn't wear
pants.
___
Hello,
I have some virtual sites where UserDirs like /~michael should be
available under a different name, like /projects/design. These
directories contain CGI scripts run by suEXEC, which results in 500
Internal Server error when NOT being called as /~michael.
Right now, I do
RewriteRule ^
Hello,
I am trying to use a Samba mounted filesystem as my DocumentRoot. I
get the Apache test page telling me I have a problem with my
Documentroot when I access the URL in the client browser. I don't see
any error messages in the Windows logfile. Below is the Apache log file.
The browse
Hello,
I am trying to use a Samba mounted filesystem as my DocumentRoot. I
get the Apache test page telling me I have a problem with my
Documentroot when I access the URL in the client browser. I don't see
any error messages in the Windows logfile. Below is the Apache log file.
The browse
On Jan 30, 2007, at 2:46 PM, Phill Edwards wrote:
> When I go to this URL now I get this error back:
> Directory Listing Denied
> This Virtual Directory does not allow contents to be listed
That sounds like what IIS says. Are you running IIS?
No but the server where I'm ProxyPass'ing to is (
> When I go to this URL now I get this error back:
> Directory Listing Denied
> This Virtual Directory does not allow contents to be listed
That sounds like what IIS says. Are you running IIS?
No but the server where I'm ProxyPass'ing to is (ie where I'm
redirecting to from my apache server).
On Jan 30, 2007, at 2:33 PM, Phill Edwards wrote:
When I go to this URL now I get this error back:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed
That sounds like what IIS says. Are you running IIS?
S.
--
[EMAIL PROTECTED]http://www.temme.ne
The most trouble-free way to do this would be to setup a ProxyPass at
the root of the server. Then there would be no question of breakage
with relative links. Something like
NameVirtualHost *:80
ServerName survey.yoursite.example.com
ProxyPass / http://XXX.com/
ProxyPassReverse / http://XXX.co
Jerel,
I am not to familiar with mod_evasive but after a quick read opn it
I wondered if you had considered mod_security. The newest vesion is really
a nice piece of work and we have been using mod_security in our production
web server farm for 18+ months with no rewrite conflicts.
Dave.
Found and fixed the problem. Upgrade of the linux kernel from 2.4 to
2.6 fixed it. Thx,Gero.
>Ursprüngliche Nachricht
>Von: [EMAIL PROTECTED]
>Datum: 27.01.2007 23:09
>An:
>Betreff: [EMAIL PROTECTED] Apache2 hangs when running on 2 port
>
>Hi, when I add a 2nd listen statement into port
We are running IBM HTTP Server version 2.0.47, which is Apache 2.0.47
repackaged with SSL already configured, etc. as a front end to a
Websphere back-end. We make extensive use of mod_rewrite. While
hardening our Apache servers we installed mod_evasive, but it does not
intercept the calls before mo
Hello all,
i found from where come the famous Fakename ... Is was a hack ...
here is the trace from strace :
rt_sigaction(SIGCHLD, {SIG_DFL}, {0x8075920, [], SA_RESTORER, 0x44751868},
8) =
0
execve("./yy", ["./yy", "-s", "\"/bin/bash\"", "./soft"], [/* 34 vars */])
= 0
uname({sys="Linux", node="
On Fri, 26 Jan 2007, Chirouze Olivier wrote:
> Hi all,
>
> I'm facing a quite tricky situation with Apache 2.0.58 running on
> Solaris 5.9.
>
> Apache is running as a reverse proxy (mod_proxy + mod_rewrite).
> The maximum concurrent connections is set to 150.
>
>
> We've gone down to Unix and foun
It doesn't work ... a simple
'SetEnvIf Query_String "^.+$'" dolog'
doesn't trigger my custom log with an obvious query-string in the requesting
URL.
The Query_String variable seems to exist though because a"^.*$" does trigger
the custom log.
I'm thinking that it might be created when
Rather than looking at Ethereal, get yourself a copy of Firefox and
install the plugin "LiveHttpHeaders"
(https://addons.mozilla.org/firefox/3829/) - saved us a lot of time
here and made life *much* easier.
good luck!
Greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA52680702
Thanks Gregor,
I will try this. I am currently trying mod_expires but nothing seems to be
different when I look on Ethereal. Ian.
Gregor Schneider wrote:
>
> Just a shot from the hip:
>
> # load modules sentenvif and headers - adapt the path!!!
> #
> LoadModule setenvif_module /usr/lib/apach
Just a shot from the hip:
# load modules sentenvif and headers - adapt the path!!!
#
LoadModule setenvif_module /usr/lib/apache2/modules/mod_setenvif.so
LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so
#
# define grafix depending on the extension:
SetEnvIf Request_URI "\.(gif)|(j
Hi, I am new to Apache configuration and have a question regarding
controlling the cache.
I am using Apache to serve webpages over a satellite link and need to adjust
Apache's settings so that images are not downloaded from the Apache server
on every page request. I would like Apache to tell the
David S. alumni.tufts.edu> writes:
>
> I have 3 web mod_python apps running on different ports. It behaves as if it
> is mixing up ports.
FIXED.
To each virtual host with mod_python add:
PythonInterpreter some_unique_name
The key to my confusion was this snippet:
"... all scripts in the
Hi,
I want to limit the rate at which the client is
posting the data(POST Method), on a particular virtual
host.
I am currently using mod_cband ( for apache
2.0.54,Linux Platform) , it works fine for limiting
the download rate, but i need to limit the upload rate
as well.
The third party modules
I think this simplification is true, but only if Tony doesn't have a
kind of "garbage collector" "forbidden" last rule.
I'm using similar config, but the last rule is always
RewriteRule "*" ... Forbidden ([F])
... Which makes it mandatory to list all the "/webx" rules before...
Or maybe somethin
Hi All--
I am looking for something simillar to set /.perf utility in iPlanet
Webserver, in Apache webserver to complete realtime performance statistics
of apache webserver, specially in IBM HTTP webserver (base line is
Apache)...
Please let me know if someone did this before and any HOWTO docum
Greetings,
I installed MIT krb5-kdc, krb5-admin-server, krb5-user using apt-get install
on my Debian Etch box.
I need to provide SSO for my WinXP clients to access the corporate Web
server which is hosted on Apache2 on the same Debian box using the AD
credentials.
I was referring to
http://www.
PLEASE, e-mail [EMAIL PROTECTED] with requests like this and
do not draw out these PLEASE GO AWAY threads. Although the -owner's who
moderate the list are here, you can communicate these specific issues
with them directly.
Replies are more irritating than the original stupidly-configured away msg
29 matches
Mail list logo