Maybe I missed the core of your question because it was so early in the
morning for me :-)
To extend my example:
NameVirtualHost IP1:80
ServerName domain1.com
DocumentRoot /var/www/domain1/
ServerName domain2.com
DocumentRoot /var/www/domain2/
NameVirtualHost IP2:80
hi,list!
My server use 1.3 and work well all the time.
Recently,i upate 1.3 to 2.2 with the configuration almost same as 1.3! And
2.2 is working well for several days!
But when i compare the access_log between 1.3 and 2.2 , i find 2.2's
access_log so large then 1.3's.
[1.3 access_log
On 16/12/2007, Bryan Richardson <[EMAIL PROTECTED]> wrote:
> Thanks. I took a look at the Wiki links you provided, and I think I'll
> try using Redirect instead. Any hints as to how I would use Redirect
> in this situation?
Redirect is a simpler solution but will only work in the main server
confi
Hi Everyone,
I have an odd problem with my apache server.
Server version: Apache/2.0.46
My default page in www.exmaple.com is index.jsp and it loads fine if you
enter http://www.example.com.
here is the problem,
When I enter http://www.example.com/jsp/admin it doesn't work.
I get the follow m
On Dec 17, 2007 12:21 PM, jocke khazad <[EMAIL PROTECTED]> wrote:
> Hi Everyone,
>
> I have an odd problem with my apache server.
>
> Server version: Apache/2.0.46
>
> My default page in www.exmaple.com is index.jsp and it loads fine if you
> enter http://www.example.com.
>
> here is the problem,
>
Same resault with
http://www.example.com/jsp/admin
and
http://www.example.com/jsp/admin/
On Dec 17, 2007 12:41 PM, Krist van Besien <[EMAIL PROTECTED]>
wrote:
> On Dec 17, 2007 12:21 PM, jocke khazad <[EMAIL PROTECTED]> wrote:
> > Hi Everyone,
> >
> > I have an odd problem with my apache serve
On Dec 16, 2007 10:48 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote:
> Once again, Joshua, thanks for your help. What are your feelings on
> Rewrites vs. Redirects? How would I use a Redirect (or RedirectMatch) in
> this situation? I tried doing a RedirectMatch with a similar regexp to what
> I
On Dec 17, 2007 12:17 AM, Bryan Richardson <[EMAIL PROTECTED]> wrote:
> Hi Florian,
>
> Thanks for the response. I guess my question is why have the
> NameVirtualHost directive since the *same* IP address is required to be
> specified as an attribute in the VirtualHost block?
It makes request pro
On Dec 17, 2007 12:52 PM, jocke khazad <[EMAIL PROTECTED]> wrote:
> Same resault with
>
>
> http://www.example.com/jsp/admin
>
> and
>
> http://www.example.com/jsp/admin/
>
Check your config. There might be a DirectoryIndex somewhere else in
your httpd.conf, or in a .htaccess file that overrides t
On Dec 17, 2007 9:06 AM, Krist van Besien <[EMAIL PROTECTED]> wrote:
> On Dec 17, 2007 12:52 PM, jocke khazad <[EMAIL PROTECTED]> wrote:
> > Same resault with
> >
> >
> > http://www.example.com/jsp/admin
> >
> > and
> >
> > http://www.example.com/jsp/admin/
> >
>
> Check your config. There might be
hi there,
I have a site where I would like to use more than one authentication
method. how can can I do that?
I have how something like:
AuthType Basic
AuthName "By Invitation Only"
AuthUserFile /srv/www/htdocs/passwd/passwords
AuthGroupFile /srv/www/htdocs/pas
I will be out of the office starting 12/16/2007 and will not return until
01/02/2008.
Please contact Mark Malott for things that require immediate attention.
**
The information contained in this communication is confidential, private,
proprietary, or otherwise privileged and is inte
NameVirtualHost is used only if you want to host several web sites using the
same IP/port combination as opposed to IP-based virtual hosting where exactly
one site (server name) is hosted on each IP/port combination.
If you use Name-based virtual hosting, you may provide several VirtualHost
sec
Charles Michener wrote:
I have a couple of spider bots hitting my server that I do not wish
to have access to my pages - they ignore robots.txt, so I finally
put them on my 'deny from x' list. This does deny them access
but they persist to keep trying - trying each page address at least
30
I would like to make a document root folder of a virtual host open to
public, but restrict access to root/admin folder to certain IP ranges
only. Below is what I have currently. I have restricted the
survey/admin folder, but everyone can still view pages. Any suggestions
on what I am doing w
I have a website that is running at http://www.ewd.com. I have also installed
another web application that is also accessible from
http://www.edw.com:8080.
I want to configure apache so users can use the second application at
app.ewd.com instead of www.edw.com:8080. How can I achieve this?
Thank
On Dec 17, 2007 12:05 PM, Tonu Mikk <[EMAIL PROTECTED]> wrote:
> I would like to make a document root folder of a virtual host open to
> public, but restrict access to root/admin folder to certain IP ranges
> only. Below is what I have currently. I have restricted the
> survey/admin folder, but e
EWD wrote:
> I have a website that is running at http://www.ewd.com. I have also installed
> another web application that is also accessible from
> http://www.edw.com:8080.
>
> I want to configure apache so users can use the second application at
> app.ewd.com instead of www.edw.com:8080. How can I
Joshua Slive wrote:
The configuration is basically correct, so the problem is likely
either you aren't editing the correct config file, you are reloading
the configuration after editing, of you have an Allow directive
someplace else in the config (perhaps in a section)
overriding this config. (A
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
EWD wrote:
> I have a website that is running at http://www.ewd.com. I have also installed
> another web application that is also accessible from
> http://www.edw.com:8080.
>
> I want to configure apache so users can use the second application at
> ap
Hi we are running our shared web server under vm (UML) distro FC7 its
working fine but once in 10-15 days apache shoots virtual machine load very
hight upto 20-30 and all swap been consumed. if some how we get into the vm
via ssh stop/start apache normalize the vm which clearly show that is apache
On Dec 17, 2007 2:24 PM, Asrai khn <[EMAIL PROTECTED]> wrote:
> Hi we are running our shared web server under vm (UML) distro FC7 its
> working fine but once in 10-15 days apache shoots virtual machine load very
> hight upto 20-30 and all swap been consumed. if some how we get into the vm
> via ss
On Dec 18, 2007 12:33 AM, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> The only thing we know here is that for some reason apache is sucking
> up tons of memory under a specific circumstance. This is likely due to
> a bug in one of your programs that is running under apache (a php
> script, for exa
On Dec 17, 2007 3:34 PM, Asrai khn <[EMAIL PROTECTED]> wrote:
>
>
>
> On Dec 18, 2007 12:33 AM, Joshua Slive <[EMAIL PROTECTED]> wrote:
> >
> >
> > The only thing we know here is that for some reason apache is sucking
> > up tons of memory under a specific circumstance. This is likely due to
> > a
Hello!
I'm a bit new to this, but here goes. My computer is a MacBook Pro
with Mac OS X 10.4.11, I am not using the bundled Apach 1.3 server,
it has not been activated prior to this. I installed Apache 2.2.6 (as
well as PHP and MySQL...) through MacPorts (DarwinPorts) and it has
been work
hey,there
i''m install apache to the specified path of /usr/local.and config it with
following command
shell>./configure --prefix=/usr/app/apache2/ --with-apr=/usr/app/apache2/
--enable-so --with-apr-util=/usr/app/apache2/ --with-included-apr
--libdir=/usr/app/apache2/lib/
shell>make
shell>make i
Using apache 2.2.3 and at this time, we only have 2 vhosts. When trying to go
to www.teknerds.net people get the other vhost (which is MUWP). Following id
the vhost file:
#
NameVirtualHost *:80
ServerAdmin [EMAIL PROTECTED]
ServerName mytimewithgod.net
#ServerAlias mytimewithgod.net
hi,list!
I have a puzzle with between apache2.2 and squid. I have three apache
server with same configuration and only with apache service.And to squid
server in front of apache server to cache my websites.
I use apche control cache time.And i set 15days with types of *.js.When I
check htt
Here's a shot in the dark.
The file /etc/hosts most probably has a line containing host-xx-xxx-xx-xxx,
associating the host name with an IP address, looking somewhat like this:
10.11.12.14 host-xx-xxx-xx-xxx
Edit that line and add laptop:
10.11.12.14 host-xx-xxx-xx-xxx laptop
I think that s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Hans,
On Dec 18, 2007, at 12:43 AM, Hans Tovetjärn wrote:
I'm a bit new to this, but here goes. My computer is a MacBook Pro
with Mac OS X 10.4.11, I am not using the bundled Apach 1.3 server,
it has not been activated prior to this. I instal
You can fix that by adding "ServerAlias www.teknerds.net" to the second VHost.
BTW, next time you post a configuration, please remove all the comments that
make it unreadable unless they are relevant for your problem...
-ascs
-Message d'origine-
De : Chris Arnold [mailto:[EMAIL PROTECT
31 matches
Mail list logo