You probably haven't set up a directory statement for the home dirs.
Something like:
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
-Original Message-
From: kris duff [mailto:[EMAIL PROTECTED]
Sent: Friday, September 07, 2007 11:25 PM
To: users@ht
Hi
I installed the latest apache version (2.2.6). I used
the default httpd.conf file except for the userdir
directory which is include the file
extra/httpd-userdir.conf
I can access the "main website" from
/[..]/apache/htdocs but when I put the
http://[..]/~my_user I received on my browser :
Any time
-Original Message-
From: Chris Arnold [mailto:[EMAIL PROTECTED]
Sent: Friday, September 07, 2007 10:33 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] 1 IP with multiple sites
Phillip Hamilton wrote:
> I missed part of your question, but keep in mind that when you
Phillip Hamilton wrote:
> I missed part of your question, but keep in mind that when you create a
> virtual host, ALL of your sites become
> virtual host sites - Meaning you'll need to create a vhost entry for the
> original site too. (Main site goes away is the technical term I've heard for
> it
A
I missed part of your question, but keep in mind that when you create a
virtual host, ALL of your sites become
virtual host sites - Meaning you'll need to create a vhost entry for the
original site too. (Main site goes away is the technical term I've heard for
it)
-Original Message-
From:
OK, i am sure i am doing something wrong now b/c when i make 1
NameVirtualHost in vhost.d/, it applies to all sites. Meaning, any site
you try to go to leads you to this new vhost site. Again, here is what i
have done, step-by-step:
-create a vhost file with these contents:
--| NameVirtualHost *:8
duh. sorry. (about the non-plain-text and my failure to STFW).
It now all works as expected, after loading not only mod_proxy but
mod_proxy_http and mod_proxy_connect
This error message, right there in the logs, was most helpful:
[Fri Sep 07 17:49:33 2007] [warn] proxy: No protocol handler w
Hi,
I don't know if this is the right forum to ask this, and if it isn't I
appologize; would you be able to direct me to the right place to ask this?
I've currently got an apache/tomcat installation using mod_jk to communicate
between the two. Everything works perfectly. The only issue I have i
Hello,
Any conclusion on this would be great.
1. Does an apache proxy server create stateful or stateless
connection upon request?
a. Specifically using BizTalk - Although no need to answer
with biztalk in mind just need answer
2. On the transport layer does th
On Sep 7, 2007, at 4:49 PM, Chris Arnold wrote:
Sorry for the top-posting
That's OK, we can break that nasty habit for you.
I have made a vhost.conf file, like so:
NameVirtualHost *:80
ServerAdmin [EMAIL PROTECTED]
ServerName name.domain.tld
ServerAlias domain.tld name.dom
Sorry for the top-posting
I have made a vhost.conf file, like so:
NameVirtualHost *:80
ServerAdmin [EMAIL PROTECTED]
ServerName name.domain.tld
ServerAlias domain.tld name.domain.tld
DocumentRoot /path/to/root/folder
Start and stop apache2 and can access name.domain.tld just
I'm trying out some rewrite rules, and I have one that works without [P]
(but does it's work as a 302, found, but over there...) .
But when I add [P], I get a 403 forbidden.
in the non-[P] version, I can just sniff the 'location' header to find
out what is being requested. Is there a way I
Sander Temme wrote:
> Bread and butter. See http://httpd.apache.org/docs/2.2/vhosts/ or,
> more specifically:
>
> http://httpd.apache.org/docs/2.2/vhosts/name-based.html
Hi Sander (and list)
That link (http://httpd.apache.org/docs/2.2/vhosts/name-based.html )
says to add to the httpd.conf the NameV
On Sep 7, 2007, at 3:21 PM, Chris Arnold wrote:
We only have 1 ip here and are looking to have a couple different
sites with different DNS names on SLES10 SP1 with apache2 2.2.3.
Allow me to describe it like this:
joeblow.com points to our 1 ip and so does ilikedogs.com. How would
we get p
> >
> > One last question then (the reason I'm even compiling apache in the
> > first place):
> >
> > I have an existing production server that does not have mod_rewrite
> > either as an .so or within the list of "httpd -l" . Is it a very
> > stupid idea to download the particular version of
We only have 1 ip here and are looking to have a couple different sites with
different DNS names on SLES10 SP1 with apache2 2.2.3. Allow me to describe it
like this:
joeblow.com points to our 1 ip and so does ilikedogs.com. How would we get
people that want to get to joeblow.com to joeblow.com a
>try with redirect (and VirtualHost if needed)
>
>ServerName our.domain.com:10080
>RedirectPermanent / http://another.machine.com:8080
>
We are trying to do the samething with apache 2.2.3 on SLES10 SP1. I have
config'ed a vhost.conf, like so:
ServerAdmin [EMAIL PROTECTED]
Server
On 9/7/07, gb1071nx <[EMAIL PROTECTED]> wrote:
> Ah, that's the n00b in me coming through. I didn't connect "DSO" with
> *.so
>
> One last question then (the reason I'm even compiling apache in the
> first place):
>
> I have an existing production server that does not have mod_rewrite
> either as
Ah, that's the n00b in me coming through. I didn't connect "DSO" with
*.so
One last question then (the reason I'm even compiling apache in the
first place):
I have an existing production server that does not have mod_rewrite
either as an .so or within the list of "httpd -l" . Is it a very stupi
On 9/7/07, gb1071nx <[EMAIL PROTECTED]> wrote:
> Leaving aside arguments regarding desirability, how do I make it so that
> mod_rewrite becomes an .so file in the modules directory? Or is it even
> possible?
> > > [EMAIL PROTECTED]:/home/mikec/httpd-2.0.59# ./configure
> > > --pr
sorry if this is a repost, I just joined the list, but is anyone
having problems building the 2.0.61 httpd win32 source? Mine is
having problems with rand.c it seems (2.0.59 built without problems
recently - I'm using vis c++ 6)
rand.c
C:\apachebuild\httpd-2.0.61\srclib\apr\misc\win32\rand.c(
Ah. Right you were.
[EMAIL PROTECTED]:/usr/local/applications/apache2059/bin# ./httpd -l
Compiled in modules:
core.c
mod_access.c
mod_auth.c
mod_include.c
mod_log_config.c
mod_env.c
mod_setenvif.c
prefork.c
http_core.c
mod_mime.c
mod_status.c
mod_autoindex.c
mod_asis.c
I have two applications that need to be hosted on my webserver. Requests
for both apps come in via the same F5 and DNS name but with different URLs
after the DNS name(e.g http://foo.bar.com/app1 and
http://foo.bar.com/app2).
The directory structure for both apps have the same names but with
diffe
On 9/7/07, gb1071nx <[EMAIL PROTECTED]> wrote:
>
> Hi, first-time poster (go easy on me)
>
> I've downloaded httpd 2.0.59 and untar'd it.
>
> I've used ./configure like so:
>
> [EMAIL PROTECTED]:/home/mikec/httpd-2.0.59# ./configure
> --prefix=/usr/local/applications/2059
>
Apache HTTP Server 2.2.6 Released
The Apache Software Foundation and the Apache HTTP Server Project
are
pleased to announce the release of version 2.2.6 of the Apache
HTTP Server
("Apache"). This version of Apache is principally a bug and
security fix
re
Hi, first-time poster (go easy on me)
I've downloaded httpd 2.0.59 and untar'd it.
I've used ./configure like so:
[EMAIL PROTECTED]:/home/mikec/httpd-2.0.59# ./configure
--prefix=/usr/local/applications/2059
--enable-so
--enable-rewrite
(all on o
For the benefit of the community I'd like to say - I got it fixed and here's
how:
The issue has to do with coldfusion 8 and not Apache at all. A
removal/reinstall to my configured
Apache server seems to have it fixed.
Possibly this has to do with the way CF handles multiple requests from one
cli
Thanks!
On 07/09/2007, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> On 9/7/07, Mark Drummond <[EMAIL PROTECTED]> wrote:
> > Is it possible to nest alias directives? What I mean is:
> >
> > Alias /foo /a/file/location
> > Alias /foo/bar /another/file location
>
> Yes; just reverse the order. See:
>
On 9/7/07, Mark Drummond <[EMAIL PROTECTED]> wrote:
> Is it possible to nest alias directives? What I mean is:
>
> Alias /foo /a/file/location
> Alias /foo/bar /another/file location
Yes; just reverse the order. See:
http://httpd.apache.org/docs/2.2/mod/mod_alias.html#order
Joshua.
-
Is it possible to nest alias directives? What I mean is:
Alias /foo /a/file/location
Alias /foo/bar /another/file location
I'm probably going about this all wrong. I'm trying to alias a Cognos 8
docroot like so:
Alias /cognos8 /opt/cognos/c8/webcontent
But I also need to be able to resolve /cog
On 9/6/07, DreamEfforts <[EMAIL PROTECTED]> wrote:
>
> Hi Everyone,
>
> I just need your help, I did configured Apache Http server as proxy server
> and blocked the some mime types in configuration file (removed them from
> mime.types), but apache server is not restricting those mime types when any
On 9/6/07, James Ralston <[EMAIL PROTECTED]> wrote:
> Now, say that (for whatever reason) we want to redirect all requests
> for any URL-path except / (root) to the root.
>
> Or you could do it using mod_rewrite:
>
> RewriteEngine On
> RewriteCond %{REQUEST_URI} !^/$
> RewriteRule .*
On 9/7/07, Poohba <[EMAIL PROTECTED]> wrote:
> I upgraded from fc5 to fedora 7 and I just want to copy my httpd.conf
> over and get it running but I get this error
>
> # service httpd start
> Starting httpd: /bin/bash: line 1: 19811 Segmentation fault (core
> dumped) /usr/sbin/httpd
>
On 9/7/07, James Sherwood <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> We are trying to load balance our server for a certian number of hits and
> are using WebLOAD to test it. Currently it will only sustain a load of about
> 100(around 45 hits a second).
>
> Our configuration: Apache using modjk t
I've recently moved our server to a new box (Windows 2003 Web Edit)
and now all our virtual hosts are having issues.
Specifically, requests for one VH will show a random site from the list of
VH's.
We're using Apache 2.2.4 with OpenSSL for Windows (MSI), PHP 5.2.4, and CF8.
I've gone over the VH
Hello,
We are trying to load balance our server for a certian number of hits and are
using WebLOAD to test it. Currently it will only sustain a load of about
100(around 45 hits a second).
Our configuration: Apache using modjk to 2 tomcats on 1 server. Anything over
100 and everything begins t
Test from my mail sorry for this
try with redirect (and VirtualHost if needed)
ServerName our.domain.com:10080
RedirectPermanent / http://another.machine.com:8080
Or with Rewrite
RewriteEngine On
RewriteCond %{HTTP_HOST} our.domain.com [NC]*
*RewriteRule /(.*) http://another.machine.com:8080/$1 [L,R=301]
--
Bj
On 9/6
38 matches
Mail list logo