RE: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Graham Frank
It would error when it was in the VirtualHost because that directive only applied to the VirtualHost. With it in the main config, it applies globally to everything. I hope that answers the question. Graham Frank Neoservers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better Busi

Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Deephay
On 7/28/07, Graham Frank <[EMAIL PROTECTED]> wrote: > Hey, > > That's most likely your issue right there. A fully qualified domain name > takes the format "domain.ext" as in "apache.org". Try changing it to > something like "max.local" or something to that extent. Hi, But if put that thing in m

[EMAIL PROTECTED] Re: help on apache mod_rewrite

2007-07-27 Thread Marc Jacobs
Hi everyone, I have a problem with apache, perhaps you can help... I would be glad if you did. I'm not an expert on the subject, so forgive me if I'm sounding naive I need to create 1 virtual host that runs multiple sites (siteA.com) & siteB.com) located at different paths in the host. In or

[EMAIL PROTECTED] Re: Quirk with piped logs

2007-07-27 Thread \"Crash\" Dummy
> Log piping is broke in 2.2.4. there is no fix right now. i would suggest > mod_rotate_logs for the access logs, thats what I did. Thank you. As I said, the piped log is working, it just introduces this quirk, but I will look into mod_rotate_logs. For the record, this is what I have: LogForma

Re: [EMAIL PROTECTED] Quirk with piped logs

2007-07-27 Thread Tony Guadagno
Crash, Log piping is broke in 2.2.4. there is no fix right now. i would suggest mod_rotate_logs for the access logs, thats what I did. *** Tony Guadagno Guadagno Consulting [EMAIL PROTECTED] 585.703.6700 *

[EMAIL PROTECTED] Quirk with piped logs

2007-07-27 Thread \"Crash\" Dummy
When I set logs to record directly and restart Apache to enable the settings, the command box opens momentarily and closes by itself, as one would expect. However, when I set logs to pipe through the rotatelogs utility and restart, the command box opens and stays open. No error is indicated. Everyt

[EMAIL PROTECTED] ReWrite not working on Gentoo and OSX

2007-07-27 Thread Norman Khine
Hello, I have a strange behaviour, in that I have the following apache conf file: ServerName abakuc.expert.travel RewriteEngine On RewriteRule ^/(.*) http://localhost:8080/companies/abakuc/$1 [P] RequestHeader set X-Base-Path companies/abakuc RewriteLogLevel 0 RewriteLog /tmp/aba

RE: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Graham Frank
Hey, That's most likely your issue right there. A fully qualified domain name takes the format "domain.ext" as in "apache.org". Try changing it to something like "max.local" or something to that extent. Graham Frank Neoservers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better

Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Deephay
On 7/27/07, Graham Frank <[EMAIL PROTECTED]> wrote: > Basically, it's looking at the ServerName directive and it isn't a FQDN. > I've had this issue before ... trying to think of how I solved it. > > Mind sharing with us the format of the hostname you set for ServerName? > Trying to dig for som

[EMAIL PROTECTED] ScriptAlias and RewriteRule

2007-07-27 Thread Tom Haddon
Hi Folks, I'm trying to set up one site to redirect to another while preserving the path, and just changing the domain name, but with an intermediary page that includes a message explaining why. I believe that the best way for me to do that is as follows: - Redirect from source site to intermedia

Re: [EMAIL PROTECTED] Rewrite hex data

2007-07-27 Thread William A. Rowe, Jr.
Joshua Slive wrote: > On 7/26/07, Alessandro Fiorenzi <[EMAIL PROTECTED]> wrote: >> RewriteRule ^/urlpath(.*) https://site.org/ >> >> work fine. but if in my browser I write /urlpath in hex is: >> %2f%75%72%6c%70%61%74%68%a does the rewrite rule match or not? > > My guess is that mod_rewrite wi

[EMAIL PROTECTED] select proxy network interface

2007-07-27 Thread Dan_Mitton
On a multi network interface system, is there a way to specify which interface is used for the "inward facing" half of the proxy connection? Thanks, Dan - The official User-To-User support forum of the Apache HTTP Server Proje

[EMAIL PROTECTED] performance of ProxyPass vs rewrite

2007-07-27 Thread Xavier Noria
In an Apache + mod_proxy_balancer setup you can base the dispatch on ProxyPass or on "rewrite to the balancer unless the file exists". That is ProxyPass /images ! ProxyPass /stylesheets ! ProxyPass /javascripts ! ... ProxyPass / balancer://cluster/ ProxyPassReverse / balancer

Re: [EMAIL PROTECTED] Rewrite hex data

2007-07-27 Thread Joshua Slive
On 7/26/07, Alessandro Fiorenzi <[EMAIL PROTECTED]> wrote: > > Hi, > > I would ask a specification of rewriterule > > in a virtual host if I have a rule like this one: > > RewriteRule ^/urlpath(.*) https://site.org/ > > work fine. but if in my browser I write /urlpath in hex is: > %2f%75%72%6c

Re: [EMAIL PROTECTED] Why Can't I Get Apache to Post?

2007-07-27 Thread Joshua Slive
On 7/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > What happens on the machine where this code is working is that > <$_SERVER[ "REQUEST_METHOD" ]> evaluates to "POST" so the first branch > of the outer statement gets executed, and the user is logged in. > But on my machine <$_SERVER[ "REQ

Re: [EMAIL PROTECTED] Subversion + Apache problem (request_rec.per_dir_config allowed to be NULL?)

2007-07-27 Thread Joshua Slive
On 7/27/07, Michael Brown <[EMAIL PROTECTED]> wrote: > So, I'm trying to figure out if this is a bug in Apache, a bug in > Subversion, or something wierd in the standard configuration file that's > making one of these two upset. Though actually I just want the darn thing to > work :) Any hints wel

Re: [EMAIL PROTECTED] Reverse Proxy with file name that contains a space

2007-07-27 Thread Vincent Bray
On 27/07/07, Keith Crossett <[EMAIL PROTECTED]> wrote: > I do not get an error in the error log. All I get is a path to the file > and 500 as the error code in the access log. That's not even close to enough detail to be able to diagnose the problem. Show us exactly what it says in the log please

Re: [EMAIL PROTECTED] Reverse Proxy with file name that contains a space

2007-07-27 Thread Keith Crossett
I do not get an error in the error log. All I get is a path to the file and 500 as the error code in the access log. --Keith "Vincent Bray"

[EMAIL PROTECTED] mod_dbd

2007-07-27 Thread NucleusV
Greetings all, I wrote my own mod_dbd driver. How can I compile it?

[EMAIL PROTECTED] Re: Quirks of running Apache on Windows Vista Home Premium

2007-07-27 Thread "Crash" Dummy
> You can stop ApacheMonitor from executing by using Windows Defender. (In > Windows Vista: Control Panel->Security->Defender->Tools->Software > Explorer->set category to 'Startup Programs'->select Apache HTTP Server and > click disable) In Windows XP you have to download and install Defender > fir

Re: [EMAIL PROTECTED] Quirks of running Apache on Windows Vista Home Premium

2007-07-27 Thread willem
Stephan G.-2 wrote: > > If not, is there any way to suppress the appearance of this dialog box > which seems to tell me in a > rather alarming way that everything is OK? > You can stop ApacheMonitor from executing by using Windows Defender. (In Windows Vista: Control Panel->Security->Defende

Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Jaqui Greenlees
--- Graham Frank <[EMAIL PROTECTED]> wrote: > Basically, it's looking at the ServerName directive > and it isn't a FQDN. I've had this issue before ... > trying to think of how I solved it. I'm getting a similar message right now, httpd can't resolve domain name from ypbind. I haven't fixed the

Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Graham Frank
Basically, it's looking at the ServerName directive and it isn't a FQDN. I've had this issue before ... trying to think of how I solved it. Mind sharing with us the format of the hostname you set for ServerName? Trying to dig for some more info. - Graham Fr

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-27 Thread Abhinav Bhagwat
Thanks everybody. The above article helped me to get my numbers :) Regards, Abhinav On 7/25/07, Nick Kew <[EMAIL PROTECTED]> wrote: > > On Tue, 24 Jul 2007 21:34:20 +0200 > allan juul <[EMAIL PROTECTED]> wrote: > > > > http://www.stdlib.net/~colmmacc/Apachecon-EU2005/scaling-apache-handout.pdf >

Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Deephay
On 7/27/07, Graham Frank <[EMAIL PROTECTED]> wrote: > It sounds like Apache just can't resolve the hostname. One thing you could > do is edit the /etc/hosts file and add "127.0.0.1 hostname.com". Since > resolving a hostname will check /etc/hosts first, this should eliminate the > issue. thanks

[EMAIL PROTECTED] Subversion + Apache problem (request_rec.per_dir_config allowed to be NULL?)

2007-07-27 Thread Michael Brown
Hello, Has anyone managed to get Subversion http access and Apache 2 working on Solaris 10? I'm trying to set up access to subversion through Apache (mod_dav_svn) on Solaris 10 x86 and am running into an annoying segfault issue. The system is a completely stock Solaris 10 x86 install, the on