> -Original Message-
> From: Néstor Boscán [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 19, 2007 12:09 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] NameVirtualHost question
>
> No, my problem analysis goes like this:
>
> 1) Set up proxy without virtual host
Are you running OS X 10.4.10 or OS X server 10.4.10 ?
I am on holiday and don't have easy access to my Xserve but I wonder
if you have checked that file permissions are satisfactory.
Neville
ps would it be helpful if everybody put their OS at the beginning of
their subject line?
At 21:27 -
On Tue, 18 Sep 2007 21:27:41 -0400
"Andrew WC Brown" <[EMAIL PROTECTED]> wrote:
> I'm running OS X.4.10 with Apache 2.2.6
> I let apache2 install to /usr/local/apache2. When I run apache it
>works.
but ...
> I've tired to compile using: sudo apxs -c mod_vhost_alias.c
>
> I get the following er
Sorry, I forgot to mention my OS:
Linux, Kernel 2.6.17.7, x86_64 (64-bit machine).
Res wrote:
What OS, version.
On Tue, 18 Sep 2007, Felix Dreher wrote:
Hello,
I'm currently running Apache 2.2.3 and would like to upgrade to
2.2.6. However, when I use the same configure options (shown belo
Stop logging !
of maybe filter what you're logging (static ressources,...)
For exemple, this will prevent logging ressource calls begining with
/javascript/ urls :
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
SetEnvIf Request_URI "^/javascript/.*$" jscript
Cust
Hello,
I use a dosevasie with Apache 2.2.4 and I don't have problems or
instability.
On 9/17/07, Vitaly <[EMAIL PROTECTED]> wrote:
>
> It seems like dosevasive module unsupported since
> 2005. Is it safe to use dosevasive with Apache 2.0?
>
> Thanks
> Vitaly
>
>
>
>
> ___
On 9/19/07, Bj <[EMAIL PROTECTED]> wrote:
> Stop logging !
> of maybe filter what you're logging (static ressources,...)
>
> For exemple, this will prevent logging ressource
> calls begining with /javascript/ urls :
> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
> combin
but I 'm calling the command as root user.
On 9/19/07, J. Greenlees <[EMAIL PROTECTED]> wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Andrew WC Brown wrote:
> > As per my image:
> http://img48.imageshack.us/img48/1457/apacheincludetu5.jpg
> > It shows that the files are where I sp
Ohh, I forgot to add it to my path and I think its calling the old one.
Thanks Nick.
On 9/19/07, Andrew WC Brown <[EMAIL PROTECTED]> wrote:
>
> but I 'm calling the command as root user.
>
> On 9/19/07, J. Greenlees <[EMAIL PROTECTED]> wrote:
> >
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SH
I have a Apache 2.2.3 running on an Ubuntu Feisty server (kernel
2.6.20). I just ran a Nessus 3 scan on the system that reports a "hole":
"It was possible to freeze or reboot Windows by reading a MS/DOS device
through HTTP, using a file name like CON\CON, AUX.htm or AUX."
"Solution: upgrade your
On 9/19/07, David <[EMAIL PROTECTED]> wrote:
> I have a Apache 2.2.3 running on an Ubuntu Feisty server (kernel
> 2.6.20). I just ran a Nessus 3 scan on the system that reports a "hole":
>
> "It was possible to freeze or reboot Windows by reading a MS/DOS device
> through HTTP, using a file name l
On 9/18/07, James Sherwood <[EMAIL PROTECTED]> wrote:
> Hello,
>
>
> I have a couple of questions on this:
> 1: Is there a way to deny users once apache reaches X number of connections.
Yes: the MaxClients directive.
> 2: If so can you do a custom page said users see?
> 3: If so can you get speci
Within Nessus, you have the options to choose the tests you want to run.
It's a bit of work, however, configuring (choosing those tests dealing
with *your* os / webserver / database etc.) and then saving them for
future usage is worth while and avoids such garbage-messages.
Coming to your specific
On Wed, 19 Sep 2007 17:05:13 +0200
"Gregor Schneider" <[EMAIL PROTECTED]> wrote:
> Within Nessus, you have the options to choose the tests you want to
> run. It's a bit of work, however, configuring (choosing those tests
> dealing with *your* os / webserver / database etc.) and then saving
> them
Hi
Yes, you're right on that. I will test only the VirtualHost configuration.
Now my Web Application fails on the first request. It doesn't get to the
server.
Regards,
Néstor Boscán
-Mensaje original-
De: Boyle Owen [mailto:[EMAIL PROTECTED]
Enviado el: Miércoles, 19 de Septiembre de
TP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
__ NOD32 2540 (20070919) Information __
This message was chec
[EMAIL PROTECTED]
i just developed a simple input filter which seems to cause segfaults after
about an hour of usage (apache v2.0.49)
what happens:
after apache restart everything works fine, but after about an hour i get
segfaults on every request
what i need:
maybe someone has a few minutes a
Hello,
Ok to my understanding if i have the vhosts:
ServerAdmin [EMAIL PROTECTED]
DocumentRoot "E:/Programs/Apache/Apache2/htdocs/wmm"
ServerName www.somewhere.com
ServerAlias somewhere.com
JkMount /* tomcat5
ErrorLog E:/Programs/Apache/Apache2/logs/wmm-error_log
CustomLog E:/Programs/Ap
On 9/19/07, James Sherwood <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I found a module called mod_vhost_limit that limits connections per virtual
> host.
>
> The problem is, that its uncompiled and I dont have a linux machine.
>
> Does anyone know of a module ready to go compatable with apache 2.0.54
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
__ NOD32 2540 (20070919) Information __
This message was checked by NOD32 an
Yeah, I wanted to switch to MySQL based logs for some time now.
Right now, I could disable the access log completly, but I don't see a
single CustomLog directive in my config files?
Where could it be defined, or how could I disable it anyways? I'm
running Debian.
h1314632:~# grep CustomLog /et
So I am trying to use mod_rewrite to rewrite something in my query
string. Apache 2.2.3.
It appears that mod_rewrite or something else will rewrite all "&" in
query string to "&", whenever you do anything with the query string
in mod_rewrite. Even with the [NE] flag. I'm not sure why it's doi
the only nonsense is to run dos / win-modules on a *nix-box & then
worry about the messages...
cheers
gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371
--
Dear list,
I must admin I am a bit confused and desperate.
I am using ubuntu 7.04, i.e. apache 2.2.
I'd like to do a radius authentication to use OTP.
So I downloaded and installed mod_auth_xradius-0.4.6 successfully.
But I wasn't successful in configuring it.
Obviously I did't quite get the Au
Add
AuthBasicProvider xradius
To your config.
The error message you got is from mod_authn_file, saying it couldn't
find a htpasswd file (well, it wasn't configured, so not surprising).
In 2.2.x AuthBasicProvider was added, and you need to specify which
module should provide the backend for authe
I'm trying to script a download, build, and install the Apache 2.2.6
source. Does anyone know if there is an official svn repository with
tagged src code. I know I can get the development branch out of svn
- but that's not what I really want.
Thanks.
If you grab the tarball, you are in good shape. If you checkout from
subversion, you must also check out apr/apr-util and then you must
run buildconf, which requires autoconf/python etc. Trust that building
from the source tarball is considerably simpler in terms of prerequisites.
http://svn.apa
Hello,
I was looking at mod_cache and was wondering people's opinions on it.
We are serving up dynamic content using Apache, mod_jk and tomcat.
The most of our hits will come from 3-6 pages.
Will mod_cache actually cache the dynamic pages for x period of time?
This would save us a ton of
On 9/19/2007 5:25 PM, Gregor Schneider wrote:
> the only nonsense is to run dos / win-modules on a *nix-box & then
> worry about the messages...
>
> cheers
>
> gregor
Since Nessus clearly tests for the OS on the box it is probing I just
assumed it knew what it was doing. Bad Novice! Never assume
Ah. Thanks. I'll give it a shot. But I see your point of using TAR.
Thanks again.
M
On Sep 19, 2007, at 9:36 PM, William A. Rowe, Jr. wrote:
If you grab the tarball, you are in good shape. If you checkout from
subversion, you must also check out apr/apr-util and then you must
run buildconf,
Folks,
if you are quite comfortable with the installer, etc, and want to help
validate the newest installers *especially on vista or 2008* you will
find these candidates at http://httpd.apache.org/dev/dist/ - note the
timestamp of this message, it can take up to one hour for the transfer
to actual
Hello Paul,
thanks a lot. That worked for me.
Kind regards
Cornelius
Paul Querna schrieb:
> Add
> AuthBasicProvider xradius
>
> To your config.
>
> The error message you got is from mod_authn_file, saying it couldn't
> find a htpasswd file (well, it wasn't configured, so not surprising).
>
>
32 matches
Mail list logo