Re: [users@httpd] virtualhost always go to localhost

2019-10-03 Thread Eric F
I'd start separate the sites (default, vhosts) into different paths. You have your 2 sites, within the default site (nesting). /opt/lampp/htdocs /opt/lampp/www/test1.dev /opt/lampp/www/test2.dev If it still doesn't work - the logs would tell something. /Eric On 10/3/19 14:48 , Raf Roger wrote:

[users@httpd] FINAL REMINDER: CFP for Apache EU Roadshow Closes 25th February

2018-02-21 Thread Sharan F
Hello Apache Supporters and Enthusiasts This is your FINAL reminder that the Call for Papers (CFP) for the Apache EU Roadshow is closing soon. Our Apache EU Roadshow will focus on Cloud, IoT, Apache Tomcat, Apache Http and will run from 13-14 June 2018 in Berlin. Note that the CFP deadline has

[users@httpd] decompressing gzipped response?

2017-11-10 Thread Arya F
I'm using Apache HTTPClient 4.5.3 to make some HTTP requests, but I am getting a gzipped response back I have tried many things I found online but non of them worked. I still get gibberish when I print the response. Below are the relevant code. What do I need to do to get a human readable response?

Re: [users@httpd] Apache 2.4x Documentation

2017-03-21 Thread Eric F
You can always setup the manual offline… https://httpd.apache.org/docs/ and then look in the file: /httpd-manual.conf/ Then you can browse it @ http://localhost/manual (or what name you want) And just download a new version (of the documentation) as the updates arrive. /Eric On 3/21/17 21:2

Re: [users@httpd] 2.4 named virtual hosts question

2016-09-12 Thread Ronald F. Guilmette
My thanks to everybody who replied in this thread. I decided just to take the simple way out, so I added this near the top of my httpd-vhosts.conf file: ServerName localhost ServerAdmin webmas...@tristatelogic.com DocumentRoot /usr/local/www/apache24/data/localhost/htdocs Error

Re: [users@httpd] 2.4 named virtual hosts question

2016-09-11 Thread Ronald F. Guilmette
Eric Covener wrote: >The first one will always be a default. You can make a dedicated one for it. Thank you. I appreciate your timely reply, however I think that maybe you didn't quite get my point and/or my question. I simply do not want there to exist a default vhost, period. Isn't there a

[users@httpd] 2.4 named virtual hosts question

2016-09-11 Thread Ronald F. Guilmette
A simple question. Sorry if this is an FAQ. I'm just bringing up a fresh VM system that I plan to move my small handful of web sites to. I'v so far managed to mostly get apache24 installed and configured. I've moved all of my web sites over to the new system, and it mostly all seems to be worki

[users@httpd] Rails asset pipeline

2012-05-01 Thread Timothy F.
he end result of the config on my server: AddEncoding x-compress .Z AddEncoding x-gzip .gz .tgz # Set rewrite engine to check if the client can accept gzip files # and a gzipped copy of the requested file exists. RewriteEngine On RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_

Re: [users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Mike F. @ LabJack
Eric Covener wrote: > > I know the manual says using a map in per-dir context works [in > general] when you defined it at proper scope, but can you try using > your self-defined map in the context you defined it? Maybe it just > doesn't work for non-internal maps? > I had tried putting this

Re: [users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Mike F. @ LabJack
Eric Covener wrote: > > Are you 100% sure your request is handled by this virtual host? > Yes. No other virtual hosts point to that directory. When I had other rules in the .htaccess file, they worked as expected. I've also tried RewriteMap lower int:tolower, and that worked. -- View this m

[users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Mike F. @ LabJack
I am attempting to use an external program in RewriteMap. It seems that no matter what I do, data never makes it to my program. I'm on an Ubuntu 11.04 machine, running Apache 2.2.17. My /etc/apache2/sites-available/mynewsite looks like this: RewriteEngine On RewriteLock "/var/run/rewrite-lock.l

Re: [users@httpd] SSL library error 1 in handshake

2011-01-19 Thread g f
Martin, very nice! I will give that a shot. I appreciate your effort on this as well as others that have posted. Cheers! G40 On Wed, Jan 19, 2011 at 1:50 AM, Martin Kuba wrote: > Dne 18.1.2011 18:12, g f napsal(a): > > Hey Martin, >> common access cards are smart cards that

Re: [users@httpd] SSL library error 1 in handshake

2011-01-18 Thread g f
nnot be delegated from the server-side script to another server-side > script. > > The reason is that it is not the certificate alone what is needed to make > an authentication to an SSL server, also the private key is needed. > > Cheers > > Martin > > Dne 18.1.2011

Re: [users@httpd] SSL library error 1 in handshake

2011-01-18 Thread g f
ake, which is sooner than the Allow > directives are applied. > > Martin > > Dne 18.1.2011 16:16, g f napsal(a): > > Hello all, >> I have a debian os running Apache 2.2.16(debian) along with tomcat 6.0.29. >> I use mod_jk as well as mod_auth_kerb module for apache. Apache

[users@httpd] SSL library error 1 in handshake

2011-01-18 Thread g f
Hello all, I have a debian os running Apache 2.2.16(debian) along with tomcat 6.0.29. I use mod_jk as well as mod_auth_kerb module for apache. Apache and the modules are debian repository packages. I recently attempted to activate common access cards and if I just activate them but do not force th

[us...@httpd] getting mod_auth_kerb to trust a request from tomcat?

2010-06-04 Thread g f
Hello all, I am running tomcat 6.0.24 , jre 1.6.0_16, Apache/2.2.15 (Debian) , mod_auth_kerb/5.4 , mod_jk/1.2.28 mod_python/3.3.1 all installed via apt on Debian Lenny. I have successfully been able to get all of this working (authentication, forwarding etc). I have a java web app that has a s

[us...@httpd] SQUID + APACHE

2009-02-18 Thread F.
Hello I have squid as accelerator, but I have a security problem with IP based access. Apache see all users as localhost. Any method to use X-forward-IP in Apache instead of normal IP? -- -- Publicidad http://www.pas-world.com -

Re: [EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-09 Thread Ronald C . F . Antony
This should IMO really make it into the standard distribution, maybe even replace the webdav module. The main reason I don't use webdav is that its privilege model is useless for all I'd ever want to do with it (e.g. make user's home directory available to them as webdav mount while they ar

[EMAIL PROTECTED] mod_rewrite redirecting multiple domain names to the one name

2008-02-28 Thread Viv D-F
I have a web server set up with 3 different domain names registered. For simplicity, I'll call them... http://site1.com http://site2.com http://site3.com I want http://site1.com to be the name people remember, so no matter which URL they use to get to the site, they are redirected to http://site1

Re: [EMAIL PROTECTED] index.php

2008-02-14 Thread Jan F Steinbrener
If you also have index.html in that directory and would like that index.php is always accessed first, then move it up all the way, like DirectoryIndex index.php index.html... Jan On Feb 14, 2008, at 12:56 PM, Melanie Pfefer wrote: excuse this beginner's question: how to configure apache s

Re: [EMAIL PROTECTED] http 403

2008-02-13 Thread Jan F Steinbrener
: I gave 777 to the whole folder. the web page displays now the contents of the folder :( any idea? thanks. --- Jan F Steinbrener <[EMAIL PROTECTED]> wrote: Do your folders have the executable permission set for others? On Feb 13, 2008, at 10:03 AM, Melanie Pfefer wrote: hello, I am g

Re: [EMAIL PROTECTED] http 403

2008-02-13 Thread Jan F Steinbrener
Do your folders have the executable permission set for others? On Feb 13, 2008, at 10:03 AM, Melanie Pfefer wrote: hello, I am getting this error and donno the cause: [Wed Feb 13 16:57:14 2008] [error] [client 172.21.193.71] (13)Permission denied: access to /cacti/index.html denied in httpd

[EMAIL PROTECTED] Rewrite rule to keep old url after changing username

2008-02-11 Thread Jan F Steinbrener
Hi, during my recent re-install of our server (it is running Apache 2.2) i changed my username from old_uname to new_uname. I would like that my webaddress is still accessible under the old address http://host/~old_uname Looking through the docs I decided to go with the rewrite routine. I

Re: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime

2007-12-07 Thread C.F-Win in China F
ExpiresByType image/jpeg "access plus 1 day"

Re: [EMAIL PROTECTED] Creating a DSO module using apxs

2007-11-23 Thread C.F-Win in China F
apxs -g -n test 2007/11/21, Jan van den Berg <[EMAIL PROTECTED]>: > > Really no one knows? > > No clues, directions, tips on where I should go from here? > This is really important to me. > > Cheers, > > Jan > > -Oorspronkelijk bericht- > Van: Jan van den Berg [mailto:[EMAIL PROTECTED] >

Re: [EMAIL PROTECTED] Apache server service within a knoppix VMWare appliance?

2007-08-12 Thread Robert F Hall
Kathi, try ./apachectl instead of apachectl. Looks like the current dir is not in root's PATH. -Robert Kathi Porter wrote, on 8/12/2007 3:06 PM: Hi Noodl; thanks for all the info. Even I can't remember how I got to that download site... Anyway, I opened a command line (as root) and tried

Re: [EMAIL PROTECTED] RE: RE: Newbie problems, trying to get Apache HTTP Server working

2007-07-22 Thread Robert F Hall
It sounds like you are seeing the default index page. Did you try to edit /usr/local/apache2/htdocs/index.html as Graham suggested? If you did so and don't observe any changes in your browser the page may be "cached". Try clearing you browsers cache and reloading the page. -Robert the Karri

[EMAIL PROTECTED] "AddDefaultCharset not allowed here" Error

2007-07-21 Thread George F. Crewe
Hello, I created an alias for a directory in our httpd.conf file, by adding the following declarations: #Alias for OpenCollab Alias /opencollab "/opt/opencollab/trunk/public" Options Indexes MultiViews AllowOverride All Order allow,deny Allow from all Deny from all However,

[EMAIL PROTECTED] Segmentation fault in Apache

2007-04-23 Thread Diego F. Fernandez
It would be thankful to who can help me with these errors that leave in log of apache. [Mon Apr 23 11:35:52 2007] [notice] child pid 26936 exit signal Segmentation fault (11) *** glibc detected *** /usr/sbin/httpd: corrupted double-linked list: 0x097712d8 *** [Mon Apr 23 11:36:21 2007] [notice] c

[EMAIL PROTECTED] Segmentation fault in Apache

2007-04-19 Thread Diego F. Fernandez
Hi I have an application Web php that uses persistent connections to a database DB2. During the day it works without problems but at dawn something happens and the connections are lost which causes that errors of preparation of sentence in the application appear. This loss of connections i solve

[EMAIL PROTECTED] ¿Which are the possible causes of segmentation fault in Apache?

2007-04-19 Thread Diego F. Fernandez
Hi!!! ¿Which are the possible causes of segmentation fault in Apache? I appreciate the collaboration. diegofff - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/usersli

Re: [EMAIL PROTECTED] Advice on Migrating from Netscape to Apache

2007-04-13 Thread Mik F
en use the 'forward' VH to get to its intended destination? I'm working through scenarios as carefully as I can but I'm new to Apache and I'm not sure whether the theory is wrong or whether I'm just getting the syntax and implementation wrong. Any help appreciated! Thank

Re: [EMAIL PROTECTED] Advice on Migrating from Netscape to Apache

2007-03-22 Thread Mik F
On 22/03/07, Nick Kew <[EMAIL PROTECTED]> wrote: On Thu, 22 Mar 2007 12:44:04 + "Mik F" <[EMAIL PROTECTED]> wrote: > Netscape Proxy Server has a simple interface for managing URL mappings > so that, for instance, URL Prefix (from client) http://foo maps to &

[EMAIL PROTECTED] Advice on Migrating from Netscape to Apache

2007-03-22 Thread Mik F
Hi, we're (finally) looking to migrate from Netscape to Apache but there are a couple of areas that I'm having problems with that I'm hoping someone can give me some gentle guidance on. We use Netscape Proxy Server 3.5 to manage requests from client applications (rather than client browser) to e

Re: [EMAIL PROTECTED] Apache log analyzer

2007-03-22 Thread Robert F Hall
cyberarian wrote, on 3/22/2007 1:00 AM: Is there any software or online tool available free for analyzing apache error and access logs?I am looking for some free or free and open-source. I am using apache 2.2 on windows 2003 server. Couldn't pull the name out of gray matter, but with less than

Re: [EMAIL PROTECTED] Reverse proxying behind a firewall

2006-08-09 Thread Gregory F. March
x27;m stuck with DB upgrade issues at the moment though, since it is a whole new OS as well.Thanks again! /gregOn 8/9/06, Vincent Bray <[EMAIL PROTECTED]> wrote: On 8/8/06, Gregory F. March <[EMAIL PROTECTED]> wrote:> When apache (1.3) proxy's requests, gallery is dropping the por

[EMAIL PROTECTED] Reverse proxying behind a firewall

2006-08-08 Thread Gregory F. March
t the 443 in the url, but it is still an invalid url.I'm hoping that someone can explain to me what I am doing wrong.Thanks!/greg-- Gregory F. March| http://www.gregmarch.com|AIM:GfmNet

[EMAIL PROTECTED] WARNING

2006-08-03 Thread F vE
I hate to do this, but I have tried numerous times to unsubscribe in the way I am supposed to. Thus, everything I keep receiving from this list I now regard as spam. If someone doesn't unsubscribe me, I am going to spam the list. [EMAIL PROTECTED] _

Re: [EMAIL PROTECTED] mod_proxy question

2006-07-19 Thread David f.
Neil A. Hillard wrote: ** Resent as the original never made it due to my new e-mail address ** Hi, David f. wrote: David f. wrote: Hi, How can I turn ProxyPreserveHost on for for some RewriteRules then off again for some ProxyPass lines in the same vhost? Putting ProxyPreserveHost

Re: [EMAIL PROTECTED] mod_proxy question

2006-07-18 Thread David f.
David f. wrote: David f. wrote: Hi, How can I turn ProxyPreserveHost on for for some RewriteRules then off again for some ProxyPass lines in the same vhost? Putting ProxyPreserveHost On before the Rewrites works as expected (turns it on), but when I put the ProxyPreserveHost Off command

Re: [EMAIL PROTECTED] mod_proxy question

2006-07-18 Thread David f.
David f. wrote: Hi, How can I turn ProxyPreserveHost on for for some RewriteRules then off again for some ProxyPass lines in the same vhost? Putting ProxyPreserveHost On before the Rewrites works as expected (turns it on), but when I put the ProxyPreserveHost Off command before the

[EMAIL PROTECTED] mod_proxy question

2006-07-18 Thread David f.
no effect, ProxyPreserveHost appears to still be on. It's as if the directive is ignored. Is this the correct behaviour? The docs are not real clear on this point and there are no entries in bugzilla. Thanks! Da

[EMAIL PROTECTED] Enable / disable ProxyPreserveHost in the same virtualhost.

2006-07-14 Thread David f.
host is running Apache 2.2.2. 192.168.107.37 is running Apache 1.3.34. The two forum servers are running Apache 1.3.32 and are not publicly accessible (thus the reason for the proxying). Thank you, David f. - The official User

RE: [EMAIL PROTECTED] Apache -- DBD issue

2006-06-08 Thread Akhter, Shameem F
Isn't there another message immediately before that? Unfortunately there is none. These are the only errors. These errors disappear when I degraded the version to older ones, I mean pre 5.2. Any help related to 5.2 would be appreciated. On Thursday 08 June 2006 07:55, Akhter, Shameem F

[EMAIL PROTECTED] Apache -- DBD issue

2006-06-07 Thread Akhter, Shameem F
Hi, I am getting the following errors from Apache2 (httpd-2.2.2) error-log, and need to find a way to remove the error.   … [crit]  (70023)This function has not been implemented on this platform: DBD: driver for  not available … [crit]  (70023)This function has not been implemented on t

Re: [EMAIL PROTECTED] double login

2005-12-15 Thread T F
On 12/15/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 12/15/05, T F <[EMAIL PROTECTED]> wrote: > > The sysadmin at the hosting service that I am using can't figure out > > why double logins (both must be valid) are required to access a > > password prote

[EMAIL PROTECTED] double login

2005-12-15 Thread T F
The sysadmin at the hosting service that I am using can't figure out why double logins (both must be valid) are required to access a password protected directory that is protected using .htaccess under Apache2.0. This is happening for accounts other than mine. He thinks there exists some 2nd .hta

Re: [EMAIL PROTECTED] Re: force rewrite to occur before authentication, howto?

2005-12-14 Thread T F
> > I'm still not having any luck with this. It appears as though > > authentication is happening before the rewrite. I need the > > opposite: need rewrite before the authentication. > > > > Oddly, a google search turns up posts with both situations. > > In some, people are in my boat (trying to

[EMAIL PROTECTED] Re: force rewrite to occur before authentication, howto?

2005-12-11 Thread T F
> The problem is that the login box pops up before the rewrite I'm still not having any luck with this. It appears as though authentication is happening before the rewrite. I need the opposite: need rewrite before the authentication. Oddly, a google search turns up posts with both situations.

[EMAIL PROTECTED] force rewrite to occur before authentication, howto?

2005-12-11 Thread T F
For certain requests for resources in a password protected directory, I'd like to redirect the user to an unprotected page. In these cases, I'd like the user not to know that the protected directory exists. The problem is that the login box pops up before the rewrite -- which clues the user into

Re: [EMAIL PROTECTED] detail for a rewrite

2005-12-11 Thread T F
> > In fact, i'd like to devise a general solution, such that whenever any > > document in the the /o tree is requested, then the url will be rewritten to > > the .net. For example if the user pointed > > http://www.domain.com/o/file.html, then it would be > > rewritten to http://www.domain.net/o

[EMAIL PROTECTED] detail for a rewrite

2005-12-11 Thread T F
My hosting service has my second domain name aliased to my single account. For example, www.domain.net is aliased to www.domain.com If a user points their browser to www.domain.com, then they are served www.domain.com/index.html If the they point to www.domain.net, then they are served www.domai

[EMAIL PROTECTED] webDav access to home directory as user

2005-11-26 Thread Ronald C . F . Antony
Hi, I have a scenario where a regular network file system is out of question (firewall and ISP restrictions). Users have regular accounts on a Linux machine, where they store their files, and if they are security critical, also have a user mountable cryptoloop file system which is mounted

[EMAIL PROTECTED] world-readable .htaccess in symbolic link?

2005-09-26 Thread F vE
I run a Apache on NetBSD 1.6, using .htaccess-files every now and then. The files are readable by the apache user but not world-readable, and they work just fine, except for the following. In the server root, there is a symbolic link to phpmyadmin, owned by root. Now as to the thing I don't unde

RE: [EMAIL PROTECTED] CGI executing for a certain directory

2005-08-31 Thread F. Bos
- Original Message - From: "F. Bos" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 31, 2005 10:48 AM Subject: RE: [EMAIL PROTECTED] CGI executing for a certain directory > Thanks for the explanation but I still can't get it right :( (also read > the > manual again)

RE: [EMAIL PROTECTED] CGI executing for a certain directory

2005-08-31 Thread F. Bos
11:05 Aan: users@httpd.apache.org Onderwerp: RE: [EMAIL PROTECTED] CGI executing for a certain directory > -Original Message- > From: F. Bos [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 31. August 2005 10:50 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] CGI execu

RE: [EMAIL PROTECTED] CGI executing for a certain directory

2005-08-31 Thread F. Bos
I'm trying to execute an exe file. -Oorspronkelijk bericht- Van: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Verzonden: woensdag 31 augustus 2005 16:24 Aan: users@httpd.apache.org Onderwerp: Re: [EMAIL PROTECTED] CGI executing for a certain directory F. Bos wrote: > Hi, &

[EMAIL PROTECTED] CGI executing for a certain directory

2005-08-31 Thread F. Bos
Hi, I've got a question that should be simple for an advanced Apache user. I'm trying to set up a certain directory so that cgi-bin apps can be run from there. The Apache manual is quite clear on this but I can't make it work. What am I doing wrong? I use the config lines at the bottom of this me

[EMAIL PROTECTED] need help w/Apache redirect

2005-08-04 Thread Robert F Hall
This *should* be simple, but is not working for us. We are using Apache 1.3.27. We are trying to redirect requests to a particualr host name (an alias) to the real host name and a specific URL. For example, if http://specific-app.berkeley.edu is requested, we need it to be redirected to