Re: [EMAIL PROTECTED] How to install Apache without a root account?

2007-05-01 Thread Hongliang Wang
Still cannot get it working... I start with ./configure --prefix=~/www make make install then, [EMAIL PROTECTED]:~/www/bin$ ./apachectl start fopen: No such file or directory httpd: could not open document config file ~/www/conf/httpd.conf ./apachectl start: httpd could not be started But the

[EMAIL PROTECTED] .htaccess not for all hosts (VirtualHosts)

2007-05-01 Thread Christoph P. Kukulies
I'm running apache 1.3.28 which serves the outside (Internet) network and an Intranet (through address 192.168.1.x) To the outside server I'm using .htaccess password protected pages while I would like to open the pages to the Intranet. At the end of httpd.conf I have this: # ServerAlias forumi

[EMAIL PROTECTED] Apache 2.2.4 in Win 2K SP4 causes BSOD (afd.sys) on accesses

2007-05-01 Thread Mark A. Craig
I have tried to install Apache 2.2.4 as best I can on a Windows 2000 SP4 system, in the hope I could use it to serve my blog instead of the Java-based server I've been using. I have also installed PHP 5.2.0. I initially had problems configuring Apache to serve PHP files correctly (execute rat

Re: [EMAIL PROTECTED] How to install Apache without a root account?

2007-05-01 Thread Krist van Besien
On 5/1/07, Hongliang Wang <[EMAIL PROTECTED]> wrote: Still cannot get it working... I start with ./configure --prefix=~/www make make install then, [EMAIL PROTECTED]:~/www/bin$ ./apachectl start fopen: No such file or directory httpd: could not open document config file ~/www/conf/httpd.conf

Re: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Krist van Besien
On 4/30/07, Mike Grandmaison <[EMAIL PROTECTED]> wrote: Hi, I am trying to setup a tomcat web app in a hosted environment. The hosted environment uses apache and virtual hosts to pass requests for certain domains onto tomcat. I want tomcat to handle the ssl instead of having apache decrypt an

Re: [EMAIL PROTECTED] Virtual Host

2007-05-01 Thread Krist van Besien
On 4/27/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote: Here in this file i include the configuration like : ServerAdmin [EMAIL PROTECTED] DocumentRoot /etc/apache2/htdocs/ ServerName www.juan.com ServerAlias juan .com ErrorLog /etc/apache2/logs/error_log CustomLog /etc

Re: [EMAIL PROTECTED] Virtual Host

2007-05-01 Thread Victor Trac
If juan.com and juantere.com are serving the same docroot, just collapse them into a single VirtualHost directive. /etc is also not a good storage location for your htdocs. Also, why is there a space between juan and .com in your ServerAlias? I suggest the following: ServerAdmin [EMAIL PRO

[EMAIL PROTECTED] Apache 2.2.4 in Win 2K SP4 causes BSOD (afd.sys) on accesses

2007-05-01 Thread Mark A. Craig
I have tried to install Apache 2.2.4 as best I can on a Windows 2000 SP4 system, in the hope I could use it to serve my blog instead of the Java-based server I've been using. I have also installed PHP 5.2.0. I initially had problems configuring Apache to serve PHP files correctly (execute rather

Re: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Mike Grandmaison
>- Original Message >From: Krist van Besien <[EMAIL PROTECTED]> > >You can't do what you are trying to do. Passing SSL without decrypting >it to tomcat is something that can't be done with apache. How is >apache to know what to do with a request when the request is just a >stream of appare

Re: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Krist van Besien
On 5/1/07, Mike Grandmaison <[EMAIL PROTECTED]> wrote: Unfortunately I can't do a port forward at the os level. My environment is on a shared server. Many domains are setup on the machine - all of course for port 80/443. At the os level can I determine that the request was for a certain doma

RE: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Ryan Murray
> >- Original Message > >From: Krist van Besien <[EMAIL PROTECTED]> > > > >You can't do what you are trying to do. Passing SSL without > decrypting > >it to tomcat is something that can't be done with apache. > How is apache > >to know what to do with a request when the request is j

Re: [EMAIL PROTECTED] FollowSymLinks - anything which could globally block this?

2007-05-01 Thread Joshua Slive
On 4/30/07, Brent Harsh <[EMAIL PROTECTED]> wrote: I'm configuring Apache (2.0.52 as it came with RedHat EL distribution and am always seeing 403 denied when trying to download a file via a symlink. I have the FollowSymLink directive present in the httpd.conf section for my docroot directory,

Re: [EMAIL PROTECTED] Writing an Apache 2.0 add-on (DSO) C-module

2007-05-01 Thread Joshua Slive
On 5/1/07, janmejay.tripathi <[EMAIL PROTECTED]> wrote: I am currently working with apache 2.0.59. Now in a process of writing some apache2 add-on C-module (DSO). I just got through documents provided in Nick knew's --> www.apachetutor.org and also headers files in Apache2-Include

Re: [EMAIL PROTECTED] .htaccess not for all hosts (VirtualHosts)

2007-05-01 Thread Joshua Slive
On 5/1/07, Christoph P. Kukulies <[EMAIL PROTECTED]> wrote: I'm running apache 1.3.28 which serves the outside (Internet) network and an Intranet (through address 192.168.1.x) To the outside server I'm using .htaccess password protected pages while I would like to open the pages to the Intranet.

Re: [EMAIL PROTECTED] Query on StartServers and ListenBackLog

2007-05-01 Thread Joshua Slive
On 4/29/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: Hi , Thanks for the reply, I forgot to mention I am using MPM model Worker and I guess MinSpareServers/MaxSpareServer is used for prefork.Is there any way I can stop the dynamic creation of new process.Also how can I simulate with lesser number

Re: [EMAIL PROTECTED] .htaccess not for all hosts (VirtualHosts)

2007-05-01 Thread Christoph P. Kukulies
On Tue, May 01, 2007 at 09:21:22AM -0400, Joshua Slive wrote: > On 5/1/07, Christoph P. Kukulies <[EMAIL PROTECTED]> wrote: > >I'm running apache 1.3.28 which serves the outside (Internet) network > >and an Intranet (through address 192.168.1.x) > > > >To the outside server I'm using .htaccess pass

Re: [EMAIL PROTECTED] .htaccess not for all hosts (VirtualHosts)

2007-05-01 Thread Joshua Slive
On 5/1/07, Christoph P. Kukulies <[EMAIL PROTECTED]> wrote: Thanks, I added it but it doesn't work. I put it before the AllowOverride None. Are you really sure about what interface the different clients are coming in on? The standard solution is to throw out the separate virtualhost (which doe

[EMAIL PROTECTED] running cgi on windows: "The system cannot find the path specified"

2007-05-01 Thread Marquis Samuel
Hello, I have installed Apache 2.2.4 on Windows XP and I have problems running cgi. Logs say: [Tue May 01 19:04:17 2007] [error] [client 127.0.0.1] (OS 3)The system cannot find the path specified. : couldn't spawn child process: D:/DCTM-bugzilla/apache-2.2.4/cgi-bin/printenv.pl Of course, the

Re: [EMAIL PROTECTED] running cgi on windows: "The system cannot find the path specified"

2007-05-01 Thread Joshua Slive
On 5/1/07, Marquis Samuel <[EMAIL PROTECTED]> wrote: Hello, I have installed Apache 2.2.4 on Windows XP and I have problems running cgi. Logs say: [Tue May 01 19:04:17 2007] [error] [client 127.0.0.1] (OS 3)The system cannot find the path specified. : couldn't spawn child process: D:/DCTM-bu

[EMAIL PROTECTED] mod_gzip

2007-05-01 Thread Grant Peel
Hi all, I have added mod_gzip to my apache config a few weeks back. Yesterday, the server pretty much locked up due to no disk space left on the root filesystem. It appears that with mod_gzip turned on, hundreds of *.wrk files are left in the /tmp dir, eventually filling it up. Does anyone k

[EMAIL PROTECTED] Apache 2.2.4 in Win 2K SP4 causes BSOD (afd.sys) on accesses

2007-05-01 Thread Mark A. Craig
I have tried to install Apache 2.2.4 as best I can on a Windows 2000 SP4 system, in the hope I could use it to serve my blog instead of the Java-based server I've been using. I have also installed PHP 5.2.0. I initially had problems configuring Apache to serve PHP files correctly (execute rat

Re: [EMAIL PROTECTED] mod_gzip

2007-05-01 Thread Nick Kew
On 1 May 2007, at 19:28, Grant Peel wrote: Does anyone know of a fix for this? Yes. Upgrade to Apache 2. You're using a 1998 server. Things have moved on since then. Like, a clean compression architecture that eliminates the need for crap like tempfiles. -- Nick Kew

Re: [EMAIL PROTECTED] mod_gzip

2007-05-01 Thread Mandy Singh
I also think Apache 1.3 is capable of doing in memory compression only upto certain KB of data after which it creates temp files. So, if moving to Apache 2.0 doesn't look likely immediately, you might want to look into that approach. Thanks, Mandy. http://mandysingh.blogspot.com On 5/2/07, Nic

Re: [EMAIL PROTECTED] mod_gzip

2007-05-01 Thread Dragon
Grant Peel wrote: Hi all, I have added mod_gzip to my apache config a few weeks back. Yesterday, the server pretty much locked up due to no disk space left on the root filesystem. It appears that with mod_gzip turned on, hundreds of *.wrk files are left in the /tmp dir, eventually filling i

Re: [EMAIL PROTECTED] mod_gzip

2007-05-01 Thread Grant Peel
Actually, I will be moving to Apache 2.2.3 (using deflate)soon, but want to cap the bandwidth on the server in question until then. -Grant - Original Message - From: Nick Kew To: users@httpd.apache.org Sent: Tuesday, May 01, 2007 3:07 PM Subject: Re: [EMAIL PROTECTED] mod_gzi

Re: [EMAIL PROTECTED] mod_gzip

2007-05-01 Thread Nick Kew
On 1 May 2007, at 20:19, Dragon wrote: Having said that, it would be nice if that module cleaned up after itself when it is done with a file. I believe it does. The OP has a problem that would be worth the effort to fix if it wasn't an obsolete version. -- Nick Kew

[EMAIL PROTECTED] Re: Age ol problem, No DBD Authn configured! w/2.2.4

2007-05-01 Thread Res
My Bad, forgot to mention this is DBDriver mysql On Mon, 30 Apr 2007, Res wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I did discover many people have this issue... Most the results were of crashing, which mine does not, it will connect to the DB but issue no querry and the vhost log

Re: [EMAIL PROTECTED] ServerAlias and redirecting, please help

2007-05-01 Thread Dmitry Hazin
I tried the following directives to force redirect: RewriteCond %{HTTP_HOST} ^xx\.site\.com [NC] RewriteCond %{HTTP_HOST} ^$ RewriteRule ^/(.*) http://www.site.ru/some/location/$1 [L,R=301] But still no success; it opens the index page of the http://www.site.ru when typing 'xx.site.c