[users@httpd] ab bugs and a misfeature

2018-04-29 Thread Allen McIntosh
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));

Re: [users@httpd] Re: CLOSED - Re: [users@httpd] Macros + Require constructs

2016-06-18 Thread John Allen
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

[users@httpd] CLOSED - Re: [users@httpd] Macros + Require constructs

2016-06-16 Thread John Allen
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

Re: [users@httpd] Macros + Require constructs

2016-06-15 Thread John Allen
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

[users@httpd] Macros + Require constructs

2016-06-15 Thread John Allen
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

[users@httpd] webdav user login/validation

2015-10-17 Thread John Allen
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

Re: [users@httpd] Reverse Proxy with Exchange 2010

2013-01-21 Thread Allen Umlas
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

Re: [users@httpd] Compilation error in Apache 2.4.3

2013-01-14 Thread Allen Umlas
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

[users@httpd] htpasswd - blank password from command line?

2012-06-12 Thread Wayne Allen
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

Re: [users@httpd] CGI script is not executed

2012-05-19 Thread Allen Liu
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

[users@httpd] CGI script is not executed

2012-05-19 Thread Allen Liu
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

Re: [users@httpd] Invoking PHP without .php extension?

2011-07-08 Thread Michael B Allen
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

Re: [users@httpd] Invoking PHP without .php extension?

2011-07-07 Thread Michael B Allen
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

Re: [users@httpd] Invoking PHP without .php extension?

2011-07-07 Thread Michael B Allen
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\/([^\

[users@httpd] Invoking PHP without .php extension?

2011-07-07 Thread Michael B Allen
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:

Re: [users@httpd] Canonicalizing Domains / Hostnames

2011-07-06 Thread Michael B Allen
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: >>> >>>

Re: [users@httpd] Canonicalizing Domains / Hostnames

2011-07-06 Thread Michael B Allen
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

Re: [users@httpd] Canonicalizing Domains / Hostnames

2011-07-06 Thread Michael B Allen
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

[users@httpd] Canonicalizing Domains / Hostnames

2011-07-06 Thread Michael B Allen
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

Re: [users@httpd] userdirs inaccessible after upgrade

2011-05-02 Thread Allen
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

Re: [users@httpd] userdirs inaccessible after upgrade

2011-05-02 Thread Allen Seelye
> > 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

[users@httpd] userdirs inaccessible after upgrade

2011-05-01 Thread Allen Seelye
--- 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-

Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
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

[users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
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

Re: [users@httpd] Problems with mod_rewrite

2011-04-02 Thread Greg Allen
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

[users@httpd] Problems with mod_rewrite

2011-04-02 Thread Greg Allen
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

[EMAIL PROTECTED] Error with ServerName and then furthermore with Listening Sockets

2008-09-09 Thread Philip Allen
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

Re: [EMAIL PROTECTED] Is there way to embed apache server

2008-03-20 Thread Sean Allen
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

Re: [EMAIL PROTECTED] Is there way to embed apache server

2008-03-20 Thread Sean Allen
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

Re: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Sean Allen
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

Re: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Sean Allen
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

Re: [EMAIL PROTECTED] How to altter the default umask of apache ??

2008-03-13 Thread Sean Allen
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 ~~~

Re: [EMAIL PROTECTED] Unencrypted Channel From Web Server To App Server

2008-03-02 Thread Sean Allen
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

Re: [EMAIL PROTECTED] Looking for RewriteRule regex aid

2008-02-28 Thread Sean Allen
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

Re: [EMAIL PROTECTED] URL redirection

2008-02-28 Thread Sean Allen
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

Re: [EMAIL PROTECTED] RewriteRule problem

2008-02-22 Thread Sean Allen
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

Re: [EMAIL PROTECTED] mod_perl

2008-02-20 Thread Sean Allen
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

Re: [EMAIL PROTECTED] deny direct access

2008-02-20 Thread Sean Allen
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

Re: [EMAIL PROTECTED] Conditional Error Logging

2008-02-11 Thread Sean Allen
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

Re: [EMAIL PROTECTED] Conditional Error Logging

2008-02-11 Thread Sean Allen
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

[EMAIL PROTECTED] Conditional Error Logging

2008-02-11 Thread Sean Allen
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? ---

[EMAIL PROTECTED] Strange Timezone Switching Between GMT and US\Eastern in Module

2008-02-08 Thread Michael B Allen
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

Re: [EMAIL PROTECTED] simple mod_rewrite question

2007-08-06 Thread Michael B Allen
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

[EMAIL PROTECTED] simple mod_rewrite question

2007-08-05 Thread Michael B Allen
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

RE: [EMAIL PROTECTED] Strange "expires" header

2007-06-10 Thread Allen Pulsifer
> 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

RE: [EMAIL PROTECTED] mod_rewrite and mod_jk help

2007-06-09 Thread Allen Pulsifer
> 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

RE: [EMAIL PROTECTED] Strange "expires" header

2007-06-08 Thread Allen Pulsifer
> 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

RE: [EMAIL PROTECTED] Strange "expires" header

2007-06-08 Thread Allen Pulsifer
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 --

RE: [EMAIL PROTECTED] mod_rewrite and mod_jk help

2007-06-08 Thread Allen Pulsifer
> 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 >

RE: [EMAIL PROTECTED] setting MaxClients locally?

2007-06-08 Thread Allen Pulsifer
> 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

RE: [EMAIL PROTECTED] httpd attempts to open file.html/.htaccess (is this a bug?)

2007-06-08 Thread Allen Pulsifer
> 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

RE: [EMAIL PROTECTED] setting MaxClients locally?

2007-06-08 Thread Allen Pulsifer
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] "

RE: [EMAIL PROTECTED] setting MaxClients locally?

2007-06-08 Thread Allen Pulsifer
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

RE: [EMAIL PROTECTED] VHOST and SSL

2007-06-07 Thread Allen Pulsifer
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:

RE: [EMAIL PROTECTED] httpd attempts to open file.html/.htaccess (is this a bug?)

2007-06-07 Thread Allen Pulsifer
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

[EMAIL PROTECTED] httpd attempts to open file.html/.htaccess (is this a bug?)

2007-06-07 Thread Allen Pulsifer
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

[EMAIL PROTECTED] httpd 2.2.4 rpm file

2007-06-06 Thread allen green
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

[EMAIL PROTECTED] problem running service httpd

2007-06-05 Thread allen green
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.

[EMAIL PROTECTED] Setting Default LC_LANG

2007-03-24 Thread Michael B Allen
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:/

[EMAIL PROTECTED] Parent: child process exited with status 3221226324 -- Restarting.

2005-09-20 Thread Jay Allen
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

[cli-users] ASP.NET Version Mismatch Error

2005-08-26 Thread Allen Mayes
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]

[EMAIL PROTECTED] apache error question

2005-08-25 Thread Jay Allen
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 --

[EMAIL PROTECTED] Greetings from a new list member.

2005-08-24 Thread Jay Allen
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