Re: [EMAIL PROTECTED] NameVirtualHost Directive

2007-12-17 Thread florian . schmidt
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

[EMAIL PROTECTED] Why access_log so large?

2007-12-17 Thread goommy
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

Re: [EMAIL PROTECTED] Help w/ Rewrite

2007-12-17 Thread Vincent Bray
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

[EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread jocke khazad
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

Re: [EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread Krist van Besien
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, >

Re: [EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread jocke khazad
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

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-17 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] NameVirtualHost Directive

2007-12-17 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread Krist van Besien
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

Re: [EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread Joshua Slive
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

[EMAIL PROTECTED] authorization with more than one method

2007-12-17 Thread robert rottermann
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

[EMAIL PROTECTED] Mark Tomlinson/IL/HCSC is out of the office.

2007-12-17 Thread tomlinsonm
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

RE: [EMAIL PROTECTED] NameVirtualHost Directive

2007-12-17 Thread Axel-Stephane SMORGRAV
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

Re: [EMAIL PROTECTED] How to rid a pest?

2007-12-17 Thread Dragon
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

[EMAIL PROTECTED] restricting a subdirectory in virtual host

2007-12-17 Thread Tonu Mikk
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

[EMAIL PROTECTED] Newbie question

2007-12-17 Thread EWD
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

Re: [EMAIL PROTECTED] restricting a subdirectory in virtual host

2007-12-17 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Newbie question

2007-12-17 Thread Steve Reilly
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

Re: [EMAIL PROTECTED] restricting a subdirectory in virtual host

2007-12-17 Thread Tonu Mikk
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

[EMAIL PROTECTED] Newbie question

2007-12-17 Thread chris
-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

[EMAIL PROTECTED] apache freezes the virtual machine.

2007-12-17 Thread Asrai khn
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

Re: [EMAIL PROTECTED] apache freezes the virtual machine.

2007-12-17 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] apache freezes the virtual machine.

2007-12-17 Thread Asrai khn
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

Re: [EMAIL PROTECTED] apache freezes the virtual machine.

2007-12-17 Thread Joshua Slive
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

[EMAIL PROTECTED] Custom hostname and Apache 2.2.6

2007-12-17 Thread Hans Tovetjärn
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

[EMAIL PROTECTED] libtool: install: error: cannot install `libaprutil-1.la' to a directory not ending in /usr/local/apache2/lib

2007-12-17 Thread Flank
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

[EMAIL PROTECTED] Vhost issues

2007-12-17 Thread Chris Arnold
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

[EMAIL PROTECTED] Please give me some directions.

2007-12-17 Thread auser
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

RE: [EMAIL PROTECTED] Custom hostname and Apache 2.2.6

2007-12-17 Thread Axel-Stephane SMORGRAV
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

Re: [EMAIL PROTECTED] Custom hostname and Apache 2.2.6

2007-12-17 Thread Karel Kubat
-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

RE: [EMAIL PROTECTED] Vhost issues

2007-12-17 Thread Axel-Stephane SMORGRAV
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