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:
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
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?
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
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
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
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
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_
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
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
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
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
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
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
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
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
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
-
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
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
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
:
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
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
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
ExpiresByType image/jpeg "access plus 1 day"
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]
>
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
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
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,
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
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
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
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
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
&
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
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
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
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
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]
_
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
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
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
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
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
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
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
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
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
> > 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
> 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.
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
> > 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
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
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
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
- 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)
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
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,
&
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
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
59 matches
Mail list logo