[EMAIL PROTECTED] Bizarre event upgrading Windows 2.2.4 to 2.2.6

2007-12-05 Thread Steve Swift
2.2.6 said "Uninstall previous version" so I took a backup copy of the "Apache 2.2" directory and proceeded. After the install I went to my homepage (which you can see at http://swiftys.org.uk/). It was an old version! Definately mine, but old… How odd! I looked at the backup I'd taken, and in the

Re: [EMAIL PROTECTED] Geting rid of the ? in the URL

2007-12-05 Thread solprovider
Read the Drupal documentation for how to fix the configuration of Drupal: http://drupal.org/node/15365 solprovider On 12/5/07, Rashmi Amlani <[EMAIL PROTECTED]> wrote: > I am a total newbie to apache. Have recently installed Apache 2.2, mySql and > Drupal on winxp and everything seems to be work

[EMAIL PROTECTED] Geting rid of the ? in the URL

2007-12-05 Thread Rashmi Amlani
Hi all! I am a total newbie to apache. Have recently installed Apache 2.2, mySql and Drupal on winxp and everything seems to be working fine However I cannot figure out a way of getting rid of the ? in the url so like instead of http://localhost/drupal/?q=manufacturer I would like http://lo

[EMAIL PROTECTED] Re: OpenBSD 4.1 Installation Problem With Apache 2.2.6

2007-12-05 Thread D . J .
On Nov 26, 2007 1:03 PM, D. J. <[EMAIL PROTECTED]> wrote: > Hello all, hopefully you can help. > > OpenBSD v4.1, Apache v2.2.4, PHP v5.2.5 > > Again, no luck. I finally decided to attack Apache, and this is where > you all come in. I then attempted to compile and install 2.2.6 from > source but

Re: [EMAIL PROTECTED] Using SSI in proxied content

2007-12-05 Thread Vincent Bray
On 05/12/2007, Marko Asplund <[EMAIL PROTECTED]> wrote: > > I'm trying to setup a Apache reverse proxy to run server-side include > commands included in proxied content. > Apache proxies content coming from Tomcat using mod_proxy_ajp. > SSI commands get run in local content, but not in proxied cont

[EMAIL PROTECTED] Using SSI in proxied content

2007-12-05 Thread Marko Asplund
I'm trying to setup a Apache reverse proxy to run server-side include commands included in proxied content. Apache proxies content coming from Tomcat using mod_proxy_ajp. SSI commands get run in local content, but not in proxied content. Should this sort of setup work with Apache 2.2 or is this

Re: [EMAIL PROTECTED] virtual hosts and authentication

2007-12-05 Thread chris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try moving the location block end tag to encompass the Rewrite rule for the header like so: DocumentRoot /srv/www/htdocs/ ServerAdmin [EMAIL PROTECTED] ServerName www.testserver.ch CustomLog /var/log/apache2/testserver-access

Re: [EMAIL PROTECTED] separate log for directories

2007-12-05 Thread Vincent Bray
On 05/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, how can I write separate log files for : > > mydomain.com/directory1 > > and > > mydomain.com/directory2 ? > > Iam trying ErrorLog and CustomLog inside but is > not possible to do it. The logging directives are specific to serve

Re: [EMAIL PROTECTED] HttpURLConnection - java.net.ConnectException: Connection timed out

2007-12-05 Thread Vincent Bray
On 05/12/2007, sh_santosh <[EMAIL PROTECTED]> wrote: >I am usging Apache-Tomcat 5.5.20 and Axis 1.2 RC. > I am invoking the web services method by my java client program. Hi, This list is for user support of the Apache HTTPD project, not Tomcat or Axis. Try one of these lists instead: http:

Re: [EMAIL PROTECTED] virtual hosts and authentication

2007-12-05 Thread Nick Kew
On Wed, 5 Dec 2007 15:20:27 + "Vincent Bray" <[EMAIL PROTECTED]> wrote: > On 05/12/2007, robert rottermann <[EMAIL PROTECTED]> wrote: > > I try to set up a syste where the user authentication is done by > > apache which the should forward the request to an application > > server (zope). I don

Re: [EMAIL PROTECTED] virtual hosts and authentication

2007-12-05 Thread Vincent Bray
On 05/12/2007, robert rottermann <[EMAIL PROTECTED]> wrote: > I try to set up a syste where the user authentication is done by apache > which the should forward the request to an application server (zope). I'm not sure if this works in a gateway configuration but try it anyway: SetEnv Proxy-Chain

[EMAIL PROTECTED] Active directory auth configuration with apache 2.0.52

2007-12-05 Thread Ratnakar Sagare
Hi, I am trying to configure the AD authentication configuration for my apache server (2.0.52)on suse 10.2. While loading the mod_auth_ldap.so module it gives error as follows: Cannot load /usr/lib/apache2/mod_auth_ldap.so into server: /usr/lib/apache2/mod_auth_ldap.so: undefined symbol: util_lda

Re: [EMAIL PROTECTED] Invalid URI in request

2007-12-05 Thread Arnab Ganguly
Hi All, Thanks for all the info.I agree there is some issue with request as HTTP method is missing in the request for which I get invalid URI in the error log.But wanted to know how is it possible to send such invalid request? Do we have any tool by which I can test this thing.I tried some of the

[EMAIL PROTECTED] separate log for directories

2007-12-05 Thread fmorales
Hello, how can I write separate log files for : mydomain.com/directory1 and mydomain.com/directory2 ? Iam trying ErrorLog and CustomLog inside but is not possible to do it. Any idea? Thanks - The official User-To-User supp

[EMAIL PROTECTED] Errorlog/customlog for differents directories

2007-12-05 Thread fmorales
How can I do it without using VirtualHost? I only have a ServerName, but I need to get Errorlog and customlog files of various directories Alias /main "/var/www/main/" Options Indexes FollowSymLinks MultiViews AllowOverride FileInfo

[EMAIL PROTECTED] HttpURLConnection - java.net.ConnectException: Connection timed out

2007-12-05 Thread sh_santosh
Dear all, I am usging Apache-Tomcat 5.5.20 and Axis 1.2 RC. I am invoking the web services method by my java client program. In SoapBindingImpl class i have written a Implementation method sendAndReceive(). sendAndReceive method code is -- public String sendAndReceive(String sRequest, S

Re: [EMAIL PROTECTED] Weird writev()-loop when download is cancelled.

2007-12-05 Thread Sander Smeenk
Quoting Sander Smeenk ([EMAIL PROTECTED]): > Scenario: User browses to my site, clicks a link to a 1.5G zipfile, > realises it will take ages to download and clicks 'cancel download', > which results in an Apache process eating up ~99% CPU-time and hogging > the system. Explicitly enabling or dis

[EMAIL PROTECTED] apache crash with DrvDocumentPropertySheets

2007-12-05 Thread Oliver Königs
Hi there, i have installed the Apache 2.2.6.0 on a Windows Server 2003 SP2 an i use very often the printer functions in php. But after some time (maybe 2-3 days) the apache crashs with the following error: --- httpd.exe Error --- An unrecoverable

[EMAIL PROTECTED] Weird writev()-loop when download is cancelled.

2007-12-05 Thread Sander Smeenk
Hello! With Apache 2.2.6 (the prefork mpm, on Debian 'SID') i'm seeing weird behaviour when a (large) download is cancelled by a visitor. Scenario: User browses to my site, clicks a link to a 1.5G zipfile, realises it will take ages to download and clicks 'cancel download', which results in an Ap

RE: [EMAIL PROTECTED] Re: Prevent new page

2007-12-05 Thread Boyle Owen
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of User 1001 > Sent: Wednesday, December 05, 2007 8:38 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Re: Prevent new page > > > Whilst I wait to test your suggestion (thanks), where or what would be > mor

[EMAIL PROTECTED] virtual hosts and authentication

2007-12-05 Thread robert rottermann
hi there I try to set up a syste where the user authentication is done by apache which the should forward the request to an application server (zope). to be able to controll access privileges within the application server I need to forward the name of the logged in user. you can find the virtual