Re: [EMAIL PROTECTED] ftp access to virtual hosts (Fedore Core and a like)

2005-09-16 Thread Davide Bianchi
Peter Nimda wrote: > Needed very much: > > - provide access to every virtual host content via ftp. > - every virtual host should be associated with one user. > > So, what is the Right Way to do this? Assign the DocRoot of every virtual host as homedir of one user, configure your ftp server to ch

[EMAIL PROTECTED] Apache 1.3.33 not compiling proxy (only problem...at the moment)

2005-09-16 Thread Eric Wagar
I am using this configure command: ./configure --prefix=/engr/apache --enable-module=proxy --enable-shared=proxy --enable-module=define --enable-shared=define --enable-module=cern_meta --enable-shared=cern_meta --enable-module=usertrack --enable-shared=usertrack --enable-module=unique_id --enable-s

[EMAIL PROTECTED] ftp access to virtual hosts (Fedore Core and a like)

2005-09-16 Thread Peter Nimda
Hi all, Given: - Fedora Core 4 SELinux - apache2 - several name-based virtual hosts - vsftpd Needed very much: - provide access to every virtual host content via ftp. - every virtual host should be associated with one user. So, what is the Right Way to do this? Yes, it sounds like FAQ, but i

[EMAIL PROTECTED] have to reload https page in win2k3 ie 6.0.3790

2005-09-16 Thread Joe A
on win2k3 server ie 6.0.3790 only, when i try to click an https link from our https page it hangs, but if i reload it it works. we are using apache 2.0 i have this in the ssl conf but its not helping SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-

Re: [EMAIL PROTECTED] S & K httpd scripts for Linux

2005-09-16 Thread Joshua Slive
On 9/16/05, Marty Landman <[EMAIL PROTECTED]> wrote: > I'd like Apache 1.3 to start automatically when my Linux system reboots. > Looking into it understand that an Snnhttpd and Knnhttpd script need to be > put into /etc/rc2.d - since they're not already there. Are these to be > found somewhere on

[EMAIL PROTECTED] S & K httpd scripts for Linux

2005-09-16 Thread Marty Landman
I'd like Apache 1.3 to start automatically when my Linux system reboots. Looking into it understand that an Snnhttpd and Knnhttpd script need to be put into /etc/rc2.d - since they're not already there. Are these to be found somewhere on my Apache install? Or do I look elsewhere. Sorry if this

Re: [EMAIL PROTECTED] mod_rewrite internal redirect problem

2005-09-16 Thread Joshua Slive
On 9/16/05, Todd <[EMAIL PROTECTED]> wrote: > Thanks Joshua. > > I moved the RewriteRule out of the config and into the main server > config: > > RewriteRule ^/myalias/(.*)\.html$ > /myalias/page_processor.php?page_requested=$1 > [PT] > > But I still have the same issue the query parameter dis

[EMAIL PROTECTED] Re: apache 2 with virtual hosts don't work

2005-09-16 Thread Joost de Heer
Susan Roesner RZ said: > Hello, > > I am running apache 2.0.54 on a Solaris 10 with non-global zones > environment. > > The apache runs on the global zone of Solaris 10 and in non-global zones > with > same configuration. > Everything works fine in the global zone but in the non-global zones the >

Re: [EMAIL PROTECTED] mod_rewrite internal redirect problem

2005-09-16 Thread Todd
Thanks Joshua. I moved the RewriteRule out of the config and into the main server config: RewriteRule ^/myalias/(.*)\.html$ /myalias/page_processor.php?page_requested=$1 [PT] But I still have the same issue the query parameter disappearing. Here's the new log: initial] (2) init rewrite engin

Re: [EMAIL PROTECTED] apache 2 and large file support

2005-09-16 Thread Joe Orton
On Thu, Sep 15, 2005 at 04:03:46PM -0700, Charles E. Heizer wrote: > Hello, > I'm running RHEL WS 4.0 and I'm trying to compile apache to support > files over 2gig. I go through the compile and everything seems to be > OK, but large file support never seems to get enabled. Can someone > pleas

Re: [EMAIL PROTECTED] mod_rewrite internal redirect problem

2005-09-16 Thread Joshua Slive
On 9/16/05, Todd <[EMAIL PROTECTED]> wrote: > I have a RewriteRule to change plain html-type URL to a PHP script that > dyanamically plugs in the content. It looks like this... > > Alias /myalias "C:/path/to/htdocs" > > > ... > RewriteEngine On > RewriteBase /myalias > RewriteRu

Re: [EMAIL PROTECTED] apache 2 with virtual hosts don't work

2005-09-16 Thread Susan Roesner RZ
Hello Davide, thank you so much. That solved my problem. Sue >Susan Roesner RZ wrote: >> generates the following error at start, if a virtual host is configured: >> "[Fri Sep 16 16:51:19 2005] [crit] [Fri Sep 16 16:51:19 2005] file vhost.c, line >> 190, assertion "rv == APR_SUCCESS" failed" >

[EMAIL PROTECTED] mod_rewrite internal redirect problem

2005-09-16 Thread Todd
I have a RewriteRule to change plain html-type URL to a PHP script that dyanamically plugs in the content. It looks like this... Alias /myalias "C:/path/to/htdocs" ... RewriteEngine On RewriteBase /myalias RewriteRule ^(.*)\.html$ page_processor.php?page_requested=$1 [L] Turne

Re: [EMAIL PROTECTED] Re: Problem loading images from Apache 2.0.54

2005-09-16 Thread Uzo Madujibeya
Hi Nick,the file is a standard flash file and there is another flash file on the page, the menu bar, which renders properly as well as other images. I was beginning to suspect that maybe the file itself was corrupt but when I loaded the image up by itself www.beyarecords.com/images/music.swf the im

Re: [EMAIL PROTECTED] apache 2 with virtual hosts don't work

2005-09-16 Thread Davide Bianchi
Susan Roesner RZ wrote: > generates the following error at start, if a virtual host is configured: > "[Fri Sep 16 16:51:19 2005] [crit] [Fri Sep 16 16:51:19 2005] file vhost.c, > line > 190, assertion "rv == APR_SUCCESS" failed" I had the same issue, and discovered that on Solaris you need to en

[EMAIL PROTECTED] apache 2 with virtual hosts don't work

2005-09-16 Thread Susan Roesner RZ
Hello, I am running apache 2.0.54 on a Solaris 10 with non-global zones environment. The apache runs on the global zone of Solaris 10 and in non-global zones with same configuration. Everything works fine in the global zone but in the non-global zones the apache generates the following error at

Re: [EMAIL PROTECTED] Re: Problem loading images from Apache 2.0.54

2005-09-16 Thread Nick Kew
Uzo Madujibeya wrote: Ok, so now i'm really confused! I checked the logs for the problem .swf file: 192.168.1.1 - - [16/Sep/2005:11:39:27 +0100] "GET /images/music.swf HTTP/1.1" 200 71840 and as can be seen the file is found, so why is it not being displayed in the browser??? 1. What is

Re: [EMAIL PROTECTED] How to compile to change LimitRequestLine default value

2005-09-16 Thread Joshua Slive
On 9/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Help!!! > it does not want work!! > > debian sarge > Server version: Apache/2.0.54 > Server built: Sep 13 2005 10:08:02 > > I edit my own layout and edit in include/httpd.h this line: > #ifndef DEFAULT_LIMIT_REQUEST_LINE > #define DEFAU

Re: [EMAIL PROTECTED] Log file user

2005-09-16 Thread Joshua Slive
On 9/15/05, Zottl, Julian (Contractor) <[EMAIL PROTECTED]> wrote: > > Hello all, > I have Apache running as a different user, however, the logs are still being > written to as root. Is there a way so that I can control who they are > written by? No, not really. You could probably do this as

Re: [EMAIL PROTECTED] Problems with non-existant .htaccess

2005-09-16 Thread Nick Kew
Fabiano Sidler wrote: Hi folks! I have some troubles accessing a file by a browser, even if I've made it readable for all. The log message is the following: /some/path/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: [...] The .htaccess file does not ex

Re: [EMAIL PROTECTED] ldaps auth[Scanned]

2005-09-16 Thread Dmitriy Kirhlarov
On Fri, Sep 16, 2005 at 01:49:37PM +0200, Marc Jonkers wrote: > I tried to use ldaps with a W2K AD no succes what in error log? -- Dmitriy Kirhlarov OILspace, 26 Leninskaya sloboda, bld. 2, 2nd floor, 115280 Moscow, Russia P:+7 095 105 7247 F:+7 095 105 7246 E:[EMAIL PROTECTED] OILspace - The r

RE: [EMAIL PROTECTED] ldaps auth[Scanned]

2005-09-16 Thread Marc Jonkers
I tried to use ldaps with a W2K AD no succes -Oorspronkelijk bericht- Van: Dmitriy Kirhlarov [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 16 september 2005 13:33 Aan: users@httpd.apache.org Onderwerp: Re: [EMAIL PROTECTED] ldaps auth[Scanned] On Fri, Sep 16, 2005 at 01:24:22PM +0200, Le

Re: [EMAIL PROTECTED] ldaps auth[Scanned]

2005-09-16 Thread Dmitriy Kirhlarov
On Fri, Sep 16, 2005 at 01:24:22PM +0200, Leeuwen, Allan van wrote: > Maybe you didn't compile apache with ssl support ? Not my case. I use https without problem. Is anybody use ldap_s_ authorization? Is it work? > I need use ldap authentication over ssl > I have in my httpd.conf > LDAPSH

RE: [EMAIL PROTECTED] ldaps auth[Scanned]

2005-09-16 Thread Leeuwen, Allan van
Maybe you didn't compile apache with ssl support ? -Original Message- From: Marc Jonkers [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 1:19 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] ldaps auth[Scanned] Same problem here. Thnx, Marc -Oorspronkelijk

RE: [EMAIL PROTECTED] ldaps auth[Scanned]

2005-09-16 Thread Marc Jonkers
Same problem here. Thnx, Marc -Oorspronkelijk bericht- Van: Dmitriy Kirhlarov [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 16 september 2005 13:15 Aan: users@httpd.apache.org Onderwerp: [EMAIL PROTECTED] ldaps auth[Scanned] Hi, list I need use ldap authentication over ssl I have in m

[EMAIL PROTECTED] ldaps auth

2005-09-16 Thread Dmitriy Kirhlarov
Hi, list I need use ldap authentication over ssl I have in my httpd.conf LDAPSHaredCacheSize 2 LDAPCacheEntries 1024 LDAPCacheTTL 600 LDAPOpCacheEntries 1024 LDAPOpCacheTTL 600 LDAPTrustedCA /usr/local/etc/ssl/cacert.pem LDAPTrustedCAType

Re: [EMAIL PROTECTED] error after installation on WINXP SP2 : [crit] (OS 10022) WSASocket failed to open the inherited socket

2005-09-16 Thread Jean Lee
Jean Lee a écrit : Hi all, I'm new to the list and new to apache. I tried to install Apache 2.0.54 but with no success. The things I have done are : Download "apache-2.0.54-no_ssl.exe" installer from the download site of apache. (I downloaded the .msi too but the windows installer does not

[EMAIL PROTECTED] Re: Problem loading images from Apache 2.0.54

2005-09-16 Thread Uzo Madujibeya
Ok,so now i'm really confused! I checked the logs for the problem .swf file:192.168.1.1 - - [16/Sep/2005:11:39:27 +0100] "GET /images/music.swf HTTP/1.1" 200 71840and as can be seen the file is found, so why is it not being displayed in the browser???As an additional point I checked the file size o

[EMAIL PROTECTED] Problems with non-existant .htaccess

2005-09-16 Thread Fabiano Sidler
Hi folks! I have some troubles accessing a file by a browser, even if I've made it readable for all. The log message is the following: /some/path/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: [...] The .htaccess file does not exist and accessing files l

[EMAIL PROTECTED] Problem loading images from Apache 2.0.54

2005-09-16 Thread Uzo Madujibeya
Hi Guys,i'm sure that this is a simple one but i'm stumped by it at the moment. In my Httpd.conf file I have the following few lines:RewriteRule "^/(.*)\.(gif|jpg|swf|php|m3u|mp3|m4a|html)$" "$0" [L]RewriteRule (.index|.register|.confirmStage|.accounts|.login)\.(js|css|xml|xsl|kont|jx|xsp|svg|zip|z

Re: [EMAIL PROTECTED] How to compile to change LimitRequestLine default value

2005-09-16 Thread [EMAIL PROTECTED]
Help!!! it does not want work!! debian sarge Server version: Apache/2.0.54 Server built: Sep 13 2005 10:08:02 I edit my own layout and edit in include/httpd.h this line: #ifndef DEFAULT_LIMIT_REQUEST_LINE #define DEFAULT_LIMIT_REQUEST_LINE 819000 (I add two zero at the default value 8190) and