[EMAIL PROTECTED] storing log data in a database

2006-02-17 Thread Khai Doan
Hi All, I am thinking about storing the log data in a database. What do you think about it? Is it a good idea or bad idea? Thanks Khai - The official User-To-User support forum of the Apache HTTP Server Project. See http:

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Carl Maloney
Thanks, I figured out.  You're right, it was incorrect sytax html code.Joshua Slive <[EMAIL PROTECTED]> wrote: On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote:> 127.0.0.1 - - [17/Feb/2006:14:03:32 -0700] "GET> /%E2%80%9Dhttp://127.0.0.1/processorder.php%E2%80%9D?%93tireqty%94=&%93oilqty%94=&%93s

Re: [EMAIL PROTECTED] You don't have permission to access

2006-02-17 Thread Bob Kinney
I'm a complete rookie at this, but this sounds like what I just did on my site. I don't recognize your constructs, but I found a great resource here: http://www.yolinux.com/TUTORIALS/LinuxTutorialApacheAddingLoginSiteProtection.html For simplicity (and potentially performance), I opted to place

[EMAIL PROTECTED] You don't have permission to access

2006-02-17 Thread emammendes
Hello I read the docs and tried to search the archive4s (There is no search engine on the apache archives - if there is please let me know). but I couldn't find anything that can help me with the error "You don't have permission to access". I have no problem to access the default apache page (

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Joshua Slive
On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote: > 127.0.0.1 - - [17/Feb/2006:14:03:32 -0700] "GET > /%E2%80%9Dhttp://127.0.0.1/processorder.php%E2%80%9D?%93tireqty%94=&%93oilqty%94=&%93sparkqty%94= > HTTP/1.1" 403 325 It's still your HTML that is broken. It is causing your browser to request

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Carl Maloney
There is nothing in the error logs.  I looked in the access logs and this is what showed up:127.0.0.1 - - [17/Feb/2006:14:03:29 -0700] "GET /orderform.html HTTP/1.1" 304 -127.0.0.1 - - [17/Feb/2006:14:03:32 -0700] "GET /%E2%80%9Dhttp://127.0.0.1/processorder.php%E2%80%9D?%93tireqty%94=&%93oilqty%94

[EMAIL PROTECTED] CN=Barry O Lanneau/OU=AC/O=VCU is out of the office.

2006-02-17 Thread Barry O Lanneau/AC/VCU
I will be out of the office starting 02/17/2006 and will not return until 02/21/2006. I will respond to your message when I return. Please contact the Technology Services Help Desk at 828-2227 if you need immediate assistance. --

[EMAIL PROTECTED] ApacheCon EU 2006

2006-02-17 Thread Rich Bowen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The ApacheCon Planners are pleased to announce that ApacheCon Europe 2006 will be held in Dublin, Ireland, at the Burlington Hotel (http://www.jurysdoyle.com/ireland/doyle_burlington.htm), June 26-30. Further details to follow as they are available. CF

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Joshua Slive
On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote: > I changed it to that and I still get the same error. Check the apache error log. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Carl Maloney
I changed it to that and I still get the same error.Is that syntax correct?Joshua Slive <[EMAIL PROTECTED]> wrote: On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote:> This action never touches apache. Your browser tries to directlyaccess the file through your local filesystem. You want something

[EMAIL PROTECTED] Re: Proxying and load balancing

2006-02-17 Thread Joost de Heer
> > BalancerMember http://192.168.1.1:8080 loadfactor=50 > BalancerMember http://192.168.1.3:8080 loadfactor=50 > > > ProxyPass balancer://myCluster/myProject > ProxyPassReverse balancer://myCluster/myProject What this does is 'replace in the returned headers the

Re: [EMAIL PROTECTED] wildcard in proxypass logic

2006-02-17 Thread Steven Wagner
I appreaciate the responses; though I'm still having problems. I believe I have a workaround -- by changing the order of the URL from "/product/service/" to "/service/product" and implementing the wildcard logic on the tomcat side, I believe I can achive the same effect. I still don't understand wh

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Joshua Slive
On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote: > This action never touches apache. Your browser tries to directly access the file through your local filesystem. You want something that looks more like http://yoursite.example.com/processorder.php. Joshua.

[EMAIL PROTECTED] Redirect to https based on user ip address

2006-02-17 Thread Noel Stratton
Good Morning,   I currently have an internal website.  I am now required to let users access the site outside of internal network.  I have got it working so that it will require authentication to an active directory domain when the user is outside of my network.  However, I now to make it w

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Carl Maloney
I started this a couple of weeks ago and I am now working on it.  I load up the html file into my browser and it shows up fine.  I click the button that launches the php file and I get error code 403:  You don't have permission to access /”c:/program on this server.  I can load the *.php file

[EMAIL PROTECTED] Blocking Addresses In Virtual Hosts

2006-02-17 Thread David P. Donahue
I've been trying to configure my Apache (1.3) to deny from specific addresses in my virtual hosts, but nothing seems to do the trick. I'm testing my denying my old school's address and then proxying through them to see if I'm blocked, but no luck. Below is a basic Virtual Host config on my se

RE: [EMAIL PROTECTED] mod_jk and mod_rsp

2006-02-17 Thread Axel-Stéphane SMORGRAV
The order in which the modules are loaded is not significant from version 2.0 on. It is the module developer who determines when the different hooks should be executed, and whether some other modules should be executed before or after. This happens during hook registration. If you take a look at

Re: [EMAIL PROTECTED] Changing user and group in httpd.conf

2006-02-17 Thread Joshua Slive
On 2/17/06, pine oil <[EMAIL PROTECTED]> wrote: > Hi, > > I installed apache unto a machine running under Fedroa Core 4. > I want to create a user as 'webroot' and designate it as the web > administrator. > > Therefore, I want to change the user and group in httpd.conf to webroot > from apache.

[EMAIL PROTECTED] Changing user and group in httpd.conf

2006-02-17 Thread pine oil
Hi, I installed apache unto a machine running under Fedroa Core 4. I want to create a user as 'webroot' and designate it as the web administrator. Therefore, I want to change the user and group in httpd.conf to webroot from apache. Is it necessary in situations like mine? What would be the

[EMAIL PROTECTED] mod_jk and mod_rsp

2006-02-17 Thread Kaushal Shriyan
Hi All I have a query here is that mod_jk module is picking it up first before mod_rsp. Will the order in which you load modules in httpd.conf matter? I did some reading on this and they say the most important module should be the last one in httpd.conf. So if you want VL to get the request first,

RE: [EMAIL PROTECTED] Virtual Host Configuration Question

2006-02-17 Thread Axel-Stéphane SMORGRAV
Don't know about mod_jk, but if you are not using any particular functionality of the module other than tranferring the request to a backend server, you might just as well use reverse proxying. I would think something like this would work: Listen *:80 RewriteEngine On UseCanonicalName Off Proxy