Re: [EMAIL PROTECTED] Another ldap question

2008-10-31 Thread Eric Covener
never updated. > Should last 10 minutes in the cache by default: http://httpd.apache.org/docs/2.2/mod/mod_ldap.html#ldapcachettl http://httpd.apache.org/docs/2.2/mod/mod_ldap.html#ldapopcachettl -- Eric Covener [EMAIL PROTECTED]

Re: [us...@httpd] Cannot change User for httpd.exe with Apache2.2 for Windows

2008-10-31 Thread Eric Covener
change of the User. It doesn't look like Apache changes userid on Windows, what installation instructions were you following? http://httpd.apache.org/docs/2.2/mod/mpm_common.html#user http://httpd.apache.org/docs/2.2/platform/windows.html -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] htaccess help

2008-10-31 Thread Eric Covener
rking anymore. They only apply to the 1 RewriteRule they precede. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

Re: [EMAIL PROTECTED] One tag for public_html in various paths

2008-11-02 Thread Eric Covener
> /home/2007/ab/user4 > /home/too/2005/z/user5 ? It's unclear what the exceptions are supposed to be, but you could probably find a short few DirectoryMatches (PCRE instead of shell glob) that capture what you want. -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Re: One tag for public_html in various paths

2008-11-03 Thread Eric Covener
On Mon, Nov 3, 2008 at 4:36 PM, Marcin Zajączkowski <[EMAIL PROTECTED]> wrote: > On 2008-11-02 20:44, Eric Covener wrote: > (...) >>> How can I set Options and other configuration for user public_html >>> directories which are placed in a different paths: >>&

Re: [EMAIL PROTECTED] LDAP group limits?

2008-11-04 Thread Eric Covener
t think other groups should be a factor. -- 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 unsubsc

Re: [EMAIL PROTECTED] mod_rewrite rule

2008-11-04 Thread Eric Covener
subdirectories of course. I thought this would do it: > > RewriteRule ^path(.*)$ /Path$1 [last] > > but it doesn't. Any help would be appreciated. What does it do? Can you enable the RewriteLog? Do you have RewriteEngine on? Are your htaccess files being read (AllowOve

Re: [us...@httpd] SSL Proxy

2008-11-04 Thread Eric Covener
le.org/foo/bar/ which raises an 404. example.org/proxy/foo/bar/ would > be fine. > ProxyPassReverse? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [EMAIL PROTECTED] Re: mod_rewrite rule

2008-11-04 Thread Eric Covener
On Tue, Nov 4, 2008 at 8:35 PM, Seb <[EMAIL PROTECTED]> wrote: > On Tue, 4 Nov 2008 20:21:39 -0500, > "Eric Covener" <[EMAIL PROTECTED]> wrote: > and my user needs to have a directory Path/ have a lower case URI (as > http://some.host.com/~user/path). With the r

Re: [EMAIL PROTECTED] Re: mod_rewrite rule

2008-11-04 Thread Eric Covener
On Tue, Nov 4, 2008 at 8:59 PM, Seb <[EMAIL PROTECTED]> wrote: > On Tue, 4 Nov 2008 20:49:39 -0500, > "Eric Covener" <[EMAIL PROTECTED]> wrote: > >> On Tue, Nov 4, 2008 at 8:35 PM, Seb <[EMAIL PROTECTED]> wrote: >>> On Tue, 4 Nov 2008 20:21:39

Re: [EMAIL PROTECTED] mod_rewrite rule

2008-11-05 Thread Eric Covener
7;s no problem to hop around the fileystem even when the rules are in .htaccess. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html&g

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Eric Covener
#acc anchor locally. Opera browsers ask for www.../all.html, get a redirect, and discard the #acc anchor locally. Browsers don't send the anchor over the wire in a request. -- Eric Covener [EMAIL PROTECTED] - The official

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Eric Covener
On Wed, Nov 5, 2008 at 10:10 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Wed, Nov 5, 2008 at 9:46 AM, Robert T Wyatt <[EMAIL PROTECTED]> wrote: >> Here's the link: >> http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc >> &g

Re: [EMAIL PROTECTED] Running programs...

2008-11-06 Thread Eric Covener
hat it is supposed to do. > So that's not it. It really is the combo apache+running this program... SELinux? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Rewrite help

2008-11-08 Thread Eric Covener
't save you here. Have you tried using the full filesystem path in the 2nd parameter of the RewriteRule? RewriteRule ^/freshaire/images/(.*)$ /Users/craiger/root-test/$1 [L] -- Eric Covener [EMAIL PROTECTED] - The officia

Re: [EMAIL PROTECTED] Apache worker / PHP issue

2008-11-08 Thread Eric Covener
nstalls prefork. > > I need to keep the worker mode intact..please suggest. Your distro is wisely preventing you from using that combination. http://www.php.net/manual/en/faq.installation.php#faq.installation.apache2 If you know better, build your own.

Re: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Eric Covener
idy.doodaa.com/index.html.en [L,R] > > > > > I then tried going to the url > http://yippidy.doodaa.com/htdocs/testfororacle/index.html hoping it would > rewrite to http://yippidy.doodaa.com/index.html.en, but alas, it did not :-( Doesn't "^/" always fai

Re: [EMAIL PROTECTED] 403 Error - Bugzilla CGI and Apace 2.2

2008-11-10 Thread Eric Covener
t don't know where to go next. > The corresponding error log entry will tell you where to go next. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

Re: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Eric Covener
surprised that it's testing against something that looks like an absolute filesystem path instead of a partial URL. To simplify, don't put your Rewrite directives inside any Location/Directory containers. Maybe you could pastebin the entire log? -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-09 Thread Eric Covener
oesn't work for that. NameVirtualHost *:80 ... ... SSLEngine on ... -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.htm

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-10 Thread Eric Covener
just try to interpret it either way. -- 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 unsubscri

Re: [EMAIL PROTECTED] Re: HTTPS connexion on the port 80

2008-11-10 Thread Eric Covener
On Mon, Nov 10, 2008 at 5:00 PM, David BERCOT <[EMAIL PROTECTED]> wrote: > Le Mon, 10 Nov 2008 15:55:17 -0500, > Dan Poirier <[EMAIL PROTECTED]> a écrit : >> David BERCOT <[EMAIL PROTECTED]> writes: >> > Le Mon, 10 Nov 2008 06:59:54 -0500, >> > "

Re: [EMAIL PROTECTED] 2.2.9 overriding AuthBasicProvider ldap with .htaccess files

2008-11-11 Thread Eric Covener
gt; And here's what I have in /path/to/my/site/cgi-bin/test/.htaccess: > > AuthName "Local Auth" > AuthType Basic > AuthUserFile /path/to/my/site/cgi-bin/test/.htpasswd > AuthGroupFile /dev/null > require user testme1 Shouldn't you actually have AuthBasicProvider in the

Re: [EMAIL PROTECTED] Can't access site outside local network?

2008-11-11 Thread Eric Covener
ia your router to your host running Apache -- 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 unsubscri

Re: [EMAIL PROTECTED] File too large: An error occurred while writing to a resource

2008-11-14 Thread Eric Covener
I running: > > OS: Red Hat Enterprise Linux ES release 4 (Nahant Update 6) > Kernel: 2.6.9-55.0.6.ELsmp #1 SMP > Server version: Apache/2.0.52 Try a recent 2.2.x release for standard large file support. -- Eric Covener [EMAIL PROTECTED] --

Re: [EMAIL PROTECTED] Premature end of script headers

2008-11-18 Thread Eric Covener
king at error.log, we found following logs: > > ... > [Tue Nov 18 18:23:28 2008] [error] [client a.b.c.d] Premature end of > script headers: our_application.exe > ... ScriptLog might show you that your app is emitting an error message instead of e.g. Con

Re: [EMAIL PROTECTED] compiling apache with mpm as worker

2008-11-18 Thread Eric Covener
er. That's a convention used by other packagers, the build simply spits out "httpd" no matter what MPM you choose. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Serv

Re: [EMAIL PROTECTED] Repository logs to SYSLOG-NG serve

2008-11-18 Thread Eric Covener
g Only the error log can be sent to syslog directly, but you can probably write a piped logger like rotatelogs that writes to syslog instead of disk. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support for

Re: [EMAIL PROTECTED] authnz_ldap_module restrict login attempts

2008-11-19 Thread Eric Covener
y 3 invalid attempts. Nothing in Apache keeps track. -- 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.

Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Eric Covener
at doesn't know what to do with the chunked encoding. Is it a real browser, or are you just looking at the dump? It looked like the Transfer-Encoding: chunked header was set on the response and the chunked encoding was correct. -- Eric Covener [EMAIL PROTECTED] ---

Re: [EMAIL PROTECTED] Repository logs to SYSLOG-NG serve

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 3:04 AM, Ashwin Patil <[EMAIL PROTECTED]> wrote: > Hi, thanks, please guide how I will pipe then http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#customlog -- Eric Covener [EMAIL

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Eric Covener
tribute" in the AuthLDAPURL doesn't contain the same thing as what you're feeding into the browser 2) if you added a "filter" to the end of AuthLDAPURL it may be eliminating your result -- Eric Covener [EMAIL PROTECTED] ---

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Eric Covener
> > How do I pass just 'someuser' as the uid ? That means your user is typing that into the browsers basic auth prompt. Apache doesn't have a way to manipulate it before running the ldap search -- does that full email address match some

Re: [EMAIL PROTECTED] error_log file of 150 Gb!!

2008-11-19 Thread Eric Covener
che.org/docs/2.2/mod/mod_log_config.html#customlog (look for "pipe") http://httpd.apache.org/docs/2.2/programs/rotatelogs.html -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache

Re: [EMAIL PROTECTED] how to reject head request

2008-11-19 Thread Eric Covener
2008/11/19 likai <[EMAIL PROTECTED]>: > How could I reject all coming http head request by configuring httpd.conf? You can return 403/Forbidden with this In the base server and again in each virtualhost: RewriteEngine on RewriteCond %{REQUEST_METHOD} =HEAD RewriteRule .* - [F] -- Eri

Re: [EMAIL PROTECTED] attempting to use ldaps causes core dump

2008-11-24 Thread Eric Covener
info on whats going on ? Any chance you have a different LDAP or SSL lib used in some other module or system authenticaton (e.g.. /etc/nsswitch.conf?) You might try to obtain a backtrace with gdb and postit here: http://httpd.apache.org/dev/debug

Re: [EMAIL PROTECTED] attempting to use ldaps causes core dump

2008-11-24 Thread Eric Covener
sl compile time options > > Heres the back trace ? > > Program received signal SIGSEGV, Segmentation fault. > 0xff374628 in prldap_get_session_info () from /usr/lib/libldap.so.5 Do you need to set LD_LIBRARY_PATH (or whatever your OS'es shared library path is) in bin/e

Re: [EMAIL PROTECTED] TimeOut directive in virtual host context

2008-11-25 Thread Eric Covener
-based vhost, and test the timeout by seeing how long apache will wait to read request headers, it would look like the more specific TimeOuts are not being used. This is the case for a handful of directives that operate extremely early on the request info (LimitRequest*, AllowEncoded

Re: [EMAIL PROTECTED] Combining caching and rewrites

2008-11-25 Thread Eric Covener
D} GET > RewriteCond %{REQUEST_URI} ^/expstuff > RewriteRule ^/(.*) http://xx.xx.xx.xx:/$1 [P,NE,L] Try it and see, but my guess would be that Apache remembers content keyeed to "/expstuff/foo" as it gets written the first time -- the next time t

Re: [EMAIL PROTECTED] mod_rewrite subrequests or last rules within

2008-11-26 Thread Eric Covener
' only applies to the current pass. -- 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 unsub

Re: [EMAIL PROTECTED] Kerberos issues

2008-11-26 Thread Eric Covener
e it authenticated. How are the URL's your re-prompted for related to the first URL? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/u

Re: [EMAIL PROTECTED] configuring disk cache look-up before proxying

2008-11-26 Thread Eric Covener
as-is. You also probably want to handle directories if that makes sense for your app (-d)) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [EMAIL PROTECTED] quesiton for Apache url rewrite module

2008-11-27 Thread Eric Covener
> RewriteCond %{REQUEST_URI} ^/[^\/\.]*\.jsp # is the url like /foo.jsp OT, but FWIW your / never needs escaping (because it's not a delimeter in the regex in httpd), and inside the character the "." is taken literally as well, -- Eric Covene

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Eric Covener
Order http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order -- 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 mo

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Eric Covener
there any way to index the FilesMatch(ed) files in > a directory? > Maybe in the neighborhood of IndexOptions +showForbidden? Didn't think host-based access control would trigger that though. -- Eric Covener [EMAIL PROTECTED] -

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Eric Covener
On Sat, Nov 29, 2008 at 1:36 PM, Knute Johnson <[EMAIL PROTECTED]> wrote: > > Thanks, I tried that but it didn't work. I'm just surprised that with > Options Indexes and a FilesMatch that you lose the index of the matching > files. I don't think you gener

Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

2008-11-30 Thread Eric Covener
e cached response means that we must * revalidate the request unconditionally, overriding any expiration * mechanism. It's equivalent to max-age=0,must-revalidate. * -- Eric Covener [EMAIL PROTECTED] - The of

Re: [EMAIL PROTECTED] regarding content compression

2008-12-01 Thread Eric Covener
send it via sendfile > would be better than having mod_deflate compress it each time anew. The > few clients that don't know how to handle it can then be served using > the INFLATE filter. > > Is that a sound approach? Does this "just work"

Re: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Eric Covener
cache"…which would provide a nice little backdoor. you might consider a vhost serving some internal interface only, that does not have the CacheIgnoreCacheControl. -- Eric Covener [EMAIL PROTECTED] - The official User-To-Us

Re: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Eric Covener
re, but without the > CacheIgnoreCacheControl, right? CacheIgnoreCacheControl works in vhost context. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http:

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 8:20 AM, srinivasch <[EMAIL PROTECTED]> wrote: >> I need some help in configuration or some snippet to help me in >> configuring my apache web server to cache frequently downloaded non static >> file from my application. each file has a different ID. I am totally new >> to

Re: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 8:42 AM, Tamer Embaby <[EMAIL PROTECTED]> wrote: > Eric, > > So using 2 vhosts would be: > > # External vhost > >ServerName www.example.com >CacheRoot /path/to/cache >Cache disk /url >CacheIgnoreCacheCont

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 10:35 AM, srinivasch <[EMAIL PROTECTED]> wrote: > > Hi Eric, > > As of now I have done nothing, just going through the documentation > whether it can be done, I posted here if anyone has already done this. That > is my URL construct and its not fro

Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Eric Covener
was able to nuke these requests (using the same hostname on a separate interface). -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/usersli

Re: [EMAIL PROTECTED] .htaccess

2008-12-01 Thread Eric Covener
ed to ban another one so I did > what I thought I was supposed to do and all of my scripts on the website > stopped workingooops. What's the content of your htacess file, where is it in you filesystem, and what URL were you trying to prevent from loading?

Re: [EMAIL PROTECTED] Load Module Directive in Virtual host block

2008-12-02 Thread Eric Covener
On Tue, Dec 2, 2008 at 2:24 AM, Vinay Purohit <[EMAIL PROTECTED]> wrote: > Hi, > > I have created my own apache connector and would like to load this on > virtual server level in Apache 2.2.10 i.e. different connector in different > virtual server host block. > > Since I can not place LoadModule di

Re: [EMAIL PROTECTED] Apache + sites loading slow in IE only

2008-12-02 Thread Eric Covener
What did you change? Have you disabled the eaccelerator? -- 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

Re: [EMAIL PROTECTED] Where should I put my java servlet .class file ?

2008-12-05 Thread Eric Covener
you tell httpd to run the class? What file is referenced by the exception? Does it happen on the HTTP server or the java application server? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum

Re: [EMAIL PROTECTED] Where should I put my java servlet .class file ?

2008-12-05 Thread Eric Covener
On 12/5/08, Albert Joseph <[EMAIL PROTECTED]> wrote: > b.class is the servlet which I put in the "htdocs" of the web server. Apache HTTP Server doesn't run servlets. Maybe you want something like tomcat? -- Eric

Re: [EMAIL PROTECTED] mod_auth_kerb and mod_authnz_ldap

2008-12-05 Thread Eric Covener
On 12/5/08, Jesper Krogh <[EMAIL PROTECTED]> wrote: > Require ldap-group CN=TestGroup,OU=Groups,OU=Company > require valid-user Require directives are OR'ed not AND'ed, despite the way "require" sounds. -

Re: [EMAIL PROTECTED] mod_auth_kerb and mod_authnz_ldap

2008-12-06 Thread Eric Covener
On Sat, Dec 6, 2008 at 1:51 AM, Jesper Krogh <[EMAIL PROTECTED]> wrote: > On Fri, Dec 5, 2008 at 11:48 PM, Eric Covener <[EMAIL PROTECTED]> wrote: >> On 12/5/08, Jesper Krogh <[EMAIL PROTECTED]> wrote: >> >>> Require ld

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Eric Covener
If not > what else can be done? Can you peek at the map in a RewriteCond, and stop processing if there's no entry (^$)? Then you would drop all the specifics in your RewriteRule regex. -- Eric Covener [EMAIL PROTECTED] - The

Re: [EMAIL PROTECTED] Re: Re: [EMAIL PROTECTED] direct Issues (Migrating from 1.3 to 2.0)

2008-12-08 Thread Eric Covener
On Mon, Dec 8, 2008 at 8:15 PM, Chris Graham <[EMAIL PROTECTED]> wrote: > So is this a bug (as it worked as I need it to in 1.3), or just an > incompatable change? [or a bug that's been fixed from 1.3?] IMO there's no reason both your rules shouldn't loop. -- Er

Re: [EMAIL PROTECTED] Re: Re: [EMAIL PROTECTED] direct Issues (Migrating from 1.3 to 2.0)

2008-12-08 Thread Eric Covener
On Tue, Dec 9, 2008 at 2:26 AM, André Warnier <[EMAIL PROTECTED]> wrote: > Eric Covener wrote: >> >> On Mon, Dec 8, 2008 at 8:15 PM, Chris Graham <[EMAIL PROTECTED]> >> wrote: >> >>> So is this a bug (as it worked as I need it to in 1.3), or just a

Re: Help required with auth and ldap.

2008-12-11 Thread Eric Covener
> AuthName "Access to somesite logs" > AuthLDAPURL ldap://ldap-server.dlog.ac.uk/dc=gold,dc=ac,dc=uk?uid?base > require valid-user > > I have googled and searched the archives but this gives no answer. Can > anyone assi

Re: Apache2 shows path of docroot in the address bar

2008-12-11 Thread Eric Covener
On Thu, Dec 11, 2008 at 8:53 AM, Conte Szandor <[EMAIL PROTECTED]> wrote: > Include /etc/squirrelmail/apache.conf Anything in there? -- Eric Covener [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTE

Re: Apache2 shows path of docroot in the address bar

2008-12-11 Thread Eric Covener
all the debian httpd config with the files all over /etc/apache2? The file you get redirected to matches the one in the default debian "site", so it's probably a redirect living under /etc/apache2 in the defaul

Re: Apache2 shows path of docroot in the address bar

2008-12-11 Thread Eric Covener
On Thu, Dec 11, 2008 at 11:31 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Thu, Dec 11, 2008 at 8:53 AM, Conte Szandor <[EMAIL PROTECTED]> wrote: >> Goodmorning you all, >> I am new to apache and I am already having problems. >> I'm running Server versi

Re: Implementing SSL with name based vhost

2008-12-11 Thread Eric Covener
he same port, they'd have to share a single certificate and all their SSL settings. So you could say it's vacuously possible. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: Implementing SSL with name based vhost

2008-12-11 Thread Eric Covener
On Thu, Dec 11, 2008 at 3:30 PM, Vijay wrote: > Thanks Eric, > > Sorry i did not get it.. > You said "Those aren't name-based yet".. > what would make them name based? > > > My aim is to use name based ssl vhosts listening on multiple ports. > (w

Re: Winnt mpm user ThreadsPerChild feed back

2008-12-11 Thread Eric Covener
ne thread for each concurrent connection you expect, until you expand beyond a single webserver. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: Apache 2.2.10 - Solaris 10 - Under Load - Failed to acquire SSL session cache lock

2008-12-11 Thread Eric Covener
default (AIUI). You might be able to change the AcceptMutex and it would get you down to only 1 fcntl-based mutex. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: Winnt mpm user ThreadsPerChild feed back

2008-12-12 Thread Eric Covener
t;> who server jk and static i plan to try 400 but i found some post who talk >> about 1000 and as i found this very high i ask for feeback on this list >> regards marc One or two thousand isn't unreasonably high, but you'll have to try it and see and keep an eye on serv

Re: mod_proxy + SSL error 70023 with POSTs

2008-12-12 Thread Eric Covener
On Fri, Dec 12, 2008 at 2:15 PM, Scott Beardsley wrote: > [Fri Dec 12 11:02:07 2008] [error] (70023)This function has not been > implemented on this platform: proxy: prefetch request body failed to What platform are you on, and where/how did you get your httpd build? -- Eric Covene

Re: mod_proxy + SSL error 70023 with POSTs

2008-12-12 Thread Eric Covener
On Fri, Dec 12, 2008 at 3:13 PM, Eric Covener wrote: > On Fri, Dec 12, 2008 at 2:15 PM, Scott Beardsley > wrote: >> [Fri Dec 12 11:02:07 2008] [error] (70023)This function has not been >> implemented on this platform: proxy: prefetch request body failed to > > What

Re: combine client certificate authentication with ldap based authentication

2008-12-15 Thread Eric Covener
if they didn't use a cert it would never be let in because the "file" provider would see that they were actually in the file and not DECLINE. Maybe SSLUsername instead of FakeBasic would be another avenue? http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslusername I do think there

Re: apache

2008-12-15 Thread Eric Covener
How have you configured Apache to parse the .php? Have you tried duplicating it and wrapping it in e.g. a container? -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional co

Re: Common mod_rewrite rule for simple dynamic to static URL rewrite

2008-12-17 Thread Eric Covener
N.html http://wiki.apache.org/httpd/RewriteQueryString If you need more help, include what you've tried and the result. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: apache SetEnv with selinux

2008-12-17 Thread Eric Covener
re these settings for your CGI's or for httpd itself? I didn't think the latter worked reliably anyway. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: Stateful session replication in apache

2008-12-17 Thread Eric Covener
have > to point to other server without any error. Is it possible in apache? If something like PHP is managing your session, you should probably consult their documentation/forums. -- Eric Covener cove...@gmail.com - To u

Re: port and scheme virtualization via mod_proxy_ajp

2008-12-18 Thread Eric Covener
nfigured in Tomcat's AJP connector > (cf. http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html) maybe > this should be supplied by httpd in the first place via ServerName. Shot in the dark -- ProxyPreserveHost help? -- Eric Covener cove...@gmail.com ---

Re: How to use ErrorDocument Directive when Apache is configured as pure reverse proxy.

2008-12-18 Thread Eric Covener
t; and Apache seem to be intercepting the request and trying to serve it from > the back end server that is being reverse proxied. Use the form of ErrorDocument that just specified a string, or a fully qualified URL to redirect to another server or vhost (that doesn&#

Re: [us...@httpd] Subdomains Hosting

2008-12-22 Thread Eric Covener
his with a flat file or DBM map that just maps superman to "thehost", or use a symlink to get from superman to "thehost". It should be a lot simpler to avoid the prg: map. I don't see why you should be sweating

Re: [us...@httpd] multiple instances issue in apache

2008-12-22 Thread Eric Covener
int to the >> /opt/ww/httpd01/httpd > > Yes. but that executable is still pointing to the default configuration > file, if you want him to read a different one, you'll need to specify > the right config file with the -c option. -f and/or -d are going to be the operative

Re: [us...@httpd] LDAP authorisation with Unicode in the Base DN

2008-12-22 Thread Eric Covener
t; indicate that the LDAP server isn't getting a valid base DN. > > Any insights on this? packet trace would tell you what was put in the wire compared to a working command-line search. -- Eric Covener cove...@gmail.com --

Re: [us...@httpd] Configure LDAP authentication group name using script

2008-12-23 Thread Eric Covener
BM file > return the list of groups that this directive considers as values? I don't think you'll have any luck with that. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of th

Re: [us...@httpd] multiple instances issue in apache

2008-12-23 Thread Eric Covener
On Tue, Dec 23, 2008 at 12:10 AM, ananth desh wrote: > Thank Eric & Davide, > I have tried to start the httpd exec with the -f option , but i get > errors 443 is already in use,But i have not mentioned in the conf > file that port 443 is listening. Is there Anyway i can disa

Re: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-23 Thread Eric Covener
On Tue, Dec 23, 2008 at 11:28 AM, Karim Zaki wrote: > Guys, > Anyone interested in shedding some light here? J Nothing you can do directly here, I think. Enable it the basic way, and use SetEnvIf/Rewrite + RequestHeader to make it uncacheable? -- Eric Covener cove...@gma

Re: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-24 Thread Eric Covener
On Wed, Dec 24, 2008 at 8:02 AM, Karim Zaki wrote: > Hi Eric, > > The idea sounds good, but I can't seem to get it to work. I need to modify > the host header for example, to point the request to another vhost that has > no caching defined. However, mod_rewrite doesn

Re: [us...@httpd] Javascript freeze up Apache on Windows

2008-12-25 Thread Eric Covener
re than one worker process in mpm_winnt ? Buggy AV/firewall software? Tried Win32DisableAcceptEX? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

Re: [us...@httpd] Javascript freeze up Apache on Windows

2008-12-26 Thread Eric Covener
y additional modules? > Right now I'm wondering if the > multithread thing works at all. The multithreaded server works for lots of people on Windows. > I still ask the ASF people, if possible, > please give us more worker process in mpm_winnt. Why wo

Re: [us...@httpd] Apache Autocaching static HTML pages

2008-12-26 Thread Eric Covener
On Fri, Dec 26, 2008 at 12:19 PM, Tyler Kocheran wrote: > I confirmed this by > viewing the source of the pages to see if anything has changed: nothing has. Are you convinced it's not your browser cache? Can you get stale data with a command-line client? Try EnableSendfile off

Re: [us...@httpd] Re: help with rewrites - changing the base path

2008-12-29 Thread Eric Covener
: > > RewriteRule /(.*)$ http://www.foo.com/$1 [R=301] in techblog/.htaccess, "/techblog/" is removed, including the trailing slash. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of

Re: [us...@httpd] Troubles enforcing canonical hostname in a .htaccess file

2008-12-30 Thread Eric Covener
ST} ^mydomain.com [NC] > RewriteRule ^/(.*)$ http://www.mydomain.com/$1 [L,R=301] In .htaccess, the RewriteBase including a trailing slash are stripped before the comparison RewriteRule (.*) http://www.mydomain.com/$1 [L,R=301] -- Eric C

Re: [us...@httpd] Troubles enforcing canonical hostname in a .htaccess file

2008-12-30 Thread Eric Covener
he > same virtual host. > > for instance, these lines in your httpd.conf file or httpd-vhosts.conf file > would direct all urls ending in domain.com to one place > > > ServerName domain.com > ServerAlias *.domain.com > OP wanted to force a canonical hostna

Re: [us...@httpd] Problem with mod_headers ?

2008-12-30 Thread Eric Covener
section. > But the Content-Type header, which I believe should be set in the same exact > conditions, does not. > > Does anyone have an idea why ? Headers generated by Apache late during processing (read: after mod_headers acts!) will overlay what you've set. Things like Content-Encod

Re: [us...@httpd] Problems with dynamically generating certificate...

2008-12-30 Thread Eric Covener
host name, and using a > DN of "*" or something like that dosen't help. Since the request follows the handshake, would you even know the hostname being requested at the right time? (SNI aside) -- Eric Covener cove...@gmail.com --

Re: Re: [us...@httpd] Problems with dynamically generating certificate...

2008-12-31 Thread Eric Covener
ikely to be fulfilled unless you provide the patch yourself (and even then is a a longshot). -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/u

Re: [us...@httpd] Auth failure: configuration error: couldn't check access. No groups file?

2008-12-31 Thread Eric Covener
61 Assuming you're in 2.2.x: mod_authz_user is required for Require valid-user. mod_authz_default would have given you a slightly better error message. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of th

Re: [us...@httpd] convert from mod_jk to proxy_ajp

2009-01-01 Thread Eric Covener
the same context root. I believe in 2.0.x it was less predictable because the Proxy could actually run first and prevent rewrite from happening at all. If you're handy with a debugger, "proxy_trans" is the name of the function that can be &

<    2   3   4   5   6   7   8   9   10   11   >