[EMAIL PROTECTED] file permissions

2007-11-27 Thread MartinLass7
I’ve recently installed Apache server 2.2.6 on my computer and managed to get it working with PHP5 and MySQL. I am developing a PHP website and wanted to be able to have it all on my computer offline to develop and debug without having to upload to my webhost every time I made a change in or

Re: [EMAIL PROTECTED] SSL Reverse Proxy

2007-11-27 Thread Christian Folini
On Tue, Nov 27, 2007 at 07:39:33PM -0800, Al Sparks wrote: > Running Apache 1.3 with lots of virtual > names. > > ... > > Are there some examples out there? I only see non-SSL examples. There is not much of a change with Apache 1.3. With 2.0/2.2 there is the sslproxyengine that has to be enable

[EMAIL PROTECTED] SSL Reverse Proxy

2007-11-27 Thread Al Sparks
Running Apache 1.3 with lots of virtual names. I'm trying to reverse proxy to a SSL web server. Ultimately, I want to access the proxy server with: https://www.main-name.com/blah/ which will go to: https://www.internal-server/blah/ Are there some examples out there?

Re: [EMAIL PROTECTED] Setting up Django and PHP with Apache

2007-11-27 Thread Matt Magin
I fixed it! The AddType was indeed sufficient, but it was wrong! It was supposed to be application/x-httpd-php not application/x-httpd-php5. Silly mistake. On Nov 28, 2007 12:11 PM, Victor Trac <[EMAIL PROTECTED]> wrote: > On Nov 28, 2007 1:52 AM, Matt Magin <[EMAIL PROTECTED]> wrote: > > > Hi the

Re: [EMAIL PROTECTED] Setting up Django and PHP with Apache

2007-11-27 Thread Victor Trac
On Nov 28, 2007 1:52 AM, Matt Magin <[EMAIL PROTECTED]> wrote: > Hi there. > > I'm trying to set up Apache so that Django and PHP5 will work together. I > want it so that Django is set up to control everything in the document root, > with PHP5 enabled for specific directories. I can get both to wo

[EMAIL PROTECTED] Setting up Django and PHP with Apache

2007-11-27 Thread Matt Magin
Hi there. I'm trying to set up Apache so that Django and PHP5 will work together. I want it so that Django is set up to control everything in the document root, with PHP5 enabled for specific directories. I can get both to work separately, but I can't seem to get them to work in parallel. For Dja

[EMAIL PROTECTED] mod_proxy_html setup

2007-11-27 Thread Rocco Scappatura
I have some problem after reversing proxy a Tomcat web app. After many research I inferred that mod_proxy_html could solve the problem of accessing my web app through reverse proxy. In particular, I have to rewrite URL inside the document accessed via reverse proxy, because my problem is that rep

RE: [EMAIL PROTECTED] Excessive memory utilization with mpm_worker an d glibc 2.4+

2007-11-27 Thread Spangler, Tim
Thanks for the tip, it lead me down a path of investigation that lead to teh ThreadStackSize directive for mpm_worker. It looks like ThreadStackSize would allow me to adjust the stack size for Apache only (my ideal situation), however this directive doesn't seem to affect the actual memory utiliza

Re: [EMAIL PROTECTED] ASP or mod_asp

2007-11-27 Thread William A. Rowe, Jr.
S.A. Birl wrote: Hello all: Im looking to merge IIS sites into an existing Linux Apache 2.x server. Im an old-fashion tarball installer/compiler and Im not using package downloaders. Questions: * Is mod_asp still the way to go, or is there something better? * How easy

[EMAIL PROTECTED] Caching personalized pages with httpd 2.2

2007-11-27 Thread Marko Asplund
Hi I'm working on a project where we're developing a system that's going to experience fairly heavy load for certain pages such as the main page. I'd like to be able to serve some of these pages from a caching Apache reverse proxy without invoking the backend system. The problem is that all of the

Re: [EMAIL PROTECTED] mod_rewrite with percent encoded slashes...

2007-11-27 Thread RuiXian BAO
Hello, On 11/27/07, Neil A. Hillard <[EMAIL PROTECTED]> wrote: > > > > http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes > > > > Magic :-) > > You're certainly right - that magic did the trick! Hmm, I noticed that the problem exists for FireFox. It is okay at least for IE 6. Pe

Re: [EMAIL PROTECTED] mod_rewrite with percent encoded slashes...

2007-11-27 Thread Neil A. Hillard
Vincent, Vincent Bray wrote: > On 27/11/2007, Neil A. Hillard <[EMAIL PROTECTED]> wrote: >> Does anyone have any suggestion why a slash that's been converted to %2F >> causes the request to miss mod_rewrite (and come back with a 404)? > > http://httpd.apache.org/docs/2.2/mod/core.html#allowencode

Re: [EMAIL PROTECTED] mod_rewrite with percent encoded slashes...

2007-11-27 Thread Vincent Bray
On 27/11/2007, Neil A. Hillard <[EMAIL PROTECTED]> wrote: > Does anyone have any suggestion why a slash that's been converted to %2F > causes the request to miss mod_rewrite (and come back with a 404)? http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes Magic :-) -- noodl --

[EMAIL PROTECTED] mod_rewrite with percent encoded slashes...

2007-11-27 Thread Neil A. Hillard
Hi, I'm encountering an oddity that I can't currently explain. Hopefully someone here will know the answer. I'm trying to improve some URLs and am using the following mod_rewrite configuration: RewriteEngine On RewriteRule ^/test!(.*)$ /test.php?a=$1 [PT,L,QSA] So the following URLs

RE: [EMAIL PROTECTED] Problem in access_log?

2007-11-27 Thread Angelo Miranda
Hi, I still couldnt solve this problem. I have Apache+Tomcat connected with mod_jk. I get too many continuous http status errors 400 for the same URL. I saw the mod_jk.log, and i tis showing a error indeed. I even saw the source code. I am getting: [info] ajp_process_callback::jk_ajp_common.c (138

Re: [EMAIL PROTECTED] how to preload a dll and loading a .js into a .cgi in cgi-bin

2007-11-27 Thread Vincent Bray
On 27/11/2007, CraigT <[EMAIL PROTECTED]> wrote: > I'm not sure what 'top posting' is.Am I doing something wrong? http://catb.org/jargon/html/T/top-post.html > I had tried to load the C DLLs from several places like the Perl/lib > directory. Apache will not start and I get no error messages

RE: [EMAIL PROTECTED] Redirecting to internal server

2007-11-27 Thread Paul Cocker
The reverse proxy doesn't appear to be working. My block now looks like the following: ServerAdmin [EMAIL PROTECTED] ServerName www.domain.co.uk DocumentRoot /var/www/html/domain ProxyRequests off ProxyPass /folder http://virtualfolder/ ProxyPassReverse /folder http:/

Re: [EMAIL PROTECTED] how to preload a dll and loading a .js into a .cgi in cgi-bin

2007-11-27 Thread CraigT
noodl, I'm not sure what 'top posting' is.Am I doing something wrong? I had tried to load the C DLLs from several places like the Perl/lib directory. Apache will not start and I get no error messages. I get no Apache error messages when the .JS file does not load (using

RE: [EMAIL PROTECTED] Redirecting to internal server

2007-11-27 Thread Paul Cocker
Thanks for that, I'll give it a try. Looks a lot easier :) Out of interest, what is the example below doing? The document referenced doesn't exist on the box in question, it is on an internal box, and the external facing box has a route in its routing table specifically for the internal box. So,