> -Original Message-
> From: Brian C [mailto:[EMAIL PROTECTED]
> Sent: Montag, 21. November 2005 20:13
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Virtual Hosts behind Firewall Router
>
>
> Hi,
>
> My network looks like this:
>
> [Internet]
> |
> [Static IP:64.x.x.x]
> |
>
> -Original Message-
> From: Michael Avila [mailto:[EMAIL PROTECTED]
> Sent: Montag, 21. November 2005 21:58
> To: Apache - User Mailing List
> Subject: [EMAIL PROTECTED] Connection Refused
>
> Windows XP Pro
> Apache 2.0.55
> Dynamic IP Address on DSL
>
>
> For about a
Suspicious whitespace sequence : Avast Alert
Sender: [EMAIL PROTECTED]
Recipient: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Migrating from IIS to Apache - how to keep the
SSL certificate?
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Tuesday, November 22, 2005
Got it! Procedure:
1. Export the certificate from IIS as a .pfx file: Properties of the web
site->Directory Security -> View Certificate -> Details -> Copy to file ->
Next -> Export the private key + Next -> Next -> blank password + next ->
+ next -> Finish
This creates file .pfx with the certif
Heya,
> www.mysite.com - IIS
> www.mysite.net - IIS
> svn.mysite.net - Apache
> Is this possible? I'm not very familiar with Httpd, but I have set it
> up about half a dozen times for Subversion. Thanks in advance for any
> help!
Yes it's possible. What you need to do is forward the incoming por
OS: Windows 2003
Server
Httpd: 2.0.55
I'm running a small network
behind a Linksys router. My router forwards all port 80 traffic to one machine.
On that machine, I have IIS and Apache running. I'm trying to get both running
on the same server on port 80. I have that working from inside the
I also face the same problem somtimes with the site gmx.net, when I use
apache as a proxy. I have two identical installs of apache setup as proxy on
two different machines. I used to get the black diamonds on either proxy.
Then after a while the black diamond marks disappeared on one proxy but t
>>> [EMAIL PROTECTED] 11/21/2005 6:15 PM >>>
On 11/21/05, Brent Herring <[EMAIL PROTECTED]> wrote:
> >> The problem is this: Many pages on the web site are accessed by a Perl
> >> script. The script writes out the page template that is the same for all
> >> the
> >> pages on the site, and then
Hi,
We are considering a migration from IIS to apache2 on a win2k server. I
got mod_ssl up and running with a self-signed sertificate but I hit the
wall when I tried to reuse our existing certificate signed from a CA.
Unfortunately this is a show stopper.
I have only a .cer file:
openssl x509 -i
On 11/21/05, Alan Ezust <[EMAIL PROTECTED]> wrote:
> I found two places where there was an AddDefaultCharset directive in
> my config files. I commented them both out, and restarted the apache2
> server. Still seeing those silly questionmarks. Then tried adding
>
> AddDefaultCharset off
>
> restart
I found two places where there was an AddDefaultCharset directive in
my config files. I commented them both out, and restarted the apache2
server. Still seeing those silly questionmarks. Then tried adding
AddDefaultCharset off
restarted. Still no dice. Any other suggestions?
# AddDefaultCharset
On 11/21/05, Alan Ezust <[EMAIL PROTECTED]> wrote:
> In those files, I see lots of [black dimonds around] question marks,
> in places near every hyperlink, as well as where the (c) copyright
> symbol should be.
>
> The black diamonds show up in firefox under x-widnows, and they are
> just normal qu
On 11/21/05, Brent Herring <[EMAIL PROTECTED]> wrote:
> >> The problem is this: Many pages on the web site are accessed by a Perl
> >> script. The script writes out the page template that is the same for all
> >> the
> >> pages on the site, and then reads in the data for each individual page
> >>
>>> [EMAIL PROTECTED] 11/14/2005 6:52:00 PM >>>
On 11/14/05, Brent Herring <[EMAIL PROTECTED]> wrote:
>> I'm having a problem with Apache directory restrictions that I have
>> not found this same issue in the FAQ or archives. I get the feeling
>> that the problem may be my lack of understanding
I just installed debian-install of kanotix and upgraded to sid.
It runs apache2. apache2 is configured and works fine, except when I am
viewing xsltproc-generated HTML files through it (generated with docbook-xsl).
In those files, I see lots of [black dimonds around] question marks,
in places nea
* Alan Gutierrez <[EMAIL PROTECTED]> [2005-11-17 11:42]:
> * inder sabharwal <[EMAIL PROTECTED]> [2005-11-15 11:43]:
>
> > I have a server that sends data using Transfer-Encoding: Chunked, but
> > mod_proxy is buffering up the data until it hits the internal limit of
> > 8K. Our client applicat
Windows XP Pro
Apache 2.0.55
Dynamic IP Address on DSL
For about a week or so whenever I start up my PC and try to connection to
Apache, I keep getting a message "The connection was refused when attempting
to contact" and then the domain name. I was blaming it on the dynamic
address changing and
FYI:
Suspicious whitespace sequenceSender: [EMAIL PROTECTED]Recipient:
users@httpd.apache.orgSubject:
RE: [EMAIL PROTECTED] Apache 2.0.54: Load order of dynamic and
static modules
- Original Message -
From:
James
Taylor
To: users@httpd.apache.org
Sent: Monday,
[EMAIL PROTECTED] wrote:
Changing from [P] to [PT] also solved the issue with %20 being decoded
to a space before dispatching the request to the rewritten URL (what
the subject describes).
Because no ProxyPass is used anymore, but it was/is a bug:
http://issues.apache.org/bugzilla/show_bug.cgi?
Yes, just put another listen on the line below that one
Thanx
Aaron N Wagner
Monitoring Systems and Network Tools
CCO-Command Center Operations
804.515.6298
> -Original Message-
> From: Samuel [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 21, 2005 3:26 PM
> To: users@httpd.apache.
Hi,
I wish to configure Apache to listen on port 80 AND port 5325 without
setting up virtual server / hosts.
So far on the Listen area I have:
[code]
Listen 5325
[/code]
How would I make it listen on port 80 aswell?
Can I add a new line or can I use a comma of some-other symbol?
Thanks
Samu
Hi,
My network looks like this:
[Internet]
|
[Static IP:64.x.x.x]
|
[router/firewall:192.168.0.1]
[port 80 traffic]___[port 53 traffic]___[??nothing yet??]
__||__|_
[main srvr:192.168.0.5|DNS srvr:192.168.0.6|NEW srvr:192.168.0.9]
The
On 11/21/05, James Taylor <[EMAIL PROTECTED]> wrote:
> I would be very grateful if anyone could please advise me on this and maybe
> briefly comment on/explain some of the issues involved.
> I have set up Apache 2.0 in my account but cannot run it as it needs port
> 80. It seems a bit odd that the
Hi,
To wrap up this thread and for the archives:
Changing from [P] to [PT] also solved the issue with %20 being decoded
to a space before dispatching the request to the rewritten URL (what
the subject describes).
Consequently, this now works beautifully:
http://simpy.com/user/otis/search/apac
To share my "load order" trials & errors, at least on OS-X 10.3.9 w/
apache 2.0.54, configured with built in ldap, & mod_auth_mysql version 3
from sourceforge not only is the following load order necessary but the
order of the directory directives which call these modules are equally
important:
mo
Hi all,
I am using a Solaris system on a college computer and would like to use tomcat on it. On asking the admin he said that would look into setting mod_jk on it but they said that running tomcat may put too much stress on the system.
I was advised to do the following but I do not have root acce
Load Avg: 5.65, 4.88, 4.24 CPU usage: 15.9% user, 72.3% sys,
11.8% idle
SharedLibs: num = 83, resident = 20.0M code, 1.98M data, 11.8M
LinkEdit
MemRegions: num = 27385, resident = 546M + 11.0M private, 59.1M shared
PhysMem: 377M wired, 511M active, 3.01G inactive, 3.88G used,
4.1
PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD
RSIZE VSIZE
6018 httpd 28.9% 0:38.05 112 268 9.61M+ 28.1M 12.7M+
64.5M+
8931 httpd 28.7% 0:01.59 112 242 7.16M+ 28.2M 10.2M+
62.7M+
8798 httpd 20.1% 0:02.89 112 223 6.16M+ 28.2M
Hi , I m trying to compile apache version 2.0.54 with auth_ldap module on Solaris 10 but I m getting lots of errors . Can you please advise what are the steps to compile apache with ldap and what are the dependencies like which version of openldap , openssl , and others are required. My
2.0.55/Sol10
I have a web-based app on a mainframe that's having problems when the
request headers exceed a particular length. In this case, it's a giant
SiteMinder session cookie that's pushing everything over the edge. The
mainframe doesn't use SM, but it is in the same domain as some other
site
Consider chrooting it.
Then, you can put it wherever you want, on as many servers as you want.
here is an article:
http://www.linuxtecharticles.com/chrootingapache.html
tdOn 11/21/05, Per Weisteen <[EMAIL PROTECTED]> wrote:
HiI need to be able to install Apache 1.3.34 to different directori
I had the same problem when i tried to disable cache through mod_perl2
own modules. In my case the Cache-Control headers solution pointed
here was not sufficient.
I followed the http headers through the firefox popular extension and
what i saw was that the important "tags" the browser was looking a
Richard,
Just a qiuck idea, have you tried creating the share? Unlike IIS w/FPSE,
Apache won't create the share or set the permissions on it.
I had this problem too, and that fixed it for me, even on a remote
Windows/Apache install. It's been a while since I did it, but I'll verify
the configuratio
Thanks for your answer Nick,
i still don't understand what mod_expires stand for, but anyway i solved
my problem sending custom "no-cache" headers thanks to mod_headers, and
i work like a charm :
Header set Expires "Thu, 01 Dec 2003 16:00:00 GMT"
Header set Cache-Control "no-store, no-cache,
On Monday 21 November 2005 11:36, gregory duchesnes wrote:
> Therefore i didn't understand what mod_expires does!?
>
> That mechanism i correct in case i don't use mod_expires, but i want to
> invalidate cache as soon as the client gets the file.
You can invalidate the cache as much as you like (I
Therefore i didn't understand what mod_expires does!?
That mechanism i correct in case i don't use mod_expires, but i want to
invalidate cache as soon as the client gets the file.
Did i misread mod_expires documentation? What mod_expires is used for then?
Nick Kew a écrit :
On Monday 21 Nove
On Monday 21 November 2005 11:20, gregory duchesnes wrote:
> But it does not change anything, my browser (Firefox 1.0.7) first get
> the file normally from the server, but if i close the browser and try
> and grab the file again, i get a HTTP 304 not modified code instead of
> the HTTP 200 code i
I all,
i'm trying to make mod_expires work on my server (Debian stable).
First i tried to make it work serverwide (just for testing) I then added
those two lines in my main conf file :
ExpiresActive On
ExpiresDefault "now plus 1 seconds"
# i also tried this
ExpiresDefault A1
But it does not
HI,
it is solved.
The magical thing seems to be a slash after the name of the cluster,
so "/somcluster" gets an warn message in the error_log and "/somcluster/" works
This is NOT Working:
ProxyPass / balancer://somcluster lbmethod=byrequests
stickysession=JSESSIONID nofailover=On
Ba
I will be out of the office starting Sun 11/20/2005 and will not return until Thu 12/01/2005.
Out of the office - For Booking Questions - Contact Susan Neece; To Contact my Coach e-mail Annette Hanson; To Contact my Manager e-mail Cristi Bennett. I will respond to your message when I return.
Cr
Hi
I need to be able to install Apache 1.3.34 to different directories on
different servers (same OS and HW though) without having to build a
separate version using different --PREFIX each time. I have tried to
build with --PREFIX="" , then creating a tarball that is moved over to
the target
mod_chronometer provides millisecond resolution for the time to serve the
response. See http://modules.apache.org/search?id=364
NB - it's written in C so you need to compile it and you OS has to support it...
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
42 matches
Mail list logo