[users@httpd] centos 7: rewrite rule produces 503 Service Unavailable

2015-03-13 Thread robert rottermann
Hi there, I am in the process of moving a couple of sites from an elderly SuSe box to a virtual machine running centos. I have a (zope/plone based) server running on port 8080. The server can be reached accessing it directly trough port 8080, but when I want to access it trough apache using a

Re: [users@httpd] question with apache rewriterules (working using crome, but not FF)

2013-01-13 Thread Robert Rottermann
I can react upon? thanks robert On 01/13/2013 03:36 AM, Akash Jain wrote: > what does the rewrite logs say ? > > On Sat, Jan 12, 2013 at 8:49 PM, Robert Rottermann > mailto:robert.rotterm...@gmx.ch>> wrote: > > Hi there, > we are about to go live with a site

[users@httpd] rewrite condition question.

2013-01-13 Thread Robert Rottermann
Hi there, when I look at http headers in FF I get information about the server software like: Server: Zope/(2.13.19, python 2.7.1, linux2) ZServer/1.1 now I would like to react on this information, but have not yet found out how to access it. What I want to achie is, that I would like to be abbl

[users@httpd] question with apache rewriterules (working using crome, but not FF)

2013-01-12 Thread Robert Rottermann
Hi there, we are about to go live with a site we reimplemented. The site structure is different between the two sites. What I now would like to do is that old content is fetched from the old site. This I try to do with apache redirect rules: Here they are: # # old site

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

[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

[us...@httpd] how do I *define* a default virtual host

2009-09-15 Thread robert rottermann
hi ther, I load my VH's from a directory with a number of VH's is it possible to define which one is the default one? it seems to select the first in alphabetical order. thanks robert - The official User-To-User support forum o

Re: [us...@httpd] virtualhosts: the default VH gets all trafic. why??

2009-09-14 Thread robert rottermann
Eric Covener schrieb: > On Mon, Sep 14, 2009 at 4:21 PM, robert rottermann wrote: >> Hi there, >> >> I have a problem using VH's. >> >> I updated a linx box to SuSe 11.1 with apache 2.2.10 >> >> I have there VHosts but all the traffic goes to

Re: [us...@httpd] virtualhosts: the default VH gets all trafic. why??

2009-09-14 Thread robert rottermann
André Warnier schrieb: > robert rottermann wrote: > > ... > Nothing to do with your problem, but is the following normal/safe ? > > Server loaded: APR 1.3.8, APR-Util 1.3.4 > Compiled using: APR 1.3.8, APR-Util 1.3.9 > > (I mean compiling with APR-Util 1.3.9 but r

[us...@httpd] virtualhosts: the default VH gets all trafic. why??

2009-09-14 Thread robert rottermann
Hi there, I have a problem using VH's. I updated a linx box to SuSe 11.1 with apache 2.2.10 I have there VHosts but all the traffic goes to the first one. could anybody point me to my error? thanks robert alice:~ # httpd2 -V Server version: Apache/2.2.13 (Linux/SUSE) Server built: Aug 10 2

[us...@httpd] how to debug a module?

2009-03-06 Thread robert rottermann
Hi there, please forgive me if this sounds stupid.. There is an apache modul I do not unterstand therefore I would like to load it in a debugger, so that I can step trough it at runtime. in a former life (which lasted up to 2000) i used to be proficient with c. but this is long ago and on windows

[us...@httpd] how can I check whether a a module is "executed" at all?

2009-03-05 Thread robert rottermann
hi there, I am fighting to get SSO with ntlm authenticating running. My problem is, that I, whatever I do only get an "authentication required" error, but no authentication box presented. I tried with IE, firefox (on winows and linux). I am using (trying at least) sambas auth_ntlm_winbind module

[EMAIL PROTECTED] ntlm authorization: strange behavior

2008-02-05 Thread robert rottermann
Hi there, we installed an SSO where we authorize the access to an intranet by help of NTLM. users can access the intranet IF they have opened a page in their browser before accessing the intranet. if they go directly to the ubtranet (maybe they have it as their default page) a login page is prese

[EMAIL PROTECTED] authorization with more than one method

2007-12-17 Thread robert rottermann
hi there, I have a site where I would like to use more than one authentication method. how can can I do that? I have how something like: AuthType Basic AuthName "By Invitation Only" AuthUserFile /srv/www/htdocs/passwd/passwords AuthGroupFile /srv/www/htdocs/pas

[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

Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-02 Thread robert rottermann
u will need to create the /projekte2.fh-aargau.ch/ directory under /var/log/apache2. This will keep logs for each virtual host seperate in their own sub-directory. HTH - Keith Roberts On Mon, 2 Jan 2006, robert rottermann wrote: To: users@httpd.apache.org From: robert rottermann <[EM

[EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-02 Thread robert rottermann
Hi there, I would like to use a construct like the following ServerAdmin [EMAIL PROTECTED] ServerName projekte2.fh-aargau.ch CustomLog /var/log/apache2/%{SERVER_NAME}.log combined ErrorLog /var/log/apache2/%{SERVER_NAME}.log However, the filename it creates is %{SERVER_NAME

Re: [EMAIL PROTECTED] FTP with apache

2005-10-13 Thread robert rottermann
quot; user to be able to start zope, therefore it can not access ports below 1024. Any more ideas? Robert Dunx -Original Message----- From: robert rottermann [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 October 2005 7:38 am To: users@httpd.apache.org Subject: [EMAIL PROTECTED] FTP w

[EMAIL PROTECTED] FTP with apache

2005-10-12 Thread robert rottermann
Hi there, I would like to use apache to redirect ftp access to some other port. I am using zope which has a ftp server at port 8021. I would therefor serveve all ftp access to this port. How can I do that? thanks Robert - Th

Re: [EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread robert rottermann
Thanks for your helb now everything seems to work Robert - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTE

Re: [EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread robert rottermann
Davide Bianchi wrote: robert rottermann wrote: fix your configuration If I knew how ... Locate your httpd.conf (usually under /etc/something or use httpd -V to see where apache thinks his config dir is), open it up with your preferred editor, locate the offending line and comment

Re: [EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread robert rottermann
Thanks for your answer Davide Bianchi wrote: robert rottermann wrote: on my SuSe box I get the warning: [warn] NameVirtualHost 147.86.4.81:0 has no VirtualHosts what could be the reason of that? You have an entry NameVirtualHost an no blocks. I do have virtual hosts, and thy are

[EMAIL PROTECTED] NameVirtualHost xxx:0 has no VirtualHosts

2005-08-10 Thread robert rottermann
I get the following error when I run rcapache2 config-check on my SuSe box I get the warning: [warn] NameVirtualHost 147.86.4.81:0 has no VirtualHosts what could be the reason of that? And how do I get rid of it? thanks Robert --

Re: [users@httpd] what do I need to activate chacheing?

2005-05-14 Thread robert rottermann
what do I need to activate chacheing? Robert, Before installing, u need to run ./configure script. You can try --enable-file-cache with ./configure and then install Apache. like, ./configure --prefix= --enable-file-cache Regards, Tejas Sanghavi. - Original Message - From: "robert rot

[users@httpd] what do I need to activate chacheing?

2005-05-13 Thread robert rottermann
Hello, I have the following setting, but the CacheRoot directory is always empty. I therefore assume, that chache is not working at all. How can I check if it is working. thanks Robert // Order deny,allow Deny from all /#Allow from .your_domain.com/ /# prevent the we

Re: [users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-13 Thread robert rottermann
operly handle old browsers that do not support compression BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html -ascs -Original Message- From: robert rottermann [mailto:[EMAIL PROTECTED] Sent

[users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-12 Thread robert rottermann
Hi there, When I use the following combination: Apache 2.049 Linux (SuSe 9.1) mod_deflate and a zip file is served to a IE6 client, the file can not be used anymore. (I get an error by win zip claiming that it is not a valid zip archive) I tried to suppress that mod_deflate by the following rule