Re: [EMAIL PROTECTED] Where to place rewrite rules?

2008-03-29 Thread Sam Carleton
Sorry about the last email a few minutes ago, that was meant for my customer, trying to figure out why Apache is running so slow for him... On Sat, Mar 29, 2008 at 11:04 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sat, Mar 29, 2008 at 8:46 AM, Sam Carleton > <[EMAIL PR

Re: [EMAIL PROTECTED] Where to place rewrite rules?

2008-03-29 Thread Sam Carleton
Eric, When I do the following, the rewrite rules don't seem to work. Where should I be placing the rewrite rules and what settings should I have for AllowOverride to stop it from looking for the .htaccess? Options FollowSymLinks AllowOverride None Order deny,allow Deny from all

[EMAIL PROTECTED] Where to place rewrite rules?

2008-03-28 Thread Sam Carleton
My application uses Apache to run a closed network Kiosk system. One of my customers is having very strange performance issues, it is taking 45 seconds to load 12 thumbnail files that are only about 4K in size. I am using some rewrite rules to make dynamic pages and file handlers look static to t

[EMAIL PROTECTED] rolling log files

2008-03-23 Thread Sam Carleton
Is there any way to make Apache roll it's log files? -- The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else.

[EMAIL PROTECTED] RewriteRule

2008-03-23 Thread Sam Carleton
I am trying to get this URL /category/838fe8cb-40d2-4a38-85ba-a1ee46214894/p.php?7 Turned into this: index.php?fldoid=838fe8cb-40d2-4a38-85ba-a1ee46214894&p=7 The category/fldoid is always going to be present, the p can be changed for other variables, so this is what I came up with, but the 7 i

[EMAIL PROTECTED] Re: best webdav configuration

2007-07-14 Thread Sam Carleton
I think I figured it out. I simply moved the devsite into a directory/folder under /apache/www/webdevelopment called /apache/www/webdevelopment/public_html and then gave webdav access to /apache/www/webdevelopment and the virtual machine is now set to /apache/www/webdevelopment"/public_html

[EMAIL PROTECTED] Re: best webdav configuration

2007-07-14 Thread Sam Carleton
On 7/14/07, Sam Carleton <[EMAIL PROTECTED]> wrote: # This Location is not working Alias /webdev "/apache/www/webdev.miltonstreet.com" The alias *IS* the correct path despite what I posted, sorry: Alias /webdev "/apache/www

[EMAIL PROTECTED] best webdav configuration

2007-07-14 Thread Sam Carleton
I have setup an apache web server that is doing a few things. Via https it is hosting my subversion site. Then I have a regular, non https, virtual domain setup for developing my web site. I would like to add webdav access to the development site. I don't know how to configure apache such tha

Re: [EMAIL PROTECTED] reverse proxy configuration help needed

2007-03-26 Thread Sam Carleton
On 3/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 3/26/07, Sam Carleton <[EMAIL PROTECTED]> wrote: > I am working on setting up apache as a reverse proxy for a kiosk > system I am developing. The basic reverse proxy is working, but it > does not appear to be cachin

[EMAIL PROTECTED] reverse proxy configuration help needed

2007-03-26 Thread Sam Carleton
I am working on setting up apache as a reverse proxy for a kiosk system I am developing. The basic reverse proxy is working, but it does not appear to be caching the requests to the hard drive. I have included my httpd.conf, I was hoping that someone might point out to me what I have configured w

[EMAIL PROTECTED] different ways to set Apache config

2007-03-25 Thread Sam Carleton
I though I saw some where that it is possible to have configuration for multiple apache servers in one physical file. Where did I see that and how does it work? - The official User-To-User support forum of the Apache HTTP Server

[EMAIL PROTECTED] help needed with reverse proxies setup

2007-03-25 Thread Sam Carleton
I am working on setting up apache as a reverse proxy for a kiosk system I am developing. I know I have the basics working, it is on port 80 and the web site is on 8042, when I serf to port 80, I get the web site. The problem is that it does not look like anything is getting saved to the hard dri

Re: [EMAIL PROTECTED] making script parameters look like folders

2007-03-15 Thread Sam Carleton
. Is there any way to take this into account so that things are updated correctly? On 3/15/07, Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 14 Mar 2007 23:27:05 -0400 "Sam Carleton" <[EMAIL PROTECTED]> wrote: > My final objective is this: I am serving up images that

[EMAIL PROTECTED] making script parameters look like folders

2007-03-14 Thread Sam Carleton
I recall seeing some where, long ago, that apache can be configured to convert folders into parameters for a script, so that rather then having say: getImage.php?id=42 You could have something like: getimage/42 or maybe it was getimage/id/42 My final objective is this: I am serving up image

[EMAIL PROTECTED] defaulting to a given page

2007-03-13 Thread Sam Carleton
I am working on a kiosk system. There is a standard GUI frontend with apache as the backend. In theory the user will never be able to navigate away from the URL's they are suppose to be at, but... that is theory;) I am doing my own mini distribution of apache with my software. My question is

Re: [EMAIL PROTECTED] getting source via subversion

2007-02-25 Thread Sam Carleton
As a matter of fact, I am. I have a transparent squid-cache proxy in my firewall. I will post a question on the their thread asking how to reconfigure. thanks! On 2/25/07, Dmitri Colebatch <[EMAIL PROTECTED]> wrote: Hi Sam, Are you behind a proxy?

Re: [EMAIL PROTECTED] getting source via subversion

2007-02-25 Thread Sam Carleton
Sanders, According to the page you directed me to, the currect URL is: http://svn.apache.org/repos/asf/httpd/httpd/trunk When I try that I get: Execute: Checkout Error: Error while performing action: REPORT request failed on '/repos/asf/!svn/vcc/default' REPORT of '/repos/asf/!svn/vcc/default'

[EMAIL PROTECTED] getting source via subversion

2007-02-25 Thread Sam Carleton
I am using subversion of my own project and it is working fine internally, but I cannot figure out how to get the current apache source via subversion. I have tried with and without the final slash and neither work. I have tried both checkout and export, neither work. Does anyone have any thoug

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-22 Thread Sam Carleton
On 2/22/07, Boyle Owen <[EMAIL PROTECTED]> wrote: > I am back at it and it simply is NOT working. No matter what I do, I > cannot get to the default web site. It is not clear what you mean by "default web site". Once you start using VHs, the "default web site" becomes the *first* VH in the con

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-21 Thread Sam Carleton
Folks, I am back at it and it simply is NOT working. No matter what I do, I cannot get to the default web site. In years past (like five years ago) I had been successful in doing thing, but that was back when there was only one httpd.conf file. This SuSE setup has a ton of files. Is there some

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-20 Thread Sam Carleton
Matt, I do want to set things up as you suggested, but it isn't working. When I type in the IP address, I get the webdev.miltonstreet.com site on port 80 and the subversion site on port 443. Here is what I have: Listen 80 Listen 443 NameVirtualHost 192.168.0.4:80 ServerAdmin [EMAIL PROTECTED]

[EMAIL PROTECTED] setting up virtual hosting

2007-02-20 Thread Sam Carleton
I am pulling my hair out trying to get the virtual hosting working on my internal web server. I need to get a test site online and I would like to have it setup as a name based virtual host. I am running Apache v2.2.3 with default layout of SUSE, which consists of the main conf file including a

[EMAIL PROTECTED] redirecting SSL

2007-02-02 Thread Sam Carleton
I have setup a virtual SSL host that is working great! I would like to configure the default SSL to redirect the browser back to the default non SSL site. I don't have a cert that is signed by a real CA, so I would prefer if SSL was not actually used so that the warning message does not come up.

Re: [EMAIL PROTECTED] Apache/2.2.3 on windows not shutting down

2007-02-01 Thread Sam Carleton
On 2/1/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: As nobody uses httpd as an application except in brief testing, it has relatively little testing and review. You can always look at the test framework available via svn from; http://svn.apache.org/repos/asf/httpd/test/trunk/perl-framew

[EMAIL PROTECTED] Apache/2.2.3 on windows not shutting down

2007-01-31 Thread Sam Carleton
My windows GUI app is starting apache and needs to shut it down before it exits. I have tried following the manual: You can tell a running Apache to stop by opening another console window and entering: httpd -k shutdown This should be preferred over pressing Control-C

Re: [EMAIL PROTECTED] apache and php on windows

2007-01-29 Thread Sam Carleton
On 1/29/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Sam Carleton wrote: > Is there any way to statically build PHP5 into any version of apache on > Windows? 1. yes. 2. it's non-trivial. 3. it's possible to compile mod_php.c in, it's also possible to compile

[EMAIL PROTECTED] apache and php on windows

2007-01-29 Thread Sam Carleton
Is there any way to statically build PHP5 into any version of apache on Windows? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscri

[EMAIL PROTECTED] apache + ssl lock down

2007-01-29 Thread Sam Carleton
Folks, I am almost done with setting up my apache subversion server. There is one last thing I would like to do and I need some pointers on what to look at. I know the concept, but not the terms. Right now I have apache/ssl working in the normal way where it does the normal public exchanging o

[EMAIL PROTECTED] apache + ssl: client denied by server configuration

2007-01-26 Thread Sam Carleton
I am trying to get SSL up and running on my new apache server. The server starts up just fine and serves up regular pages on port 80, but when I direct it towards the SSL port, Firefox give me an error: "bv..com has sent an incorrect or unexpected message. Error Code: -12263" When I look at the