[users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Adam Mihai Gergely
    AllowOverride FileInfo AuthConfig Limit Indexes     Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec         Require all granted             Require all denied       

Re: [users@httpd] missing image

2024-02-01 Thread Adam Weremczuk
Yup, all it needed was that missing slash. TA! On 01/02/2024 13:46, Sherrard Burton wrote: that is not the correct form of the absolute URL. absolute URLs are based at your DocumentRoot. so since your DocumentRoot is DocumentRoot /var/www/html/holding the correct absolute URL would be "/ms-lo

Re: [users@httpd] missing image

2024-02-01 Thread Adam Weremczuk
511 / -- After I replace: img src="ms-logo.png" with img src="/var/www/html/holding/ms-logo.png" (valid path) the image doesn't even show on the home page. Regards, Adam On 31/01/2024 19:53, Sherrard Burton wrote:

[users@httpd] missing image

2024-01-31 Thread Adam Weremczuk
g relative path to the image with absolute but it made no difference. Any ideas? Thanks, Adam - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] If statement against AUTHENTICATE_memberOf variable created by authnz_ldap

2024-01-30 Thread Adam Cecile
seif has_value_case_insensitive(member_of_profiles, "viewer") then     r:err(("Username %s authorized with PCC viewer privileges"):format(sam_account_name, member_of_entry))     r.headers_in['X-PCC-Group'] = "viewer"   else     r:err(("Username %s ActiveDirectory groups did not give ANY PCC privileges, it should have NOT been authorized to login"):format(sam_account_name))     return 403   end   return apache2.OK end Which is called from config using: LuaHookFixups /etc/apache2/snippets/active_directory_to_pcc_profile.lua authcheck_hook It seems to be working as expected, and is also working with my auth_form / cookie_session setup, which is great ! Any comment is welcome is you see something borked... Regards, Adam.

[users@httpd] If statement against AUTHENTICATE_memberOf variable created by authnz_ldap

2024-01-25 Thread Adam Cécile
environment variable, does it makes sense ? Second question is: I cannot use "$" to make a proper regex matcher. If the group is not the last one, I can match it with ;.*$, if it is the last one, I should be able to match [...]DC=internal$, however that does not work. There's is on

Re: [users@httpd] pwauth to external server

2023-05-23 Thread Adam Weremczuk
thout specifying a FQDN or IP, port number etc. like you do with: AuthLDAPURL ldap:// What am I missing here? Regards, Adam On 18/05/2023 20:21, Frank Gingras wrote: This comes to mind: https://code.google.com/archive/p/mod-auth-external/wikis/AuthNZ.wiki On Wed, May 17, 2023 at 12:48 PM Ad

[users@httpd] pwauth to external server

2023-05-17 Thread Adam Weremczuk
passwords across. Regards, Adam - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Enable both basic auth and form auth ?

2023-04-12 Thread Adam Cecile
Hello, I'm looking for a way to enable both type of authentication, is it possible ? Regards

[users@httpd] logging SSL handshake failures

2020-06-19 Thread Adam Weremczuk
6631 2020] [core:trace3] [pid 11707] core.c(3289): Setting LogLevel for all modules to trace8 [Fri Jun 19 16:42:05.186778 2020] [core:trace3] [pid 11707] core.c(3289): Setting LogLevel for all modules to trace8  watchdog_module (static) How can I log details of SS

[users@httpd] Breaking fcgi change between 2.4.25 and 2.4.38 ?

2020-04-21 Thread Adam Cécile
/host1/test.php REQUEST_METHOD=GET cgi-fcgi -bind -connect 127.0.0.1:9004 Changing SCRIPT_FILENAME to someting incorrect produce the same 404 error so I really think this is related. Thanks in advance for your help, Regards, Adam. -

Re: [users@httpd] How to deal with www and non-www domain names with one certificate?

2020-02-05 Thread Adam Powell
the public and private encryption keys when you included the SSL certificates so you should generate new keys/certificates. Hope that helps. -Adam Powell Founder, ADA First <https://www.adafirst.org/> On Tue, Feb 4, 2020 at 1:03 PM edflecko . wrote: > I don't understand how to

[users@httpd] Consulting Support Resource(s)?

2019-12-11 Thread Adam Chace
Our team is looking for onsite (ideally) or offsite consulting support to investigate intermittent issues (502 gateway errors) in a web application. Please contact me if you’re interested, located in New England, USA. Adam Chace (ach...@cainc.com)

Re: [users@httpd] Correct Apache cache keys on rewritten URL's

2019-03-30 Thread adam . vest
As I consider this to be undesirable behavior on the part of the Apache cache, I went ahead and opened a bug report on this matter about a week ago: * https://bz.apache.org/bugzilla/show_bug.cgi?id=63282 I tried sifting through the source code to find where it was defining the key to see if I

[users@httpd] Correct Apache cache keys on rewritten URL's

2019-03-19 Thread adam . vest
Hello All, I've been working on this for the past few days, attempting to find a way to get the Apache mod_disk_cache module to properly store requests that are rewritten. As I'm sure many of you are aware, it's fairly common practice these days for modern CMS's to just rewrite everything to

Re: [users@httpd] Redirect only a specific index.php page to new location

2018-01-21 Thread Adam Powell
Have you read this document? https://httpd.apache.org/docs/trunk/rewrite/avoid.html -Adam Powell > On Jan 19, 2018, at 3:33 AM, Luca Toscano wrote: > > Hi Kory, > > 2018-01-18 5:53 GMT+01:00 Kory Wheatley : >> When someone types to go to http://sftpinterface/deptblogs/

Re: [users@httpd] slower https transfer speeds compared with rsync/smb/sftp

2018-01-11 Thread Adam Teale
Limit 256 464: MaxClients 256 466: SendBufferSize 1042560 2018-01-11 10:42 GMT-03:00 Adam Teale : > Hi Yann! Thanks for your help. > > The value for sendspace is "1042560" > ​What does that value mean? Is that how many bytes per packet​ can be sent > at a time? &g

Re: [users@httpd] slower https transfer speeds compared with rsync/smb/sftp

2018-01-11 Thread Adam Teale
Hi Yann! Thanks for your help. The value for sendspace is "1042560" ​What does that value mean? Is that how many bytes per packet​ can be sent at a time? ​At that current setting the downloads sit at around 34MB/second. I appreciate your help, cheers! Adam​ 2018-01-11 10:22 GMT-

Re: [users@httpd] slower https transfer speeds compared with rsync/smb/sftp

2018-01-11 Thread Adam Teale
Hey Eric thanks for ​letting me know about SendBufferSize, looking into it now. Any idea how to see what it currently defaults to via a command? 2018-01-08 16:49 GMT-03:00 Eric Covener : > On Mon, Jan 8, 2018 at 1:46 PM, Adam Teale wrote: > > Hi everyone, > > > > Firs

[users@httpd] slower https transfer speeds compared with rsync/smb/sftp

2018-01-08 Thread Adam Teale
Are there settings that can be adjusted in Apache or perhaps some system files? We are running Mac OS 10.12 and Mac OS Server 5.2 (Apache 2.4). Any feedback would be greatly appreciated. Thanks! Adam

Re: [users@httpd] if statement and ssl directives (apache 2.4)

2017-12-06 Thread Adam Cecile
Hi, Well it depends who's editing the file. Some people are used to modify just the first block and ignore the following. You know what I mean ;-) This is the reason why I'm trying to turn these Apache configuration "nginx way". Less blocks, less lines, less mistakes mad

[users@httpd] if statement and ssl directives (apache 2.4)

2017-12-06 Thread Adam Cecile
http://www.comptoir-hardware.com$1   Can you confirm there's a way to do what I want ? Can you see what's wrong ? Thanks in advance, Adam. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additio

[users@httpd] SSI conditionals AFTER apache auth?

2017-11-13 Thread Adam Vest
Evening everyone, I'm trying to make it so that only certain elements on a web page are visible to users logged in, and are otherwise not displayed using mod_include flow control . The only way I've been able to do that so f

users@httpd.apache.org

2017-11-04 Thread Adam Vest
Worked a charm. Thank you so much for your help! On 11/04/2017 12:55 PM, Eric Covener wrote: >> > Try 1 string after expr= only: > #if expr="%{..} !~ ... && %{...} !~..." > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.a

users@httpd.apache.org

2017-11-04 Thread adam . vest
Good afternoon all, I've been tinkering with setting up SSI's in some HTML of mine, and one thing I'm trying to do is have the server decide if it should post a signup link, or display a logged-in users name (using perl cgi includes). Using this kind of works:     Sign up here!     T

Re: [users@httpd] adding footer to all web pages

2017-05-25 Thread Adam Powell
believe you'll want to review the documentation for server side includes (SSI). Adam Powell http://www.adaminfinitum.com On Thu, May 25, 2017 at 9:32 PM, Rose, John B wrote: > If we wanted to add a Google Analytics footer to all pages on our server, > meaning all virtual hosts,

Re: [users@httpd] Suggestion/Question about HTTP & HTTPS configurations

2017-05-20 Thread Adam Powell
P on port 80 and for HTTPS on port 443. Unless specifically configured differently, why not assume they are the same (as HTTP/port 80 for a matching Virtual Host)? I hope that helps clarify. Adam Powell http://www.adaminfinitum.com On Sat, May 20, 2017 at 6:05 AM, Daniel wrote: > There is a di

[users@httpd] Suggestion/Question about HTTP & HTTPS configurations

2017-05-19 Thread Adam Powell
tual Host for HTTPS on port 443...simply put, it seems like that extra level of configuration shouldn't be required...that it should work that way automagically unless specifically configured otherwise. If not, I'd love to know why that's a bad idea. Thanks! Adam Powell http://www.adaminfinitum.com

Re: [users@httpd] XSS Issue in v2.0.59

2017-05-02 Thread Adam R. Vest
Hey, I don't have any input on how to address those vulnerabilities, but I think the energy you're going to expend trying to patch those would be put to better use trying to fix whatever's incompatible with newer versions of apache so you can upgrade. Just my two cents. Good luck either way. O

Re: [users@httpd] Apache rewrite for redirect local directoryes

2017-02-13 Thread Adam R. Vest
. > This redirect is possible with rewrite module?! > > 2017-02-13 17:29 GMT-02:00 Rodrigo Cunha > mailto:rodrigo.root...@gmail.com>>: > > tks 4 all... > > 2017-02-13 17:28 GMT-02:00 Adam R. Vest > <mailto:adam.v...

Re: [users@httpd] Apache rewrite for redirect local directoryes

2017-02-13 Thread Adam R. Vest
Change the virtualhosts document root? * https://httpd.apache.org/docs/2.4/mod/core.html#documentroot On 02/13/2017 02:00 PM, Rodrigo Cunha wrote: > Dears, > i need redirect the all requestions for my website to anoter directory. > My directory is: /opt/www/curso.intranet/public_html > The new

[users@httpd] Solved - WebSocket connections, reverse proxy, MacOS Server 5.2, django channels

2017-01-12 Thread Adam Teale
^WebSocket$ [NC] RewriteCond %{HTTP:CONNECTION} ^Upgrade$ [NC] RewriteRule .* ws://localhost:8001%{REQUEST_URI} [P] ​Sure enough after restarting the ServiceProxy it all started to work!​ --- Adam

Re: [users@httpd] HTTP 401: Apache strips out response headers

2017-01-11 Thread Adam Teale
Marco I think I am experiencing this too. I am using apache to reverse proxy to our app that handles the web sockets / chat. As far as I can tell from mod_dumpio's logging apache returns the correct response headers to the client - particularly: [Wed Jan 11 09:31:43.807204 2017] [dumpio:trace7]

Re: [users@httpd] HTTP 401: Apache strips out response headers

2017-01-11 Thread Adam Teale
We are using apache​ 2.4.23 2017-01-11 9:33 GMT-03:00 Adam Teale : > Marco I think I am experiencing this too. > > I am using apache to reverse proxy to our app that handles the web sockets > / chat. > > As far as I can tell from mod_dumpio's logging apache returns the cor

Re: [users@httpd] Web sockets & proxypass - No protocol handler was valid for the URL

2017-01-05 Thread Adam Teale
ht be about and if it is related? 2017-01-05 6:55 GMT-03:00 Yann Ylavic : > On Thu, Jan 5, 2017 at 10:36 AM, Yann Ylavic wrote: > > > > For the record (after private discussion with Adam), it seems that a > > configuration like the below would work for http(s) and

Re: [users@httpd] Web sockets & proxypass - No protocol handler was valid for the URL

2016-12-28 Thread Adam Teale
handle the request GET /chat/. Reason: Error reading from remote server 2016-12-28 11:57 GMT-03:00 Eric Covener : > On Wed, Dec 28, 2016 at 9:53 AM, Eric Covener wrote: > > On Tue, Dec 27, 2016 at 8:39 AM, Adam Teale wrote: > >> Hi! > >> >

Re: [users@httpd] Web sockets & proxypass - No protocol handler was valid for the URL

2016-12-28 Thread Adam Teale
mod_proxy, make sure the proxy submodules are include 2016-12-27 16:10 GMT-03:00 Adam Teale : > Perhaps something useful - I do see that the "serveradmin" command says > that it runs apache 2.2 even though "httpd -v" says 2.4.23?? > > httpd -v > > Server version:

Re: [users@httpd] Web sockets & proxypass - No protocol handler was valid for the URL

2016-12-27 Thread Adam Teale
Perhaps something useful - I do see that the "serveradmin" command says that it runs apache 2.2 even though "httpd -v" says 2.4.23?? httpd -v Server version: Apache/2.4.23 (Unix) Server built: Aug 8 2016 16:31:34 sudo serveradmin fullstatus web web:health = _empty_dictionary web:readWri

Re: [users@httpd] Web sockets & proxypass - No protocol handler was valid for the URL

2016-12-27 Thread Adam Teale
I have upgraded to MacOS 10.12 so now Apache 2.4.23 is the current version. Either way the patch that was suggested was supposed to have been included in 2.4.10. 2016-12-27 11:29 GMT-03:00 Adam Teale : > Otis do you know if it pretty straightforward to apply a patch to an > apache

Re: [users@httpd] Web sockets & proxypass - No protocol handler was valid for the URL

2016-12-27 Thread Adam Teale
​Hi Daniel, Yes in the http_server_app.conf file it is activated: LoadModule ssl_module libexec/apache2/mod_ssl.so It is interesting though that when I run an "sudo apachectl -M" i can't see ssl_module in there. ​

[users@httpd] Web sockets & proxypass - No protocol handler was valid for the URL

2016-12-27 Thread Adam Teale
ccess the application running on localhost:8000 directly on the server everything works fine Any ideas what could be going on? Thanks! Adam Apache 2.4.18, Mac OS X 10.11, Server.app 5.2

Re: [users@httpd] "Define" directive is ALWAYS parsed

2016-09-18 Thread Adam
y?) under specific circumstances. Thanks again for the help. On Sun, 2016-09-18 at 15:30 -0400, Eric Covener wrote: > On Sun, Sep 18, 2016 at 3:25 PM, Adam > d> wrote: > > > > Ah yes, the monkey wrench. So the reason why going that route isn't > > an > > o

Re: [users@httpd] "Define" directive is ALWAYS parsed

2016-09-18 Thread Adam
at allows me to disable using SetHa ndler in an .htaccess context (while still allowing other things), or to not allow defining server-info there? Thanks for your help thus far, also! On Sun, 2016-09-18 at 15:09 -0400, Eric Covener wrote: > On Sun, Sep 18, 2016 at 1:11 PM, Adam > d> wrote: &g

Re: [users@httpd] "Define" directive is ALWAYS parsed

2016-09-18 Thread Adam
ase, might you (or anyone else on this thread) have any alternative ideas on how I might accomplish what I'm trying to do here? Thanks again. On Sun, 2016-09-18 at 12:24 -0400, Eric Covener wrote: > On Sun, Sep 18, 2016 at 11:52 AM, Adam > id> wrote: > > > > Perhaps

[users@httpd] "Define" directive is ALWAYS parsed

2016-09-18 Thread Adam
ing the example of nesting it within wrappers. But if Define is otherwise always set globally and unconditionally, then the directive seems superfluous. Am I vastly misunderstanding the usage of this here? Thanks for any assistance. -Adam

Re: [users@httpd] mod_proxy - Status lines without response phrases are getting turned into 500 errors

2015-12-07 Thread Adam
Thanks Nick! I'm not sure what our plans are to upgrade, but we do have an easy fix in our application for now. Thanks for clarifying where it was fixed and not fixed. Adam On Mon, Dec 7, 2015 at 2:34 PM, Nick Kew wrote: > On Mon, 2015-12-07 at 14:03 -0500, Adam wrote: > >

[users@httpd] mod_proxy - Status lines without response phrases are getting turned into 500 errors

2015-12-07 Thread Adam
ache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" Thanks, Adam

[users@httpd] RE: merging Apache context

2015-10-30 Thread Greenberg, Adam
_config_rec with message: /foo/bar # And the same two lines in the error log: [Wed Dec 31 18:36:29.+),(,, 1969] [DirConfig:error] [pid 21809] Merged config: unset:/ ... [Wed Dec 31 18:36:29.+),).. 1969] [DirConfig:error] [pid 21809] [client 10.27.15.3:54410] hookFunc: for request, /foo/bar/fo

[users@httpd] RE: merging Apache context

2015-10-30 Thread Greenberg, Adam
could point out what would cause this behavior? Thanks: Adam From: William A. Rowe Jr. [mailto:wr...@pivotal.io] Sent: Thursday, October 29, 2015 6:04 PM To: PAN, JIN Cc: wr...@apache.org; Greenberg, Adam Subject: Re: merging Apache context Hi Jin, there might be more than one thing going on

[users@httpd] Proxy Internal Webserver

2014-06-16 Thread Adam Bellin
I have an apache server that I want to proxy an internal server ( 192.168.1.25:32400/web) from an external domain name example.com/site1. Below is my virtualhost for the main server. ServerName www.example.com DocumentRoot /var/www/html/example ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${AP

Re: [users@httpd] DirectoryListing Hiding Folder that contains .htaccess with 'require valid-user'

2014-04-30 Thread Adam Brenner
On Wed, Apr 30, 2014 at 11:50 AM, Eric Covener wrote: > > IndexOptions +showForbidden, or arrange or the same authentication to > occur in the parent directory. > > That did the trick. Thanks Eric! -- Adam Brenner Computer Science, Undergraduate Student Donald Bren School of

[users@httpd] DirectoryListing Hiding Folder that contains .htaccess with 'require valid-user'

2014-04-30 Thread Adam Brenner
ned by the same user apache is running as, and has the correct folder/file permissions. Any ideas? -Adam -- Adam Brenner Computer Science, Undergraduate Student Donald Bren School of Information and Computer Sciences System Administrator, HPC Cluster Office of Information Technology http://

[users@httpd] Apache 2.4 mod_ratelimit and mod_proxy_fcgi issue

2014-02-12 Thread Adam Hurkala
ee results). Configuration 1: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi:// 127.0.0.1:9000/home/adam/apache2.4/htdocs/$1 SetOutputFilter RATE_LIMIT SetEnv rate-limit 500 Results 1 (download 74 MB file with

[users@httpd] Apache 2.2.26 - POST Requests Failing after SIGTERM Signal Received

2014-01-27 Thread Adam Brenner
/gistfile1.txt -- Adam Brenner Computer Science, Undergraduate Student Donald Bren School of Information and Computer Sciences System Administrator, HPC Cluster Office of Information Technology http://hpc.oit.uci.edu/ University of California, Irvine www.ics.uci.edu/~aebrenne/ aebre...@uci.edu

Re: [users@httpd] fedora - apache

2013-04-13 Thread Adam Dosch
I believe since around Fedora 15, all network devices take on a new naming convention based (see http://fedoraproject.org/wiki/Features/ConsistentNetworkDeviceNaming). So looking explicitly for ifcfg-eth* in /etc/sysconfig/network-scripts would be the case if you're passing kernel boot paramet

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-10 Thread Adam Dosch
On Thu, 10 Jan 2013 17:15:48 +, Tom Evans wrote: On Thu, Jan 10, 2013 at 12:03 PM, Tom Frost wrote: Hi Adam Thanks for your reply. Yes, I did c/p and then replace the domains with the placeholders. I too noticed that there wasnt any entry for url1.mydomain.com, and I have been down the

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-09 Thread Adam Dosch
-t -D DUMP_VHOSTS' and from a web browser. From there once you get it nailed down, then do any merging for maintenance sake on your .conf files. Hope that helps. -A - FROM: Adam Dosch TO: Tom Frost ; users@httpd.apache.org SENT: Thursday, 3 January 2013, 19:2

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-03 Thread Adam Dosch
Tom, I'd be curious what the output of your 'apachectl -t -D DUMP_VHOSTS' looks like? I've come across this problem as well in a related degree, and interrogating the output of the 'DUMP_VHOSTS' above will at least tell you the top-to-bottom order your vhost requests will travel down in your

[users@httpd] SSLSessionCache - DSO Load Failed

2012-10-02 Thread Adam Jaber
Here is the output from the error_log: [error] (20019)DSO load failed: Cannot create SSLSessionCache DBM file `/usr/local/apache/conf/ssl/SessionCache' Here is my entry in the conf file, which is also entered before the virtual host, as stated in the documentation: SSLSessionCache dbm:/usr/local

Re: [users@httpd] flush(STDOUT) + mod_deflate - was: mix pre-compressed and mod_deflate

2011-05-10 Thread Adam Schrotenboer
Fax: (617) 783-7467 > www.harvardbusiness.org | Cell:(978) 317-3614 > > On May 10, 2011, at 5:39 PM, Adam Schrotenboer wrote: > >> On 05/10/2011 11:14 AM, Adam Schrotenboer wrote: >>> I have a reasonably working mod_rewrite solution for serving >>> pre-compres

[users@httpd] flush(STDOUT) + mod_deflate - was: mix pre-compressed and mod_deflate

2011-05-10 Thread Adam Schrotenboer
On 05/10/2011 11:14 AM, Adam Schrotenboer wrote: > I have a reasonably working mod_rewrite solution for serving > pre-compressed files. But if I enable mod_deflate, it seems to override > my mod_rewrite method. > > Basic problem is this: > serving jquery.js with mod_deflate

[users@httpd] mix pre-compressed and mod_deflate

2011-05-10 Thread Adam Schrotenboer
I have a reasonably working mod_rewrite solution for serving pre-compressed files. But if I enable mod_deflate, it seems to override my mod_rewrite method. Basic problem is this: serving jquery.js with mod_deflate takes 1sec to load, serving it pre-compressed (and mod_deflate disabled) takes 180ms

[us...@httpd] Configure Server To Run In Windows Vista

2009-06-17 Thread Sevis , en Adam
PROBLEM: When Windows starts/boots, the Apache service does not start and reports the error (not in Apache error log, but in Windows management error log). PROBLEM: When attempting to start the service for the first time in a Windows session from the Apache Monitor (running in system tray), t

[us...@httpd] mod_setenvinf OID() and x509v3 extension

2009-02-26 Thread Adam
thing like SetEnvIf OID("2.16.840.1.113730.1.13") "(.*)" NetscapeComment=$1 will work only in httpd 2.4. But when is 2.4 due? OR Is there any other chance to get that working? Any help is welcome. -- Best regards, Adam mai

[EMAIL PROTECTED] ProxyPass nocanon causes css files to have type text/plain

2008-10-23 Thread Adam Woodworth
-- httpd will just default to text/plain for everything. Is using "nocanon" the correct Apache option to use here? Is this problem with the .css and .js types a bug in Apache? Is there a better way to do what I want -- send the URLs t

Re: [EMAIL PROTECTED] pointing documentroot to a file instead of a directory

2008-09-22 Thread Adam Williams
André Warnier wrote: Try this instead : and save yourself one VirtualHost. Now, that's assuming that apart from this homepage, your virtual servers share *everything* under your DocumentRoot (if there is anything else). even better! thanks! ---

Re: [EMAIL PROTECTED] pointing documentroot to a file instead of a directory

2008-09-22 Thread Adam Williams
Justin and Krist, thanks for the help! - 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] " from t

Re: [EMAIL PROTECTED] pointing documentroot to a file instead of a directory

2008-09-22 Thread Adam Williams
Davide Bianchi wrote: Adam Williams wrote: Is there a way or a command like documentroot but points to a file instead of a directory? No. You can use the DirectoryIndex directives to specify which file to consider the 'main' page (in place of index.html). But the Do

[EMAIL PROTECTED] pointing documentroot to a file instead of a directory

2008-09-22 Thread Adam Williams
Is there a way or a command like documentroot but points to a file instead of a directory? I'm running Apache httpd 2.2 on fedora 9 linux and have a the files /pubs/ma.html and /pubs/jmh.html, but when I tried documentroot I get the error upon running apachectl start: Warning: DocumentRoot [/

RE: [EMAIL PROTECTED] High availability concept question

2008-05-02 Thread Adam Martin
Guy and Jet, thank you for taking the time to respond. I appreciate it. -Original Message- From: Guy Waugh [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 6:51 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] High availability concept question Adam Martin wrote

[EMAIL PROTECTED] High availability concept question

2008-04-30 Thread Adam Martin
If I load balance between two 2.2 Apache HTTP Servers on two separate physical servers, what type of device or software can I place in front of the web servers to allow users to access either web server via one IP Address? I did a quick search in the documentation but wasn't sure what to look for.

[EMAIL PROTECTED] log files missing "randomly" from access_log

2008-04-06 Thread Adam Goryachev
es/etc. I'm at quite a loss as to where to look for problems, since the only evidence of a problem is the lack of entries in the log file Any advice on things to try/places to look/etc, more than welcome. Thanks, Adam -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comme

RE: [EMAIL PROTECTED] Access is slow when accessed by IP address instead of 'localhost'

2008-03-19 Thread Adam Martin
w response time when accessed over the LAN. Thanks to Adam & others who responded. Regards, Dinesh. On Tue, Mar 11, 2008 at 8:13 PM, David Cassidy <[EMAIL PROTECTED]> wrote: Sorry and glad to hear it :) On Tue, 2008-03-11 at 20:12 +0530, Nilesh Govindrajan wrote: > On Tue

RE: [EMAIL PROTECTED] Access is slow when accessed by IP address instead of 'localhost'

2008-03-11 Thread Adam Martin
Dinesh, When I started reading I thought you may be experiencing a delay with the host resolution but when you mentioned that you could access another Tomcat application using the IP Address it doesn't sound like you are. To be sure you may want to add the 192.168.1.2 host to your hosts fil

RE: [EMAIL PROTECTED] Problem building 2.2.8 on hpux itanum

2008-02-29 Thread Adam Martin
You need to install the expat software. http://sourceforge.net/projects/expat/ -Original Message- From: Rush [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 12:07 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problem building 2.2.8 on hpux itanum I'm running

[EMAIL PROTECTED] RE: make failure

2008-02-29 Thread Adam Martin
the software using the gcc compiler. On a side note I wanted to publicly thank Tamer for his assistance. I contacted him directly via email out of frustration and he went out of his way to assist a total stranger. Thank you. -Original Message- From: Adam Martin Sent: Tuesday, February

RE: [EMAIL PROTECTED] Compiling Apache 2.2.8 under HP-UX 11i v2

2008-02-27 Thread Adam Martin
Tamer, I believe I am experiencing the same issue on HP-UX 11.31 and sent an email to the group yesterday asking for help. When I utilize the gcc compiler I get the same error you do and when I utilize the HP ANSI C compiler if receive a message: ld: Can't find dependent library "libapr-1.so.2"

RE: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Adam Martin
Richard, I'm new to the group and thought I'd take a crack at this one. Is www-data a user or group? From the end of your email it sounds like a user since you added it to the rgeddes group but I am a little confused when you changed the group from rgeddes to www-data in the middle of your ex

[EMAIL PROTECTED] make failure

2008-02-26 Thread Adam Martin
This is my first attempt to compile the Apache web server so I will try and include all the relevant information and apologize in advance for any rookie mistakes. I have successfully compiled version 2.2.8 on the IBM AIX, Sun Solaris, and HP-UX PA-RISC platforms but have an issue trying to compile

Re: [EMAIL PROTECTED] Getting mod_perl to run after mod_cache with Apache 2.2.6

2007-11-29 Thread Adam Woodworth
he Content-Type is removed in the first place my mod_cache? I see that the comments above try to explain it, but it doesn't quite make sense to me. Cheers, Adam On Nov 29, 2007 2:27 PM, Adam Woodworth <[EMAIL PROTECTED]> wrote: > Hi Nick, > > Thanks for the response! > &

Re: [EMAIL PROTECTED] Getting mod_perl to run after mod_cache with Apache 2.2.6

2007-11-29 Thread Adam Woodworth
e particular point in the filter chain... I'm going to dig into mod_cache deeper now... Thanks! Adam - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

[EMAIL PROTECTED] Getting mod_perl to run after mod_cache with Apache 2.2.6

2007-11-29 Thread Adam Woodworth
Hi Folks, I originally posted this message on the mod_perl mailing list, but I did not receive any responses, so I'm posting here in the hopes that someone can help me out. My current LAMP stack is using Apache 2.0.54 and mod_perl 2.0.0-RC4, and I'm doing something very much like what is mentione

RE: [EMAIL PROTECTED] Apache1.3 forward to Jboss

2007-11-08 Thread Schaible, Adam
Alias www.rememberit.us On Thu, 08 Nov 2007 15:31:06 +0100, Schaible, Adam <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I have a webapp running at 8080 and want port 80 connections to be > sent to 8080. I have the following configuration > > NameVirtualHost my.ip:80 >

[EMAIL PROTECTED] Apache1.3 forward to Jboss

2007-11-08 Thread Schaible, Adam
Hello everyone, I have a webapp running at 8080 and want port 80 connections to be sent to 8080. I have the following configuration NameVirtualHost my.ip:80 ServerName rememberit.us ProxyPass /repos ! ProxyPass / http://www.rememberit.us:8080/ This is working fine if you type

[EMAIL PROTECTED] Ajax Recipe

2007-06-17 Thread Adam Bragg
e of the application moving away from the middle tier to the front-end and to the back end. Thank you for your time and attention. Any and all help is appreciated, even if it is comments on how I have made my request or that it is such a grand request in my very first post in this list.

[EMAIL PROTECTED] Apache / Tomcat questions

2007-05-10 Thread Adam Lipscombe
ttps / http setup or the mod_jk connector. Questions: Has anyone experienced this before? Is it possibly to get Apache and mod_jk to log the POST header data so I can see where its going wrong. If, so how do I do that? TIA -Adam -

RE: [EMAIL PROTECTED] Blocking Requests Based Off of HTTP Headers

2007-02-08 Thread Adam Serediuk
PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Blocking Requests Based Off of HTTP Headers On 2/8/07, Adam Serediuk <[EMAIL PROTECTED]> wrote: > > RewriteCond ${hosts-deny:%{true-client-ip}|NOT-FOUND} > !=NOT-FOUND > > RewriteRule ^/.* - [F] &g

[EMAIL PROTECTED] Blocking Requests Based Off of HTTP Headers

2007-02-08 Thread Adam Serediuk
that the true-client-ip header exists, as I am using it to log information into a log file successfully. -- Adam

Re: [EMAIL PROTECTED] Namebased Virtual Hosts

2006-10-17 Thread Adam Clater
Gregor Schneider wrote on 10/17/2006, 12:05 PM: Well, what  is going to happen  if I do specify more than one SSL-site per IP/port-pair? Do I just get the message that the cert is invalid (I could pretty much live with that)? Yes - The cert will only be valid for the vhost for which it

[EMAIL PROTECTED] rewritelock

2006-05-01 Thread Adam Hewitt
seen bugs related to this in previous versions, but they said that they were resolved.   Kind regards,   Adam.

RE: [EMAIL PROTECTED] newbie vhost?

2006-02-02 Thread Adam Hewitt
a ServerAlias www.domain.com line in your vhost config as well if you want that to resolve. Adam. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [EMAIL PROTECTED] Apache email address

2006-01-17 Thread Adam Ossenford
27;Email with attachment from PHP', $message, $headers); ?> hope this points you in the right direction Sincerely, Adam Ossenford - The official User-To-User support forum of the Apache HTTP Server Project. Se

RE: [EMAIL PROTECTED] Apache2 + userdir + suexec -- getting there :S

2005-12-07 Thread Adam Hewitt
Sorry to reply to my own post, but I have fixed it... adding a [PT] to the end of the rewrite rule fixed the problem.   thanks,   Adam. From: Adam Hewitt Sent: Thursday, 8 December 2005 11:47 AMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] Apache2 + userdir + suexec

[EMAIL PROTECTED] Apache2 + userdir + suexec -- getting there :S

2005-12-07 Thread Adam Hewitt
ay be by design...and my C skills are not high enough to be able to go through the entire apache code base to try and modify my version to get around this issue.   Cheers,   Adam.

Re: [EMAIL PROTECTED] Apache 1.3 vs Apache 2

2005-12-07 Thread Adam
100% on one of my servers. I updated to the developer snapshot of php and everything went back to normal on that server. I hope this helps. Sincerely, Adam Ossenford - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 07, 2005 1:0

[EMAIL PROTECTED] suexec

2005-12-02 Thread Adam Hewitt
k). I have diff’ed the 2 vhost config files, but they pretty much look identical.   Does anyone have any ideas why suexec would not be getting executed?   Adam.

RE: [EMAIL PROTECTED] suexec + mod_ldap_user + multiple realms

2005-12-01 Thread Adam Hewitt
sword" instead of "[EMAIL PROTECTED]", but because we have a second user with uid of 'sword' this uid and gid is returned and then passed onto suexec ("~869640", "105")...so for some reason apache2 isn't passing the realm onto libnss-ldap?? Can a

[EMAIL PROTECTED] suexec + mod_ldap_user + multiple realms

2005-11-29 Thread Adam Hewitt
to be looked up, *but* this is failing as it doesn't include the realm with the username. Is there anyway to get around this? Somehow append the realm onto the username when its passed to suexec? Or how are other people getting around this issue? Che

[EMAIL PROTECTED] Strange problem

2005-11-23 Thread Adam Olsen
We are using perl and apache2 for our software. With our software, our users have the ability to upload an optional 4 images via an html form (sometimes the images can be quite big, they are from digital cameras). While and image is uploading, apache2 queues all other requests until the uploa

RE: [EMAIL PROTECTED] VirtualHost confusion

2005-11-02 Thread Adam Roberts
Thanks, but that doesn't seem to have done anything. I am still having the same problem. Is there something externally that might be causing this? I have my routing setup with this host as a DMZ and my firewall is allowing port 80. Thanks! A

  1   2   >