1) The misfeature: The percentiles that ab prints to stdout do not
match the values it prints to the .csv file.
Lines 1157-1158 of the current trunk version of ab.c:
printf(" %d%% %5" APR_TIME_T_FMT "\n", percs[i],
ap_round_ms(stats[(unsigned long)done * percs[i] / 100].time));
On 2016-06-18 12:04 PM, @lbutlr wrote:
On Jun 16, 2016, at 8:56 PM, John Allen wrote:
On 2016-06-15 11:52 PM, John Allen wrote:
I just did some testing and it doesn't work as I had hoped. the Require
valid-user is applied in all cases not just in the case of the Common space!
I had
On 2016-06-15 11:52 PM, John Allen wrote:
I just did some testing and it doesn't work as I had hoped. the
Require valid-user is applied in all cases not just in the case of the
Common space!
I had tried
/
Require expr %Location =~ &q
I just did some testing and it doesn't work as I had hoped. the Require
valid-user is applied in all cases not just in the case of the Common space!
I had tried
/
Require expr %Location =~ "Common"
Require valid-user
Require user
I am trying to setup up a webdav serve. Each user is allocated a
directory (%location) and an id (%user). In order to try and make this
some what easier to administer I wrote the following macro
# %location
Alias /%location /srv/webdav/data/%location
DAV On
Options
i run a webdav server with a number of users.
each user has access to a private space and everybody has access to a
common space
user access their space with https://dav.example.com/Theirname
and the common space with https://dav.klam.ca/Common
to make life easier for myself and the other admi
Dear Adam,
Try first to check your exchange server are accepting connection. Might your
server firewall are currently blocking all the connections from proxy.
Regards,
Allen
From: Adam Gross
To: "users@httpd.apache.org"
Sent: Sunday, Januar
from rpm distribution?
Regards,
Allen - Unix User
From: John Iliffe
To: users@httpd.apache.org
Sent: Monday, December 17, 2012 9:08 AM
Subject: Re: [users@httpd] Compilation error in Apache 2.4.3
I have finally got back to this (why is building a new server
I'm automating the generation of a .htpasswd file from another data source.
I've been successful in all aspects except for one user account
which doesn't have a password. (yes I know, but in this case is does make
some sense).
Is there a way with the -b switch to add a user without supplying a
pas
specifies a directory in which all files are treated as scripts instead of
docs.
Btw, I installed it on another machine, same issue.
Thanks,
Allen Liu +1 510 9360101
On May 19, 2012, at 3:27 AM, Igor Cicimov wrote:
The name should be test.cgi
On May 19, 2012 5:29 PM, "Allen Liu" wr
know that httpd runs as user 'demon', but I think the cgi file has 755
permission, it should have no problem.
Any help is appreciated.
Allen Liu
allenliu2...@gmail.com
+1 510 936-0101
-
To unsubscrib
On Fri, Jul 8, 2011 at 12:13 PM, Jeroen Geilman wrote:
> On 2011-07-07 19:54, Michael B Allen wrote:
>>
>> I want a request like:
>>
>> /base/path/to/target?foo=bar
>>
>> to invoke a particular PHP file for everything under /base.
>>
>> It
On Thu, Jul 7, 2011 at 9:35 PM, Devraj Mukherjee wrote:
> On Fri, Jul 8, 2011 at 9:54 AM, Michael B Allen wrote:
>> This is a wreck and I must say I don't think it has much to do with
>> PHP. It has to do with the CGI model which is all but dead.
>>
>
> Consid
On Thu, Jul 7, 2011 at 7:02 PM, Devraj Mukherjee wrote:
> Hi,
>
> If your Rewrite rule reads something like this
>
> RewriteRule ^api/(.*) api-gateway.php [L]
>
> Then basically you can extract the last few bit using regular
> expression in our case
>
> $urlParts = null;
> preg_match('/api\/([^\
I want a request like:
/base/path/to/target?foo=bar
to invoke a particular PHP file for everything under /base.
It seems the usual way (only way?) to do this is with something like:
AddHandler php5-script .php
AddType text/html .php
DirectoryIndex index.php
and with directives like:
On Wed, Jul 6, 2011 at 10:23 PM, Michael B Allen wrote:
> On Wed, Jul 6, 2011 at 10:05 PM, Sean Conner wrote:
>> It was thus said that the Great Michael B Allen once stated:
>>>
>>> Hi Sean,
>>>
>>> Ok. But I already have:
>>>
>>>
On Wed, Jul 6, 2011 at 10:05 PM, Sean Conner wrote:
> It was thus said that the Great Michael B Allen once stated:
>>
>> Hi Sean,
>>
>> Ok. But I already have:
>>
>>
>> ServerName www.busicorp.com
>> ...
>>
>>
>> Can I
On Wed, Jul 6, 2011 at 8:59 PM, Sean Conner wrote:
> It was thus said that the Great Michael B Allen once stated:
>> Hi All,
>>
>> I have a site that is accessible through multiple hostnames like:
>>
>> http://www.busicorp.com/
>> http://server123.vp
Hi All,
I have a site that is accessible through multiple hostnames like:
http://www.busicorp.com/
http://server123.vps.hosting.net/
http://busicorp.com/
but I only want the site to be accessible through the first hostname
(http://www.busicorp.com/ and https://www.busicorp.com/). How can I
55 AM, Frank Gingras wrote:
On 02/05/2011 9:22 AM, Allen Seelye wrote:
See http://wiki.apache.org/httpd/13PermissionDenied
Frank
Thanks Franks, this is not a file permission problem though. I've set
the
permissions for the index.html, and every folder up to it, wide open
and I
s
>
> See http://wiki.apache.org/httpd/13PermissionDenied
>
> Frank
>
Thanks Franks, this is not a file permission problem though. I've set the
permissions for the index.html, and every folder up to it, wide open and I
still get a permission denied error.
I did the namei command and this was t
---
I even went so far as to completely remove apache2 and all config files, then
reinstalling. Still no luck.
I'm completely stumped here. Any help is greatly appreciated.
-Allen
-
The official User-
to me
Cheers,
Dirk
On 03.04.2011, at 19:37, Greg Allen wrote:
I am trying to use mod_rewrite to rewrite URLs coming into my server and have
the resulting value from mod_rewrite processed by mod_jk. Here's the relevant
section of my httpd.conf file:
DocumentRoot /home/webadmin/localhos
I am trying to use mod_rewrite to rewrite URLs coming into my server and
have the resulting value from mod_rewrite processed by mod_jk. Here's
the relevant section of my httpd.conf file:
DocumentRoot /home/webadmin/localhost/html
SuexecUserGroup webadmin webadmin
ServerAdmin "webadmin@locahos
Thanks! That was it. I knew it was something simple
-- Greg
On 4/2/2011 5:01 PM, Eric Covener wrote:
You have to capture something to use $1 as your key
On Apr 2, 2011 4:19 PM, "Greg Allen" wrote:
Hello,
I am having problems getting mod_rewrite to work for me. I have a
simp
Hello,
I am having problems getting mod_rewrite to work for me. I have a
simple rewrite program
written in perl. I have configured rewrite in the httpd.conf file and
turned on logging. It looks
as though my map program is being called, but no value is being returned
from the program (as
you
I received the following Error today after following the installation guide
word for word and was wondering if someone could help me?
"httpd.exe: Could not reliably determine the server's fully qualified domain
name, using (address) for ServerName Only one usage of each
socket address is normall
perhaps something smaller and designed for that purpose like:
http://shttpd.sourceforge.net/
?
On Mar 20, 2008, at 4:08 PM, Meir Yanovich wrote:
c++ /c
On Thu, Mar 20, 2008 at 5:49 PM, Sean Allen <[EMAIL PROTECTED]>
wrote:
On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote:
Hel
On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote:
Hello all
im looking to embed web server into my application and i wander if
there any possibility to do that with apache , i don't need all the
functions
only the web server and the security support .
is there such way ?
what language is
On Mar 19, 2008, at 5:22 PM, Sean Allen wrote:
On Mar 19, 2008, at 5:03 PM, Rob Anderson wrote:
Hi all,
I’ve been having a lot of trouble getting my Virtual Hosts to work.
Currently it just loads the route directory and doesn’t go thru to
the dir.
My conf file can be found here
On Mar 19, 2008, at 5:03 PM, Rob Anderson wrote:
Hi all,
I’ve been having a lot of trouble getting my Virtual Hosts to work.
Currently it just loads the route directory and doesn’t go thru to
the dir.
My conf file can be found here:
http://www.insidiousfix.net/linuxug/conf.txt
a quic
i always set the umask right in the startup script and it works.
On Mar 13, 2008, at 3:37 AM, J.Bakshi wrote:
Dear list,
After doing a full one day googling I am fade up and need some kind
help
from this list.
I have clerkconnect server ( enterprise edition 4.2 )
The "httpd -v" shows
~~~
On Mar 2, 2008, at 7:20 PM, James Ellis wrote:
Inline:
> Date: Sun, 2 Mar 2008 17:59:00 -0600
> From: [EMAIL PROTECTED]
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Unencrypted Channel From Web Server To
App Server
>
> James Ellis wrote:
> > Is it correct to say that in a t
As a rewrite rule that could get very hairy.
If you are running a server where you use something like mod_perl or
mod_python
i would set up a handler and do in said language, be MUCH easier.
On Feb 28, 2008, at 1:23 AM, wi wrote:
Hi all
I have a need to create a RewriteRule that will take
Dont do a R for redirect ( that tells the users browser to go to this
new url )
Setup proxying and use the P flag in your rewrite.
On Feb 28, 2008, at 3:36 AM, Melanie Pfefer wrote:
Hello,
a servlet is running on port 9000 while apache in
running on port 80.
The first request I received is
On Feb 20, 2008, at 3:45 PM, Ruslan Sivak wrote:
Krist van Besien wrote:
On Wed, Feb 20, 2008 at 6:20 PM, Ruslan Sivak
<[EMAIL PROTECTED]> wrote:
So basically appache is not encoding the arguments when they're
proxied. When it gets to index.html it just sees user=testing.
How do I make
those packages set it up as a loadable module, you need to adjust
configuration to actually load the module.
On Feb 20, 2008, at 10:06 AM, Kaushal Shriyan wrote:
hi
I am running apache2 and have installed libapache2-mod-perl2 on
Ubuntu 7.04
$dpkg -l | grep apache2
ii apache2
This might help:
http://willy.boerland.com/myblog/preventing_bandwidth_theft_for_images_deeplinking_with_apache
On Feb 20, 2008, at 9:07 AM, Antonio Piu wrote:
Hi All,
I am getting this problem:
someone use to link images (stored on my server) linked in my blog
directly.
So, without permis
On Feb 11, 2008, at 4:19 PM, Joshua Slive wrote:
On Feb 11, 2008 3:54 PM, Sean Allen <[EMAIL PROTECTED]> wrote:
On Feb 11, 2008, at 3:52 PM, Joshua Slive wrote:
On Feb 11, 2008 3:22 PM, Sean Allen <[EMAIL PROTECTED]> wrote:
I want to not log certain errors based on the user
On Feb 11, 2008, at 3:52 PM, Joshua Slive wrote:
On Feb 11, 2008 3:22 PM, Sean Allen <[EMAIL PROTECTED]> wrote:
I want to not log certain errors based on the user agent of the
requestor.
Is there anyway to do that?
No. Just post-filter your log to remove what you aren't in
I want to not log certain errors based on the user agent of the
requestor.
Is there anyway to do that?
I know how to do for that for access logs but i cant see a way to do
for the error log.
anyone got a recipe for this?
---
I have an Apache module that uses localtime(3) to generate timestamps
for logging. When the module is running and executed by worker
processes these timestamps are correctly US\Eastern time. However,
when the module is initializing and deinitializing as the root
process, the timestamps are in GMT t
On 8/6/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 8/5/07, Michael B Allen <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have a very simple mod_rewrite requirement but I can't seem to make it
> > work.
> >
> > I want all paths to invok
Hi,
I have a very simple mod_rewrite requirement but I can't seem to make it work.
I want all paths to invoke a php script *except* some that begin with
certain directories. For example, consider the following URLs:
http://www.example.com/z/blog/07/10
http://www.example.com/z/css/style.css
I wa
> I'm still wondering why mod_cache sets the expires header (or
> some other
> parameter, that causes the headers to be set).
Anything that goes in the cache has to have some expiration date--it can't
just live forever. The manual explains how its computed.
> And why GET and HEAD requests get
> now i change your sample rewrite rule abit to
> RewriteRule ^/(.*?)/(.*)$ /user/$2?user=$1 [L]
>
> When i tried to access http://www.example.com/me/home.jsp. i
> got the following error in error_log
>
> [error] [client 127.0.0.1] File does not exist: /var/www/html/me
>
> Seems httpd ignore th
> I just tried "curl -I
> http://news.dds.dk/uploads/pics/broenonline.gif"; and this is
> what I got:
> ...
> Note, HTTP/1.1 request and no Expires header.
Since I didn't get the Expires header, is it possible that some other device
like a proxy is adding this
c mod_perl/2.0.2 Perl/v5.8.8
Last-Modified: Wed, 05 May 2004 12:01:50 GMT
ETag: "47461f-a32-3102c780"
Accept-Ranges: bytes
Content-Length: 2610
Content-Type: image/gif
Note, HTTP/1.1 request and no Expires header.
Allen
--
> Now want when a user browse www.example.com/someusername/
> httpd will forward the request to
> www.example.com/user/?user=someusername
>
> And when browse a user browse
> www.example.com/someusername/login/ httpd will forward the
> request to www.example.com/user/login/?user=someusername
>
> I probably should have said this in
> the first place, most of these PDFs are hidden behind a
> login*, while a few of them are even paid-for. (And to make
> it even more complicated, PDFs become free after a while,
> while their location stays the same.) Apache knows -via a
> whole bunch of
> Let me guess.
>
> You're using the version of ReiserFS that changed the
> semantics of stat()?
Hello Nick,
The filesystem is ext3, running on top of Red Hat's standard LVM. This is
the default for a RHEL5 / CentOS5 installation.
Is anyone able to use strace to confirm that this either happe
ible but is much harder to use.
Allen
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
"
ile.pdf or
www.yourpdfsite.com/file.pdf. See
http://docs.amazonwebservices.com/AmazonS3/2006-03-01/VirtualHosting.html.
The cost of S3 is $0.18 per GB of data transfer, plus storage and request
charges.
Allen
> -Original Message-
> From: Martijn [mailto:[EMAIL PROTECTED]
> Sent: Frid
request. If the
client attempts to continue with the connection and sends the HTTPS request
with the URL and Host header, what happens at that point is up to the
server. What currently happens and what do you want to happen?
Allen
> -Original Message-
> From: Sebastien Roy [mailto:
7;ll try to figure out what it is. I would note that the
stat("file.html") returned st_mode=S_IFREG.
Allen
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/u
Summary:
When processing a "GET /.../file.html", Apache httpd briefly treats
file.html as a directory and attempts to open
"docroot/.../file.html/.htaccess". The os returns ENOTDIR, and then
processing of the request continues.
There would seem to be no reason for httpd to attempt to open
file.h
where can i find httpd-2.2.4 i386.rpm ?
Send instant messages to your online friends http://uk.messenger.yahoo.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslis
i have downloaded httpd-2.2.4.tar.gz
and install it with this config:
./configure --enable-so --enable-pie
make
make install
but when i run "service httpd start"
nothing done, may use another option to install
this service ?
Send instant messages to your online friends http://uk.messenger.yahoo.
ale -a
C
en_US.utf8
POSIX
This suggests to me that I simply do not have the right locate data. Do
I need to install locale files? The language-support-de package on Ubuntu
looks promising but I'm not sure. Any ideas?
Mike
--
Michael B Allen
PHP Active Directory Kerberos SSO
http:/
use some help and or advice.
Also please let me know if you need to see my apache conf files or
extended log entries etc. and I can provide those if necessary.
Thank You,
Jay J. Allen <[EMAIL PROTECTED]>
Professional Technologist
WVU Web Servic
VS 2003 (i.e. links and simple html elements>.
I'm thinking this problem should be escalated to BUG status.
Can any one offer help?
Regards,
Allen
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
w/a standard fix? (I hope so? hehe), or if not what should
my next step(s) be to solve this?
Thanks in Advance,
Jay J. Allen <[EMAIL PROTECTED]>
Professional Technologist
WVU Web Services
ph: (304) 293-5276
fax: (304) 293-7414
--
Folks,
I've just joined the list, and wanted to send a quick note to
introduce
myself.
My name is Jay Allen, and I'm a professional technologist, working for
West Virginia University in the Web Services department. Currently I
am
administering a handful of web servers (windows, apach
63 matches
Mail list logo