Re: [us...@httpd] No VirtualHosts Issue

2009-04-08 Thread Eric Covener
On Wed, Apr 8, 2009 at 8:21 PM, Viaduct Productions wrote: > So 1 NameVirtualHost *:80 per ? > > I've only had that once on my previous servers. > > I just entered one per, just before, and that error came up 11 times. > No, 1:n. Can you include a full apachectl/apache2c

Re: [us...@httpd] No VirtualHosts Issue

2009-04-09 Thread Eric Covener
On Wed, Apr 8, 2009 at 8:26 PM, Viaduct Productions wrote: > sh: apachectl/apache2ctl/httpd/: No such file or directory Choose the one your system provides. -- Eric Covener cove...@gmail.com - The official User-To-U

Re: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Eric Covener
S gets them to your server, you want "ServerAlias tracking" and maybe one of the canned "canonical hostname" rewrite rules in the manual. -- Eric Covener cove...@gmail.com - The official User-To-User support

Re: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Eric Covener
On Thu, Apr 9, 2009 at 11:11 AM, Griffith, Michael * wrote: > Eric, > > Thanks for the quick reply. I have to admit I am a novice with Apache > config.  Something like this would do the trick? > > RewriteRule ^/(.*)         http://fully.qualified.domain.name/$1 [L,R] see c

Re: [us...@httpd] Location, LocationMatch combinations

2009-04-12 Thread Eric Covener
ected depending on the directives (the final per-directory config can be treated as the verbatim config, or treated as a delta from the result of the previous merges) -- Eric Covener cove...@gmail.com - The official User-To-User sup

Re: [us...@httpd] LocationMatch inside VirtualHost? [solved: bug]

2009-04-14 Thread Eric Covener
lso, 0 == 13 is "OK". The warning usuallu means you have more then one "nameVirtualHost *:80". It should be 1:n between NVH and VH with identical arguments. It's OK becuase what's effectively dead configuration isn't deemed an error (ju

Re: [us...@httpd] server does not send synack on occasions

2009-04-14 Thread Eric Covener
t early on. I'd start looking at your OS network config / equipment. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist

Re: [us...@httpd] LocationMatch inside VirtualHost? [solved: bug]

2009-04-14 Thread Eric Covener
not required. You can join IRC, phone a friend, pay for commercial support, or figure it out on your own. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

Re: [us...@httpd] LocationMatch inside VirtualHost? [solved: bug]

2009-04-14 Thread Eric Covener
On Tue, Apr 14, 2009 at 7:33 AM, Viaduct Productions wrote: > > On 14-Apr-09, at 7:29 AM, Eric Covener wrote: > >> It's not required. You can join IRC, phone a friend, pay for >> commercial support, or figure it out on your own. > > Or ask on a list.  Hence the q

Re: [us...@httpd] LocationMatch inside VirtualHost? [solved: bug]

2009-04-14 Thread Eric Covener
On Tue, Apr 14, 2009 at 7:48 AM, Viaduct Productions wrote: > > On 14-Apr-09, at 7:42 AM, Eric Covener wrote: > >> Not at all, my statement had nothing to do with documentation or >> feedback.  You removed the asinine statement I was replying to: >> >>> It wou

Re: [us...@httpd] cgi http complete header

2009-04-15 Thread Eric Covener
my c++ > client ? I want to know what bytes to send to the client. I don't think CGI has a an answer for this. You could easily add the header you're interested in to the environment via mod_rewrite and the [E=...] flag, and read that environment variable from y

Re: [us...@httpd] Example of URL-to-URL in mod_rewrite

2009-04-15 Thread Eric Covener
(or per-dir, where PT is implicit), but I think it is fair to say that it's generally treated as a URL in that context. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project

Re: [us...@httpd] cgi http complete header

2009-04-16 Thread Eric Covener
On Thu, Apr 16, 2009 at 10:07 AM, Ruben Lihet wrote: > please... help  ? > How canI get rid of the extra http headers apache is sending ? Does it help if you use "-" (no quotes) for your substitution, just to get the side-effect of the RewriteRule? -- Eric Covener c

Re: [us...@httpd] Apache ldap authentication and secrurity

2009-04-16 Thread Eric Covener
nd passwd. > Looking at the traffic on the server I see everything but the username > and passwd It's base64-encoded in the Authorization request header. -- Eric Covener cove...@gmail.com - The official User-To-User s

Re: [us...@httpd] cgi http complete header

2009-04-16 Thread Eric Covener
e like: RewriteCond %{HTTP:Range} (.*) RewriteRule nph-main.cgi - [E=MYRANGE:%1] -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html&

Re: [us...@httpd] How exactly does ab -n works? Please?

2009-04-16 Thread Eric Covener
-1000 to take 100 seconds. But that is not the case. I find that if I do ab > -n 1 everything works fine. But if I do ab -n 3, the server also > gives a time out. What is the logic here? > it doesn't do anything in parallel unless you pass -c. --

Re: [us...@httpd] Empty error_log

2009-04-19 Thread Eric Covener
s/access_log" combined > I really don't know why the error_logs of the virtualhosts stay empty. I > don't have any clues where to look for :( Try eliminating webmin's piped logger. -- Eric Covener cove...@gmail.com --

Re: [us...@httpd] problem on jmeter installation

2009-04-19 Thread Eric Covener
dow but nothing on This is the Apache HTTP Server users list, not a jmeter list. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/usersl

Re: [us...@httpd] How to define constant in apache configuration?

2009-04-20 Thread Eric Covener
in apache 2 configuration. There should be some easy way to > do this. mod_macro, or set native environment variables (in bin/envvars provided by your apache pkg for example) and deref with ${foo}. -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Eric Covener
i decided to disable mod_jk. After that python complained the same way. > Python disabled to and now the headline message arrives. > > i tried ipcs -su > compare what's used with ipcs -l (limits). And make sue both are run

Re: [us...@httpd] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.19652) (5)

2009-04-21 Thread Eric Covener
On Tue, Apr 21, 2009 at 1:37 PM, Newgro wrote: > m18s24:/etc/apache2$ ipcs -l > -- Semaphore Limits > max number of arrays = 128 > m18s24:/etc/apache2$ ipcs -lu > -- Semaphore Status > used arrays = 128 Tried increasing the limits? -- Eric Covener

Re: [us...@httpd] Unique Home Page

2009-04-21 Thread Eric Covener
cope of Apache? Couldn't tell what you mean from your posting style. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

Re: [us...@httpd] How to define constant in apache configuration?

2009-04-21 Thread Eric Covener
On Tue, Apr 21, 2009 at 3:59 PM, inas inassen wrote: > Hi, > > I did some tests in the past using this way ${foo} by defining the variable > foo in the bin/envvars file (like it works in Tomcat for example) but it > fails for apache. So Eric, Please, can you provide us more detail

Re: [us...@httpd] ProxyTimeout question

2009-04-22 Thread Eric Covener
e whole time it would take to satisfy a > request. It applies to individual read, so it is not an end-to-end timeout and should be safe for your dialup users. -- Eric Covener cove...@gmail.com - The official User-To-User sup

Re: [us...@httpd] Server-Variables in CondPattern of RewriteCond directive

2009-04-22 Thread Eric Covener
IIUC It's feasible in per-directory, but not implemented. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [us...@httpd] Server-Variables in CondPattern of RewriteCond directive

2009-04-22 Thread Eric Covener
itions, etc. If you can describe what your end goal is, someone here might be able to help construct a ruleset. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See htt

Re: [us...@httpd] Server-Variables in CondPattern of RewriteCond directive

2009-04-22 Thread Eric Covener
eRule .* http://%{SERVER_NAME}$1 [R] or comedy single-condition option: RewriteCond %{HTTP_HOST},%{SERVER_NAME} !(.+),\1 RewriteRule .* http://%{SERVER_NAME}$1 [R] -- Eric Covener cove...@gmail.com - The official User-To-User

Re: [us...@httpd] Server-Variables in CondPattern of RewriteCond directive

2009-04-22 Thread Eric Covener
On Wed, Apr 22, 2009 at 1:02 PM, Eric Covener wrote: > RewriteRule .* http://%{SERVER_NAME}$1 [R] > RewriteRule .* http://%{SERVER_NAME}$1 [R] I'll head Andre off -- yes you need to actually capture something to use $1 -- Eric Covener cove..

Re: [us...@httpd] How to define constant in apache configuration?

2009-04-23 Thread Eric Covener
ws for control of the environment that will be provided to CGI scripts and SSI pages" -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/

Re: [us...@httpd] mod_deflate with gzipped input (inflate)

2009-04-23 Thread Eric Covener
s now available but too much for > this post.  Who is the proper person to discuss it with? > Bugzilla link? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Ser

Re: [us...@httpd] mod_deflate with gzipped input (inflate)

2009-04-24 Thread Eric Covener
ed data. >> > >> > This same issue was raised in October 2007.  Lack of a test case >> > prevented resolution.  A test case is now available but too much for >> > this post.  Who is the proper person to discuss it with? >> > >> >> On Thu, Apr 23

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread Eric Covener
The manual would have you believe _default_ is more ip-based and * more name-based, however, name-based vhosts do ip-based "first". -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the A

Re: [us...@httpd] Using _default_ vhosts

2009-04-27 Thread Eric Covener
is doesn't boil down to the order of these two relative to eachother? Can you demonstrate ITT? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See htt

Re: [us...@httpd] libtool problems on Solaris

2009-04-27 Thread Eric Covener
lib/apr/configure: > line 9748: `lt_if_append_uniq(lt_decl_varnames, SED, , ,' > configure failed for srclib/apr > longshot, made me think of: http://svn.apache.org/viewvc?rev=760443&view=rev -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] Using _default_ vhosts

2009-04-27 Thread Eric Covener
; > >> > So, when someone configures in addition to >> > the _default_ will never match. > > On 27.04.09 09:35, Eric Covener wrote: >> You sure this doesn't boil down to the order of these two relative to >> eachother?  Can you demonstrate ITT? > &g

Re: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Eric Covener
2009/4/28 Hracek, Petr : > >     Options +Includes Indexes +MultiViews FollowSymLinks Try without mixing + and non-+ -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP

Re: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Eric Covener
gt; > And in the apache log is again "client denied by server configuration". I didn't realize that was your original symptom. Where do you allow access to your DocumentRoot? -- Eric Covener cove...@gmail.com -

Re: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Eric Covener
2009/4/28 Hracek, Petr : > DocumentRoot is /opt/apache/htdocs/ssldocs > > I can send you the configuration file but to your mail. You need a directory stanza that matches it, with "allow from all" or similar. -- Eric Covene

Re: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Eric Covener
of your DocumentRoot. If you've been using something and it works, what configuration and error are you asking for help with? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the

Re: [us...@httpd] Windows Vista DocumentRoot relocation issue 403 Forbidden

2009-04-28 Thread Eric Covener
een able to pick > up anything. Thanks In Advance. Ian What does your error.log say when you hit the 403? Did you update all the references to c:\apache\htdocs, or just the DocumentRoot line? You need to do the former. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] trailing slash

2009-04-28 Thread Eric Covener
On Tue, Apr 28, 2009 at 10:15 AM, Melanie Pfefer wrote: > > Hi > > I did the following redirection: > > ProxyPass /abc http://host:7005/ > ProxyPassReverse /abc http://abc:7005/ > Match trailing slashes in the two arguments (both or none) -- Eric C

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-28 Thread Eric Covener
my folder htdocs I have three files (index.html, new.html and test.php). > When typed in the browser "http//localhost/1" I think that URL is mapped to > address "http://localhost/index.html"; > > What happen ?? Is test right ?? I don't know, what happened?

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-29 Thread Eric Covener
-error page. -- Eric Covener cove...@gmail.com - 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: users-unsubscr...@ht

Re: [us...@httpd] RewriteRule under JkMount location and server variables

2009-05-01 Thread Eric Covener
irectory. The enclosed directives are not applicable. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

Re: [us...@httpd] Default server is overridden by first VirtualHost

2009-05-01 Thread Eric Covener
rver back? The manual explicitly talks about this. If it matches, it will hide the base/default server. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://htt

Re: [us...@httpd] Default server is overridden by first VirtualHost

2009-05-04 Thread Eric Covener
.  This is the problem I am having. There's no comparisons of names at this point, just ips/interfaces and ports. If you have a set of *:80 virtualhosts, ip-based selection occurs early and then name-based selection comes from this subset of virtualhosts. That's why the base ser

Re: [us...@httpd] Apache 2.2.10 LDAPS to Active Directory

2009-05-04 Thread Eric Covener
Web Groups,OU=Global Security > Groups,DC=nm,DC=ad,DC=llssa,DC=org > > "AuthBasicProvider ldap" is required in 2.2 Your require should be "ldap-group", not just group. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] httpd service not starting on Windows 2008 (64bit) through Microsoft Failover Cluster

2009-05-04 Thread Eric Covener
On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS wrote: > I am facing an issue in bringing up httpd (2.2.10) configured in Microsoft > Failover Cluster (MSCS) on Windows 2008 64 bit system. >>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d Tried simplifying t

Re: [us...@httpd] config httpd for php5 howto

2009-05-04 Thread Eric Covener
t of the php code. I still can not find the solution. http://wiki.apache.org/httpd/PHPDownload -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://http

Re: [us...@httpd] Unneeded Modules

2009-05-04 Thread Eric Covener
havior of your server.  The easiest way to determine this is to comment > one out and use apachectl -t to find out if you broke it. > mod_info in 2.2 can help here as well. -- Eric Covener cove...@gmail.com - The official

Re: [us...@httpd] Little explanation

2009-05-05 Thread Eric Covener
tters for these. Maintain the relative order that you see in the default conf. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [us...@httpd] Reverse Proxy Balancer ?

2009-05-06 Thread Eric Covener
uster2/ > stickysession=JSESSIONID|jsessionid nofailover=On > >   >   BalancerMember https://10.1.10.10:443 >   BalancerMember https://10.1.10.11:443 >   That's not what ProxyPassReverse does. Your first ProxyPass is a reverse proxy. -- Eric Covener cove...@gmail.com -

Re: [us...@httpd] apache windows ssl service

2009-05-07 Thread Eric Covener
he service itself with the -D. > If I rem out the IfDefine it also does not > start up.  Any insight appreciated. That's not a good sign, what does the error log / event viewer say? configtest? -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] dynamic/mass virtual hosts with www.* alias and localhost...

2009-05-07 Thread Eric Covener
  thus, i am > trying to setup some directive to avoid having to make 2 entries (both the > domain.org directory AND a www.domain.org link to the directory) to have > apache serve both domains. Can you use mod_rewrite to force a canonocal flavor of each domain with always www or

Re: [us...@httpd] ProxyPass and Internal URLs

2009-05-07 Thread Eric Covener
.0.0:443 (your symptom doesn't match this error, but it's a common error) Can you paste apache2ctl (or apachectl/httpd) -S ? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apac

Re: [us...@httpd] mixing * ports and non-* ports with a NameVirtualHost address is not supported

2009-05-07 Thread Eric Covener
"mixing * ports and non-* ports with a NameVirtualHost address is not > supported" Simplest fix is to make sure every usage of NameVirtualHost and VirtualHost contains a port number in the argument (ending with a colon then a port

Re: [us...@httpd] VirtualHost hostname1.com:0 overlaps with VirtualHost hostname2.com:0

2009-05-07 Thread Eric Covener
com:0 overlaps with VirtualHost hostname2.com:0, the > first has precedence, perhaps you need a NameVirtualHost directive" They resolve to the same IP address. Hostnames are quite confusing in the VH and NVH directives, generally better to just use a wildcard, like *:80, unless you

Re: [us...@httpd] apache tuning

2009-05-07 Thread Eric Covener
these modules and the > setting of the following: > > mpm_beos_module > mpm_netware_module > mpm_mpmt_os2_module The directives can apply to multiple MPMs. The manual usually illustrates the MPM-specific details in the text. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] VirtualHost hostname1.com:0 overlaps with VirtualHost hostname2.com:0

2009-05-07 Thread Eric Covener
On Thu, May 7, 2009 at 4:05 PM, André Warnier wrote: > Eric Covener wrote: >> >> On Thu, May 7, 2009 at 12:29 PM, Noah wrote: >>> >>> Hi there, >>> >>> I've googled this issue and still not able to Make sense of a cure. Also >>>

Re: [us...@httpd] mod_proxy working on initial request, but not for subsequent resource requests

2009-05-10 Thread Eric Covener
the second is the url to proxy to. So: > >> ProxyPass / http://192.168.1.53/ >> ProxyPassReverse / http://192.168.1.53/ > They take 1 parameter when used in a Location container (they get the other from their context) Maybe your HTML has a BASE href that is skirting your /camera/

Re: [us...@httpd] mod_proxy working on initial request, but not for subsequent resource requests

2009-05-10 Thread Eric Covener
On Sun, May 10, 2009 at 8:13 PM, Mark Keenan wrote: > Hi Eric, > > I just checked and it doesn’t use the base tag in the HTML. Any other ideas? > Is my configuration definatley correct? I do think that it is. But when I > look at the html and see that there appears to be n

Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-10 Thread Eric Covener
t; figure out if there is a workaround for this (I also asked on a > phpmyadmin forum but haven't heard back yet.) This is probably for thread-safety reasons. Maybe you can just remove mod_php and use PHP-as-cgi (or fastcgi).

Re: [us...@httpd] Ubuntu + Apache + Virtual host + Subversion + SSL tutorial: error about SSL.

2009-05-12 Thread Eric Covener
meVirtualHosts all specify a port in the argument, and the ones that are supposed to be SSL need to have SSL configured. (your probably taking SSL to a non-SSL port) -- Eric Covener cove...@gmail.com - The official User-To-User su

Re: [us...@httpd] Apache child process not exiting after it served MaxRequestsPerChild

2009-05-12 Thread Eric Covener
keepalive setting, because few child > process dies properly after it served 3 requests. Can you get a full backtrace of that lingering thread? -- Eric Covener cove...@gmail.com - The official User-To-User support forum

Re: [us...@httpd] modrewrite help needed....plz :(

2009-05-13 Thread Eric Covener
d > with "http://10.10.21.170/SEARCH/index.jsp?area1=sq"; In httpd.conf, outside of , the thing your comparing against in a RewriteRule begins with a slash. Your rule isn't matching due to the anchor. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Eric Covener
many home routers that you can't use your externally routable IP address from within the LAN. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

RE: [EMAIL PROTECTED] Hacked the website replace the index.hm page

2005-05-08 Thread Eric Frazier
to take their security first and performance second. Eric At 06:55 PM 5/8/2005, Gary W. Smith wrote: Here is the explanation as you have already presented it: All users sites are owned by httpd There are multiple user sites, we'll say a-z. Site a is running PHPbb with a version known to be

RE: [EMAIL PROTECTED] Hacked the website replace the index.hm page

2005-05-08 Thread Eric Frazier
worthwhile. Thanks for the info, I was curious and you filled in some blanks. Eric On Sun, 2005-05-08 at 19:13 -0700, Eric Frazier wrote: > Hi, > > Does no one use cgi wrap anymore? I thought that the best way to handle > this kind of thing is to run PHP as a CGI first off, and then us

Re: [EMAIL PROTECTED] SSI won't run unless .htaccess in sub-dir

2006-01-24 Thread Eric Covener
osher to mix +/- and non +/- Options parameters when you split it on two lines? (Mixing +/- and non +/- is unpredictable result on a single line) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache

[EMAIL PROTECTED] "Include" lines not being included?

2006-04-03 Thread Stewart, Eric
if I use two separate lines with full path names), all I get from "apachectl configtest" is: Syntax OK I do not get any confirmation that the configuration files have been included (which, according to the website doco, I should get). Any ideas? Eric Stewart - Network

RE: [EMAIL PROTECTED] "Include" lines not being included?

2006-04-03 Thread Stewart, Eric
ttpd-2.2.0, RHEL 4.0. > -Original Message- > From: Stewart, Eric [mailto:[EMAIL PROTECTED] > Sent: Monday, April 03, 2006 8:20 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] "Include" lines not being included? > > I have a configuration tha

RE: [EMAIL PROTECTED] "Include" lines not being included?

2006-04-03 Thread Stewart, Eric
r and apachectl configtest puked it right up. > -Original Message- > From: Boyle Owen [mailto:[EMAIL PROTECTED] > Sent: Monday, April 03, 2006 8:34 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] "Include" lines not being included? > > > -

[EMAIL PROTECTED] Httpd-2.2.0, mod_authnz_ldap, Active Directory

2006-04-03 Thread Stewart, Eric
be out of date regarding it's use with mod_authnz_ldap ... If you've gotten things to work, please send me a sample config ... Thanks! Eric Stewart - Network Admin, USF Tampa Library - [EMAIL PROTECTED] Given a problem to solve or an intriguing thread to follow from moment

[EMAIL PROTECTED] Active Directory, Apache 2.2.2, and LDAP

2006-05-02 Thread Stewart, Eric
This would probably be more appropriately titled "Active Directory is not LDAP". I've been trying to get a good Apache2.2.x to AD authenticator going, and thought I had it all set with mod_auth_ldap. And I do ... With some major caveats. In the hopes that someone else has a better solutio

RE: [EMAIL PROTECTED] Active Directory, Apache 2.2.2, and LDAP

2006-05-03 Thread Stewart, Eric
> -Original Message- > From: Rainer Sokoll [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 02, 2006 4:59 PM > > On Tue, May 02, 2006 at 03:38:12PM -0400, Stewart, Eric wrote: > > > It turns out that the following set up will work - but that you > > m

Re: [EMAIL PROTECTED] ENV missing in fastCGI

2006-06-04 Thread Eric Covener
gi handler. The policy of spawning/killing these dynamic processes is based on the filename of the request and the "global" FastCGIConfig settings. External servers are not managed by mod_fastcgi, and may be running on another box entirely and listening for fastcgi connections

[EMAIL PROTECTED] Help with mod_rewrite

2006-06-06 Thread Eric Lemes
ase. I tried RewriteRule (\/.*\/.*) ${lowercase:{$1}} [L], but it didn't work (I don't understand how to tell it that $1 is what I need in lowercase). In my httpd.conf (I don't matter if other URL's rewrited. I use this server only for subversion). Anyone can help me? Thanks in advance. Eric Lemes

Re: [EMAIL PROTECTED] Help with mod_rewrite

2006-06-06 Thread Eric Lemes
Thanks Robert. The problem here is that after the myrepos path, there mustn't be any changes in the case. Thanks anyway. []'s Eric LemesOn 6/6/06, Robert Ionescu <[EMAIL PROTECTED]> wrote: Eric Lemes wrote:> I need to rewrite a url, translating to lowercase only the repo

[EMAIL PROTECTED] mod_cache 2.2.x vs. 2.0.x

2007-02-14 Thread Eric Covener
Has anyone looked at how applicable to 2.0.x the 10 bullets in the "what can be cached" section of the following document: http://httpd.apache.org/docs/2.2/caching.html Any key differences jump out for anyone? -- Eric Covener [EMAIL

[EMAIL PROTECTED] logformat %p in 2.0.x

2007-02-21 Thread Eric Covener
x27;t see how Listen could come into play. Incorrect holdover from 1.3.x documentation maybe? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

Re: [EMAIL PROTECTED] subject: Apache2.2 for win32 can't load module libapreq2 I just built

2007-02-21 Thread Eric Covener
s utility, or a sysinternals workalike might show you a missing DLL dependency for libapreq2.dll: http://www.dependencywalker.com/ -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Serv

Re: [EMAIL PROTECTED] "(8)Exec format error: exec of 'test.php' failed" when ScriptAlias

2007-02-22 Thread Eric Covener
On 2/22/07, thomas Armstrong <[EMAIL PROTECTED]> wrote: 51a8:1409:18d7:afbf:20df:9300:a00:0] (8)Exec format error: exec of '/home/project/modules/videos/web/test.php' failed Perhaps you need a shebang (!#/usr/bin...) line at the top of the PHP script so the interpreter can be

Re: [EMAIL PROTECTED] Localhost contra the outside world

2007-02-25 Thread Eric Covener
On 2/25/07, ETANOIL <[EMAIL PROTECTED]> wrote: http://127.0.0.1:/MyProj/faces/index.jsp. A link to that address in one of my html files in /var/www/html results in a display of the index.jsp provided I'm operating on my own machine (localhost). But clicking the link from the outside Internet

Re: [EMAIL PROTECTED] Localhost contra the outside world

2007-02-26 Thread Eric Covener
On 2/26/07, ETANOIL <[EMAIL PROTECTED]> wrote: Eric Covener wrote: > On 2/25/07, ETANOIL <[EMAIL PROTECTED]> wrote: >> http://127.0.0.1:/MyProj/faces/index.jsp. >> A link to that address in one of my html files in /var/www/html results >> in a disp

[EMAIL PROTECTED] Apache returns empty file, reports 200 and correct file size

2007-02-28 Thread Eric Wertman
much as apache, apr, or some other configuration issue that I'm missing. Is it possible that something at the system level is stopping the data? Thanks in advance for your help! Eric - The official User-To-User support

Re: [EMAIL PROTECTED] Apache returns empty file, reports 200 and correct file size

2007-02-28 Thread Eric Wertman
.apache.org/bugzilla/show_bug.cgi?id=41551 On 3/1/07, Eric Wertman <[EMAIL PROTECTED]> wrote: I'm running a self-compiled set of binaries on an x86_64 2.4 kernel.  My setup appears to be working completely fine, but occasionally I get a broken image or script.  After doin

Re: [EMAIL PROTECTED] Apache returns empty file, reports 200 and correct file size

2007-03-01 Thread Eric Wertman
hings important in the file? Robert Lassiter wrote: I was having this problem when I found the following article. After reading this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18719 I tried setting "EnableSendfile off" on httpd.conf, and it solved it. -Original Message-

Re: [EMAIL PROTECTED] authnz with multiple AD domains and Global Catalog

2007-03-10 Thread Eric Covener
On 3/6/07, Keith O'Brien <[EMAIL PROTECTED]> wrote: [ldap_search_ext_s() for user failed][Invalid DN syntax] You should capture a packet trace of both configurations and see if you can spot a bogus string making it into a base/filter. -- Eric Covener [EMAI

[EMAIL PROTECTED] Apache mod_jk <-> Tomcat AJP connectors question

2007-03-15 Thread Eric Tchepannou
gards, Eric Tchepannou

RE: [EMAIL PROTECTED] Redirecting to a different physical server

2007-03-28 Thread Eric DuToit
not capable of handling multiple WAN IPs * both servers are behind the firewall I believe mod_proxy will work for you. See http://httpd.apache.org/docs/2.0/vhosts/examples.html#proxy -- Eric DuToit Sr. Technical Analyst FedEx Services ---

Re: [EMAIL PROTECTED] Mod RewriteRule Help : Accepting Variable Number Of Arguments

2007-03-31 Thread Eric Covener
;action". Try making the previous expressions non greedy, and maybe use + instead of * -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

Re: [EMAIL PROTECTED] Mod RewriteRule Help : Accepting Variable Number Of Arguments

2007-03-31 Thread Eric Covener
On 3/31/07, Eric Covener <[EMAIL PROTECTED]> wrote: Try making the previous expressions non greedy, and maybe use + instead of * Sorry, as in /(.+?)/ -- Eric Covener [EMAIL PROTECTED] - The official User-To-User s

Re: [EMAIL PROTECTED] configuration problem

2007-04-08 Thread Eric Covener
of the filesystem by Apache, you'll need to use Location/LocationMatch instead. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/use

Re: [EMAIL PROTECTED] apache port num. problem

2007-04-15 Thread Eric Covener
is normally permitted. : make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs" Incidentally I have in the apache config file [httpd.conf] the line "Listen [my ip address port number]:80" Duplicate, overlapping Listen directe

Re: [EMAIL PROTECTED] How to translate UTF-8 URLs into ISO-8859-1 filenames

2007-04-24 Thread Eric Covener
m to try to convert as appropriate -- Eric Covener [EMAIL PROTECTED] - 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,

RE: [EMAIL PROTECTED] https redirection

2007-05-16 Thread Eric DuToit
Mod re-write is your friend: http://www.google.com/search?q=mod_rewrite -Original Message- From: Guy Speier [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 4:32 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] https redirection Hello, How can I redirect users visitin

RE: [EMAIL PROTECTED] Re: https redirection

2007-05-17 Thread Eric DuToit
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 5:47 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Re: https redirection Thanks Eric, I still can't get this thing to work. I think the problem is I still want all http://www.foo.com to stay on www, but I want

Re: [EMAIL PROTECTED] issues with control

2007-05-29 Thread Eric Covener
d the order that 'Order' will evaluate the merged directives. -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] issues with control

2007-05-29 Thread Eric Covener
On 5/29/07, Eric Covener <[EMAIL PROTECTED]> wrote: Isn't this effectively: Order deny,allow Allow from 10.1.2.3 Deny from all Allow from all Mind the order that 'Order' will evaluate the merged directives. That was all pretty poorly presented. Your 'allow al

Re: [EMAIL PROTECTED] issues with control

2007-05-29 Thread Eric Covener
Now serving a self-imposed email probation of 24h for two flubbed responses in the same thread. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http

<    5   6   7   8   9   10   11   12   13   14   >