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

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/plain;

[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

[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: Directory C:/Program Files/Apache Group/Apache2/cgi-bin AllowOverride None Options None Order

[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:

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:

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: Directory C:/Program Files/Apache Group/Apache2/cgi-bin

[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

[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: VirtualHost ExtFilterDefine imagecompress mode=output

[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] 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?

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

[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 give

[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:

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

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

[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

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 page for a

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

2006-03-02 Thread koen . vdvelde
-Nick Kew [EMAIL PROTECTED] wrote: -OnWednesday01March200620:13,[EMAIL PROTECTED]wrote:eg:metahttp-equiv="Refresh"content="5;URL="">database"willNOTbetranslatedin:metahttp-equiv="Refresh"content="5;URL="">database"AnyideawhatIamdoingwrong?That'snotaURLattributeunderHTML(orXHTML)rules.You

[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! VirtualHost * ServerName

[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. VirtualHost * ServerName external.website.com ServerAlias

[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

[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

[EMAIL PROTECTED] Location (...) 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

[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

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: VirtualHost * DocumentRoot c:/www/myhp.dk/www ServerName myhp.dk ServerAlias *.myhp.dk ServerAdmin [EMAIL PROTECTED]