[EMAIL PROTECTED] apache 2.2 conf issue

2008-03-21 Thread j k
I'm upgrading from 2.0.59 to 2.2.6 on a gentoo box and the vhost config is giving me grief: 2.2.6 will deliver normal content from the document root /var/ww/localhost/htdocs via http://myserver when only vhosts.d/00_default_vhost.conf and vhosts.d/default_vhost.include are present, however as so

[EMAIL PROTECTED] Problems building on Redhat (openssl conflict)

2008-03-21 Thread ohaya
Hi, I am trying to build an SSL-enabled Apache 2.2.8 on a Redhat 4 system, but am running into a problem. The problem is that for some reason, there is already an older (0.9.7a-43.16) version of openssl on the machine, but no openssl-devel RPM was installed. So, I figured I'd build the latest

[EMAIL PROTECTED] bad mod_userdir behavior

2008-03-21 Thread Shawn Hood
All, I have two nearly identical servers, running nearly identical httpd configs. I've ensured that all apache files and associated libraries are identical. Whenever I browse to odin/~userdir, the browser just hangs. I've checked ownership, permissions, attrs. selinux is disabled. Here are so

Re: [EMAIL PROTECTED] documentation on case_filter

2008-03-21 Thread j k
On Fri, Mar 21, 2008 at 12:02 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > I believe that is an example module. It is documentation in itself, so > it doesn't really need an entry in the docs. It is not intended for > non-developer use. > > Joshua. > Thanks.

[EMAIL PROTECTED] Can't modify LoadModule line for PHP

2008-03-21 Thread istojic
Hello all, A summary: Modifying httpd.conf to try to point "LoadModule php5_module" to point to anywhere but the original location results in Apache not being able to start again. And the history... I'm a recent Mac convert running OS X 10.5.2 (aka Leopard), with it's pre-bundled Apache 2.2 and P

Re: [EMAIL PROTECTED] documentation on case_filter

2008-03-21 Thread Joshua Slive
On Fri, Mar 21, 2008 at 2:38 PM, j k <[EMAIL PROTECTED]> wrote: > Anyone tell me where the documentation on the apache modules 'case_filter' > and 'case_filter-in' resides? > > I searched apache.org including http://httpd.apache.org/docs/2.2/mod/ but > don't see it anywhere. I believe that is an

[EMAIL PROTECTED] documentation on case_filter

2008-03-21 Thread j k
Anyone tell me where the documentation on the apache modules 'case_filter' and 'case_filter-in' resides? I searched apache.org including http://httpd.apache.org/docs/2.2/mod/ but don't see it anywhere. Pointers appreciated, thanks.

Re: [EMAIL PROTECTED] Trouble with rotatelogs win32

2008-03-21 Thread Iuri Fiedoruk
Where was I with the head? Where I've wrote Prefork, read MPM :-P Apache was compiled with Visual Studio 2005. Anyway, any way to solve the issue? On 3/20/08, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On Thu, Mar 20, 2008 at 9:15 AM, Iuri Fiedoruk <[EMAIL PROTECTED]> > wrote: > > Hello, I am w

Re: [EMAIL PROTECTED] Multiple Dns Server

2008-03-21 Thread EJMcLeod
right now I'm trying to get my virtual host to work so i can separate. The two different web pages into separate file structures so they will effectively be two different web pages. I set it up last night but it grieved on me and said that the first file directory would take precedent over the sec

Re: [EMAIL PROTECTED] Is there way to embed apache server

2008-03-21 Thread Joshua Slive
On Fri, Mar 21, 2008 at 1:35 AM, Meir Yanovich <[EMAIL PROTECTED]> wrote: > i know there is allot of small web servers out there . > but i wander if some one did something with apache to embed it > thanks Apache is used with all kinds of different applications. But its architecture is not design

Re: [EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Michael Clark
Andreas Schneider wrote: > Michael Clark schrieb: >> Andreas Schneider wrote: >> >>> [Wed Mar 19 14:57:27 2008] [error] [client 127.0.0.1] client denied by >>> server configuration: >>> E:/server/apache-tomcat-6.0/temp/0-sw-builder/ci.css, >>> referer: http://localhost/sw-builder/login.jsp >>> >>

[EMAIL PROTECTED] ZFS ACL and apache suexec

2008-03-21 Thread Martijn de Munnik
Hi, I'm trying to get my apache webserver as secure as possible. The server is used for multiple virtual hosts and I want to isolate each vhost host. I used this document as a guide http://snippets.dzone.com/posts/show/81 everything works fine. Each vhost is under a separate unix user/grou

Re: [EMAIL PROTECTED] Multiple Dns Server

2008-03-21 Thread J. Peng
what purpose do you plan for? if you want to redirect user's request to different servers based on the user's IP, you can use bind9's view. if you want to run two dns on the same server, you can use bind's forward, forward a special zone requests to another dns server on the same host. On Fri, Mar

Re: [EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Andreas Schneider
The other thing why the auto generated mod_jk.conf is using the extracted webapp in the temp folder. If I would configure it by myself, why I shouldn't use the folder in catalina_home/webapps/sw-builder? - The official User-To