RE: [EMAIL PROTECTED] SSLVerifyClient require in Virtual Host

2006-03-02 Thread Oliver.Schaudt
Hi Tony, if you want run SSL my understanding is that your server need a certificate and a key file too or do you have it at another place ? Like: SSLCertificateFile/path/to/conf/ssl.crt/subversion2.phoenixphire.org.crt SSLCertificateKeyFile /path/to/conf/ssl.key/subversion2.phoenixphire.org

Re: [EMAIL PROTECTED] SSLVerifyClient require in Virtual Host

2006-03-02 Thread Tony Davies
Hi Oliver, I believe the directives you refer to are for the server establishing an SSL connection. This occurs successfully (other then the cert being for an incorrect host which I will fix later). As you suggested this is in my global configuration that I haven't provided. To summerise, traf

Re: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-03-02 Thread Pubudu Premachandra
This happend due to selinux security enforcement. I found the solution by updating the security policies as chcon -R -t httpd-sys-content/usr/mysite Thank for your comment.On 2/28/06, Jerry McAllister <[EMAIL PROTECTED]> wrote: >> --=_Part_22734_12110787.1141118677219> Content-Type: text/pla

[EMAIL PROTECTED] How to rotate the logs in Windows XP?

2006-03-02 Thread PKarthick
Hi all, I need to have separate log files on daily basis...for every 24 hours new log file should be created... When I am trying to rotate the log file (access.log) in Apache using rotatelogs.exe,I could not start the apache service...I also tried using mod_log_rotate.so, i configured httpd.c

[EMAIL PROTECTED] RlimitNPROC

2006-03-02 Thread Frans Knibbe
Hello, I am trying to use the RLimitNPROC directive to limit the number of CGI processes that can run at the same time. To test this, I added the directive to httpd.conf like this: AllowOverride None Options None Order allow,deny Allow from all RlimitNPROC 4 4 But after rest

[EMAIL PROTECTED] Apache2 and Proxy ON

2006-03-02 Thread Dominique Bagnato
Sylvain, I got you email from Debian Bug Tracking System. I have a problem with Apache2 with proxy On . I cannot do the Windows Update on my computer clients. Please could you tell me where is server/protocol.c on y server I found this info from this page: http://lists.debian.org/debian-apache/2

RE: [EMAIL PROTECTED] Why doesn't Apache bind socket to vhost's IP addr.?

2006-03-02 Thread Ralph.Grothe
I think that's what I meant by "embedded Linux HTTP server" I simply forgot its name. But of course should it been glaring to me that it only could be named "tux" ;-) > -Original Message- > From: Eugene [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 01, 2006 8:13 PM > To: users@httpd.a

Re: [EMAIL PROTECTED] RlimitNPROC

2006-03-02 Thread Joshua Slive
On 3/2/06, Frans Knibbe <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to use the RLimitNPROC directive to limit the number of CGI > processes that can run at the same time. To test this, I added the > directive to httpd.conf like this: > > > AllowOverride None > Options None > Or

[EMAIL PROTECTED] Apache 1.34, mod_perl 1.29, Apache::ASP based application

2006-03-02 Thread Jason J. Czerak
This message will be separately posted to the mod_perl mailing list as I'm not sure if it's a mod_perl/apache::asp deal or apache. I have recently come across an issues where I ran out of file handles and couldn't open up any files. This is, as you know a mod_perl Apache::ASP based application

[EMAIL PROTECTED] mod_ext_filter And ImageMagick Proxy

2006-03-02 Thread Barry Boyce
Hey, I've been trying lately to get a forward proxy to recompress images on-the-fly using mod_ext_filter and ImageMagicks "convert" program. Here is the virtualhost I have set up for it in my httpd.conf. I am removing my ip addr: ExtFilterDefine imagecompress mode=output outtype=image/jpeg inty

[EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install

2006-03-02 Thread Thomsen, Thomas
I installed Apache Win32 Binary (MSI Installer): apache_2.0.55-win32-x86-no_ssl.msi located at http://httpd.apache.org/download.cgi. Why are all of the files in the modules directory *.so files? Aren't those for UNIX? I need to use mod_jk and was expecting a mod_jk.dll instead. Thomas

[EMAIL PROTECTED] port switching from web cache and http

2006-03-02 Thread Charles Li
We use Oracle Application Server, which uses HTTP.  It has a web cache component, which sits on top of the HTTP.  We have observe that when we access HTTP through the web cache, say port 7000, it sometimes goes back to the HTTP port, say port 7001.  How do I tell it to stay at the web cache port? 

Re: [EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install

2006-03-02 Thread William A. Rowe, Jr.
.dll, .so, .ocx, .cpl, .scr, .nls. They are ALL dynamic libraries, the filename is irrelevant. It only helps you to distinguish one type of module from another. So .so is a perfectly logical associate for apache modules. Apache can only load an 'apache module' - e.g. a module with an exported F

[EMAIL PROTECTED] Rewrite on Windows-server (subdomain)

2006-03-02 Thread Dennis Madsen
I have this rewrite rule: RewriteEngine On RewriteCond %{HTTP_HOST} ^([^.]+)\.myhp\.dk$ RewriteCond %{1} !^www$ RewriteCond c:/www/myhp.dk/www/%1 -d RewriteCond %{REQUEST_FILENAME} !^c:/www/myhp.dk/www/ RewriteRule (.*) c:/www/myhp.dk/www/%1/$1 [l] It's placed in my .htaccess on http://ww

Re: [EMAIL PROTECTED] port switching from web cache and http

2006-03-02 Thread Alexander Lazic
On Don 02.03.2006 08:37, Charles Li wrote: We use Oracle Application Server, which uses HTTP. It has a web cache component, which sits on top of the HTTP. We have observe that when we access HTTP through the web cache, say port 7000, it sometimes goes back to the HTTP port, say port 7001. How

RE: [EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install

2006-03-02 Thread Thomsen, Thomas
Thanks for the info Bill. So I can use the mod_jk-apache-2.0.55.so from http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk -1.2.15/ with the Apache install that I mentioned below? The only mod_jk.dll I've found is mod_jk_1.2.6_2.0.50.dll located at: http://www.apache.org/dis

[EMAIL PROTECTED] config question about apache 1.3.34

2006-03-02 Thread michael young
Hi, I try to build apache with everything, DSO style, except mod auth_dbm. my current config looks like this. ./configure --prefix=/opt/apache --with-layout=GNU --enable-shared=max --enable-module=most --disable-shared=auth_dbm This does not work. Is there a way to make this work? than

Re: [EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install

2006-03-02 Thread William A. Rowe, Jr.
Reread my answer to your question, I'm nearly sure I answered you. Bill Thomsen, Thomas wrote: Thanks for the info Bill. So I can use the mod_jk-apache-2.0.55.so from http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk -1.2.15/ with the Apache install that I mentioned belo

RE: [EMAIL PROTECTED] Why doesn't Apache bind socket to vhost's IP addr.?

2006-03-02 Thread Joost de Heer
[EMAIL PROTECTED] wrote: > I think that's what I meant by "embedded Linux HTTP server" > I simply forgot its name. khttpd? Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

[EMAIL PROTECTED] Re: How to rotate the logs in Windows XP?

2006-03-02 Thread Joost de Heer
PKarthick wrote: > Hi all, > I need to have separate log files on daily basis...for every 24 hours new > log file should be created... > When I am trying to rotate the log file (access.log) in Apache using > rotatelogs.exe,I could not start the apache service... What's in the event log? It should

[EMAIL PROTECTED] Transitioning virtual hosts from Netscape...

2006-03-02 Thread Ricardo Stella
Hello, I'm transitioning from an old Netscape Enterprise Server to Apache2.2. One problem I'm having is with virual hosts (name base, same IP address/port) Netscape's Software Virtual Server allow you to define a specific home page for a virtual host. In this case, the structure was set us: h

Re: [EMAIL PROTECTED] How to rotate the logs in Windows XP?

2006-03-02 Thread allan juul
PKarthick wrote: Hi all, I need to have separate log files on daily basis...for every 24 hours new log file should be created... When I am trying to rotate the log file (access.log) in Apache using rotatelogs.exe,I could not start the apache service...I also tried using mod_log_rotate.so, i co

RE: [EMAIL PROTECTED] How to rotate the logs in Windows XP?

2006-03-02 Thread Wagner, Aaron
From: PKarthick [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 13:39To: users@httpd.apache.orgSubject: [EMAIL PROTECTED] How to rotate the logs in Windows XP? Hi all, I need to have separate log files on daily basis...for every 24 hours new log file should b

[EMAIL PROTECTED] apache 22 ImportError: No module named os

2006-03-02 Thread RYAN vAN GINNEKEN
I am tring to make apache 2.2 on freebsd 4.11 but get stop errors when tring to build apache22 port anyone know what is going on? Is the port broken or is it just me? Copying libtool helper files ... buildconf: Using libtool15.m4 at /usr/local/share/aclocal/libtool.m4. Creating include/arch/uni

Re: [EMAIL PROTECTED] Rewrite on Windows-server (subdomain)

2006-03-02 Thread Robert Ionescu
Dennis Madsen wrote: I have this rewrite rule: RewriteEngine On RewriteCond %{HTTP_HOST} ^([^.]+)\.myhp\.dk$ RewriteCond %{1} !^www$ RewriteCond c:/www/myhp.dk/www/%1 -d RewriteCond %{REQUEST_FILENAME} !^c:/www/myhp.dk/www/ RewriteRule (.*) c:/www/myhp.dk/www/%1/$1 [l] You cannot rewrite to a

Re: [EMAIL PROTECTED] Transitioning virtual hosts from Netscape...

2006-03-02 Thread Joshua Slive
On 3/2/06, Ricardo Stella <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm transitioning from an old Netscape Enterprise Server to Apache2.2. > One problem I'm having is with virual hosts (name base, same IP > address/port) > > Netscape's Software Virtual Server allow you to define a specific home > p

Re: [EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-02 Thread koen . vdvelde
-Nick Kew <[EMAIL PROTECTED]> wrote: ->On Wednesday 01 March 2006 20:13, [EMAIL PROTECTED] wrote:>>> eg:>>   >>>content="5;URL="">>databa>>se"> will NOT be translated in :>>   >>  >>>content="5;URL="">>databa>>se">>> Any idea what I am doing wrong ?>>That's not a URL attribute under

[EMAIL PROTECTED] Proxy to External Site

2006-03-02 Thread Michael Flanakin
I'm trying to setup a proxy to an external site and it doesn't seem to be working. I've got it working on my internal network with the same settings, but I can't get it to work externally. Here's my setup. Does anyone see any problems with it? Thanks, in advance! ServerName external.website.c

[EMAIL PROTECTED] Proxy to External Site

2006-03-02 Thread Michael Flanakin
I've got a proxy setup for an internal site working great. The same setup doesn't work for an external site, tho. This may be a problem with my local DNS, but I was wondering if anyone could verify my setup. ServerName external.website.com ServerAlias external.website.com

[EMAIL PROTECTED] Configuring Apache HTTP Server

2006-03-02 Thread alexlarra
Hi! Is there someone out there who knows how to run a website with .jsp files in Apache HTTP Server without using Tomcat? Thanks - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

[EMAIL PROTECTED] Configuring Apache HTTP Server

2006-03-02 Thread alexlarra
Hi! Is there someone out there who knows how to run a website with .jsp files in Apache HTTP Server without using Tomcat? Thanks - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

[EMAIL PROTECTED] Directive Under HTTPS

2006-03-02 Thread Nick Withers
G'day all, I'm going quickly insane attempting to set up a Subversion ("http://subversion.tigris.org";) repository to be accessed through the Apache HTTPD over HTTPS and was hoping you lovely campers would be able to offer me some help... Here's the story (as I understand it): - I'm running Apa

Re: [EMAIL PROTECTED] Virtual Hosts Problem .. more

2006-03-02 Thread kloomis
At 01:57 PM 3/1/2006 -0500, I wrote: Well, I've been able to configure my httpd.conf to serve two secure virtualhosts and the first page of a non-secure host, but not the following pages of the non-secure site. The docs say I can't use name based virtual hosts with SSL, but it's working for the

[EMAIL PROTECTED] Turning up PHP

2006-03-02 Thread Jim Walls
I will very shortly be turning up PHP on my Apache 2.0.54 server (on a Windows 2000 Server). Any pitfalls I should be aware of from those that have already done so? -- 73 - Jim Walls - K6CCC [EMAIL PROTECTED] Ofc: 818-548-4804 http://home.earthlink.net/~k6c

SV: [EMAIL PROTECTED] Rewrite on Windows-server (subdomain)

2006-03-02 Thread Dennis Madsen
Hei Robert, Thanks for your answer. Sorry, but I don't understand, that you tell me to do? Should I insert a rewrite rule in my virtual host for myhp.dk? I have this: DocumentRoot c:/www/myhp.dk/www ServerName myhp.dk ServerAlias *.myhp.dk ServerAdmin [EMAIL PROTECTED] php_admin_value open_base