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
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
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
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
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
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
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
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
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
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
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
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?
.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
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
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
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
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
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
[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
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
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
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
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
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
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
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
-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
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
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
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
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
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
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
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
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
35 matches
Mail list logo