[us...@httpd] what should be in the proxy directive

2009-12-29 Thread robert rottermann
Hi there, I set up an apache on a debian lenny. I do have a virtual host that uses the redirect module. Now all access to that virtual host is blocked. only when I alter the config file of the proxy module to allow access from everywhere I can access the site: #turning ProxyRequests on a

Re: [us...@httpd] what should be in the proxy directive

2009-12-29 Thread Nick Kew
On 29 Dec 2009, at 10:38, robert rottermann wrote: > Hi there, > > I set up an apache on a debian lenny. > I do have a virtual host that uses the redirect module. Ugly! > Now all access to that virtual host is blocked. > only when I alter the config file of the proxy module to allow access fro

Re: [us...@httpd] what should be in the proxy directive

2009-12-29 Thread robert rottermann
Am 29.12.2009 12:48, schrieb Nick Kew: > > On 29 Dec 2009, at 10:38, robert rottermann wrote: > >> Hi there, >> >> I set up an apache on a debian lenny. >> I do have a virtual host that uses the redirect module. > > Ugly! > >> Now all access to that virtual host is blocked. >> only when I alter

Re: [us...@httpd] Redirect permanent http to https fails

2009-12-29 Thread Matus UHLAR - fantomas
On 28.12.09 17:42, Jeff Shearer wrote: > The Redirect permanent /private https://***/private failed in the main > server config. As did a bunch of other alternatives. You have virtual hosts configured, many directives from main server config usually won't get used in this case. > However, yo

[us...@httpd] Installing Apache 2.2.11 and 2.2.6 in the same Solaris 10 box

2009-12-29 Thread Ricardo A. Siri
Hello I am new to Apache and need to install Apache 2.2.11 and 2.2.6 in the same Solaris 10 box When I execute the command that follows there appeare a message indicating a conflict with the other Apache Installation (2.2.6) *pkgadd -d apache_noldap-2.2.11-sol10-sparc-local* The following file

[us...@httpd] output buffer

2009-12-29 Thread Marc Fromm
I am receiving the "Cannot send session cookie - headers already sent" message even though I am using ob_start() at the top of my php script. The php.ini file has output_buffering set to 4096 4096. My server is running Red Hat Enterprise Linux 5.2 I am using PHP 5.1.6 Is there some other setting

Re: [us...@httpd] output buffer

2009-12-29 Thread Marcin 'Rambo' Roguski
On Tue, 29 Dec 2009 13:25:29 -0800 Marc Fromm wrote: > I am receiving the "Cannot send session cookie - headers already sent" > message even though I am using ob_start() at the top of my php script. This has nothing to do with Apache, the thing is that something in your php script causes uncond

[us...@httpd] Long graceful restart time

2009-12-29 Thread Evan Champion
Hi, I have a large Apache proxy server (around 24000 statements spread over almost 200 listening ports) that I graceful restart once per day to update the configuration from a database.  Our service monitoring tools indicate that during the graceful restart the server can take in excess of 1 m

Re: [us...@httpd] Long graceful restart time

2009-12-29 Thread Nick Kew
Evan Champion wrote: Hi, I have a large Apache proxy server (around 24000 statements spread over almost 200 listening ports) that I graceful restart once per day to update the configuration from a database. Our service monitoring tools indicate that during the graceful restart the server ca