[us...@httpd] problem with apache2.2 under FreeBSD 7.1

2009-04-25 Thread caleb
Hello, I am having some problems getting Apache2.2 running on my FreeBSD system. The main problem I'm having is that when I start the server it doesn't seem to be listening on any ports. netstat -anl shows the following; Active Internet connections (including servers) Proto Recv-Q Send-Q Local A

Re: [us...@httpd] Dot extremely slow when called from python cgi script

2009-04-25 Thread Jonathan Zuckerman
On Saturday, April 25, 2009, Dan Yamins wrote: > I'm having a problem with performance of the program "dot" (for rendering > graphs) when called from a python cgi script, served by an apache virtual > host.  I'm writing this email both the apache httpd list as well as the > graphviz users lists

Re: [us...@httpd] Occasional crisscrossing of virtual hosts with Apache

2009-04-25 Thread Igor Cicimov
Any reason you have two virtual hosts for www.app1.myg.org and app1.myg.orginstead having server alias like this: ServerNamewww.app1.myg.org ServerAlias app1.myg.org in the same virtual host? On Sat, Apr 25, 2009 at 2:47 AM, Maroun, Fred wrote: > We have several virtual hosts with a co

[us...@httpd] Re: Empty error_log

2009-04-25 Thread Martijn de Munnik
Hi, I'm running Apache 2.2.11 on Solaris 10_x86. I'm using webmin/ virtualmin to configure virtual hosts and there created fine. But al the error_logs are empty. Below is an example of the log lines in a config file of a virtualhost. ErrorLog "|/etc/webmin/virtual-server/writelogs.pl 1219

[us...@httpd] Dot extremely slow when called from python cgi script

2009-04-25 Thread Dan Yamins
I'm having a problem with performance of the program "dot" (for rendering graphs) when called from a python cgi script, served by an apache virtual host. I'm writing this email both the apache httpd list as well as the graphviz users lists (hoping some intersection might be useful). I'm using OSX

Re: [us...@httpd] Understand "httpd -t -D DUMP_VHOSTS"

2009-04-25 Thread Krist van Besien
On Fri, Apr 24, 2009 at 10:13 PM, jeff00seattle wrote: > > Presented is the output of httpd -t -D DUMP_VHOSTS. > > Why does every NameVirtualHost reference its configuration twice; one for > the default server and the other for the port namevhost? > And why do all NameVirtualHost(s) have a de

Re: SV: [us...@httpd] Options "per address"?

2009-04-25 Thread André Warnier
Anders Norrbring wrote: Anders Norrbring wrote: Is there a way to control options for a directory per address mask? Like from 192.168.111.0/24, I can have 'Options All' but from all other addresses, 'Options None'.. As far as I know, and strictly as you ask above, no (meaning not directly w

SV: [us...@httpd] Options "per address"?

2009-04-25 Thread Anders Norrbring
> Anders Norrbring wrote: > > Is there a way to control options for a directory per address mask? > > > > Like from 192.168.111.0/24, I can have 'Options All' but from all > other > > addresses, 'Options None'.. > > > As far as I know, and strictly as you ask above, no (meaning not > directly with

Re: [us...@httpd] Understand "httpd -t -D DUMP_VHOSTS"

2009-04-25 Thread André Warnier
jeff00seattle wrote: Presented is the output of httpd -t -D DUMP_VHOSTS. Why does every NameVirtualHost reference its configuration twice; one for the default server and the other for the port namevhost? And why do all NameVirtualHost(s) have a default server reference, which seems conflic

Re: [us...@httpd] Options "per address"?

2009-04-25 Thread André Warnier
Anders Norrbring wrote: Is there a way to control options for a directory per address mask? Like from 192.168.111.0/24, I can have 'Options All' but from all other addresses, 'Options None'.. As far as I know, and strictly as you ask above, no (meaning not directly with standard Apache configu

Re: [us...@httpd] mod_python form upload: permission denied sometimes...

2009-04-25 Thread André Warnier
Peter Saffrey wrote: I have a mod_python application that takes a POST file upload from a form. It works fine from my machine, other machines in my office and my home machine. It does not work from my bosses machine in a different city - he gets "You don't have permission to access this on this s

Re: [us...@httpd] Configuring of HTTP server for DELETE method

2009-04-25 Thread Shob
Hey, Thank you. I used web dav and it worked. awarnier wrote: > > Shob wrote: >> Hi Nick, >> You need a handler for delete. Your options are mod_dav, or a third- party module or script. >> >> If I am not wrong then the handler your speaking about is the scripts. >> I have al

Re: [us...@httpd] How does Mod_ssl decide what to use: of SSL or TLS?

2009-04-25 Thread Matus UHLAR - fantomas
On 17.04.09 12:03, Christopher Sean Hilton wrote: > Does anyone know the mechanism that mod_ssl uses to chose the connection > protocol? Assuming the client will accept SSLv3 as well as any TLS, How > does mod_ssl make this decision? Or, is it up to openssl? I've read the > mod_ssl code and it's

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-25 Thread Matus UHLAR - fantomas
> On Wed, Apr 15, 2009 at 10:33 PM, Krist van Besien > wrote: > > On Thu, Apr 16, 2009 at 12:30 AM, Aaron Turner wrote: > >> Looks like I figured it out. > >> > >> OSX's internal name resolution API calls (gethostbyname?) apparently > >> doesn't honor /etc/resolv.conf, but the 'host' command does

[us...@httpd] mod_python form upload: permission denied sometimes...

2009-04-25 Thread Peter Saffrey
I have a mod_python application that takes a POST file upload from a form. It works fine from my machine, other machines in my office and my home machine. It does not work from my bosses machine in a different city - he gets "You don't have permission to access this on this server". In the logs,