:
All compilation assembly nodes do not exist in System.Web section group.
Eric Covener wrote:
On Sat, Jan 30, 2010 at 3:41 PM, Paul McFerrin
wrote:
I have an interesting problem. First, my Cygwin binary distribution of
Apache 1.3.22, ater 5 years has STOPPED RESPONDING. No errors to log and N
hardt wrote:
------
Paul,
First of all I would check to see if you can bring up your site by
typing in http://localhost or http://internalprivatelanip your
external IP address is forwarded to the correct internal private lan
IP address like so:
Ext
genealogy information. Why should I pay
more money when I'm truly not a business customer?
Paul McFerrin wrote:
Wow, my base site at http://localhost works !!!
Second: windows firewall is in fact disabled.
Third: infection due to unsafe surfing which is history now.
Fourth: To r
On Sat, Jan 30, 2010 at 5:46 PM, steve reilly <mailto:sfrei...@roadrunner.com>> wrote:
Paul McFerrin wrote:
Wow, my base site at http://localhost works !!!
Second: windows firewall is in fact disabled.
Third: infection due to unsafe surfing which is history
Check your port "forwarding" on your router. It appears that the IP you
got was on a router and port forwarding for port 80 is not set to
192.168.0.1.
Matthew Smith wrote:
Ok, i found this and tried what it said:
http://www.issociate.de/board/post/474531/2.2.6_won't_start_-_The_Apache2.2_serv
I have a couple of issues associated with upgrade to Apache 2.1.14.
First, I changed:
from:DefaultType text/plain
to:DefaultType application/octet-stream
In httpd.conf file.
Now, any and all graphics to not render in the Browser. Next, the
following text will not appear. It ap
McFerrin_CD == Directory containing
"index.html", Page displays "Object not found" again.
- Paul
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist
I'm trying to port Apache 2.0.63 to Cygwin 1.7 to no avail. Apache will
start but immediately stops. The code compiles cleanly and error_log
does not show anything other that an ungraceful shutdown due to a PID
file in place. When I execute apachectl, I get the following:
$ apachectl res
I've been on a
router for years with my Apache 1.3.22 server without any problems. I
sometimes wonder why I'm going this route. An upgrade??
- Paul
Brent Davidson wrote:
You do realize Xampp is a test and development package and not
designed for a "production" en
The process is NOT running. Does not showup in the list of Cygwin
processes.
Jonathan Zuckerman wrote:
How do you know it's not running? What port is it listening on?
On Saturday, February 20, 2010, Paul McFerrin wrote:
I'm trying to port Apache 2.0.63 to Cygwin 1.7 to no avai
I'm assuming that you are referring to file
/usr/local/apache2/bin/envvars-std. All it contains in mine is to add
"lib" to it's PATH. Nothing else.
-Paul
dave selby wrote:
Is there a way to get a list of apache2 environmental variables from
the command line, specifi
Thanks for the clarification onthis topic... but any tip how we can cope with
httpd linked with openssl 0.9.8x on redhat?
Apparently there is a requirement of openssl not to overwrite the default
version provided with the OS.
How do we specify to httpd the library to take at runtime?
How can
the linked libraries
On Feb 23, 2010 6:39 PM, "Paul Jacques" wrote:
Thanks for the clarification onthis topic... but any tip how we can cope with
httpd linked with openssl 0.9.8x on redhat?
Apparently there is a requirement of openssl not to overwrite the default
version pro
ion of SSL
Hi Paul
Sorry it's the other way round. The ldd command tells you which
libraries that the linker will call at runtime when the binary is
executed.
Igor was correct
If you want to specify the library you need to set LD_LIBRARY_PATH to
include the library you a
Did you miss out on the file?? With this, you only need
one server to serve all of those hosts. They all will have same port
numbers and you don't have to play with the PID file. I've been serving
multiple hosts for years.
- Paul
Tommy M. McGuire wrote:
Yes, you can[1]; you&
Dears,
I rebuilt the openssl 0.9.8k with so and installed it at /usr/local/ssl
I also add the path in front of LD_LIBRARY_PATH.
The ldd does not show libssl library, may be due to the fact that is using
DSO...
libm.so.6 => /lib/i686/libm.so.6 (0x4002d000)
libaprutil-1.so.0 => /usr/loc
010 10:22:07 +
> To: users@httpd.apache.org
> From: daniel.goul...@and.co.uk
> Subject: RE: [us...@httpd] How do I pick up correct version of SSL
>
>
>
>
>
>
> From: Paul Jacques [mailto:Paul Jacques
> ]
>
on Solaris you can pass -R/lib with
> LDFLAGS when you build - do any Linux-heads know any similar tricks?
>
>
> From: Paul Jacques [mailto:Paul Jacques
> ]
> Sent: 25 February 2010 10:46
> To: users@httpd.apache.org
>
Dears,
I experienced some problems with mod_proxy when the backend server is restarted.
This may be due to the reuse of invalid connections, hence I tried not to reuse
them by using disablereuse option:
...
ProxyPass / http://195.238.10.70/ disablereuse=on
...
netstat command shows that
Dear,
I am using apaci 2.2.13 with mod_ssl enabled.
When credentials are validated apaci proxy the request
(ProxyPass/ProxyPassReverse)
After thousands of successful requests, browser remains with the status "Web
site found... Waiting for reply..."
In the mean time, I can see the request in
I have an access log item looks like this:
ddd.ddd.ddd.ddd - - [dd/ddd/:01:08:23 -0400] "GET
/finger-pulse-oximeter-octivetech-300c-p-37.html?osCsid=ddd HTTP/1.0"
200 10006 http://www.ddd.ddd.dd/ "Mozilla/4.0 (compatible; MSIE 7.0;
Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"
in wh
What I expect is, as the doc says, "the page that links to or
includes" (http://httpd.apache.org/docs/1.3/logs.html#common). So, i
think the referer page should include the requested url as what is
shown in the document example...
Thanks,
Paul
On Fri, Aug 1, 2008 at 10:34 PM, Er
age, which is index.php in this example,
always the first entry in the log event?
Thanks again!
Paul
On Sat, Aug 2, 2008 at 5:53 AM, André Warnier <[EMAIL PROTECTED]> wrote:
> Paul Li wrote:
> [...]
>>
>> My question is that, the resource in the request line,
>> /finger
only check the request page?
Btw, why the referer pages are different, like what I asked above,
some are "-", some are other pages in either the same or different
websites?
Thanks,
Paul
On Sat, Aug 2, 2008 at 5:53 AM, André Warnier <[EMAIL PROTECTED]> wrote:
> Paul Li wrote:
>
Yeh, I'm asking something about programming...
André. could you tell me why some referer pages are displayed as "-",
but some are url ?
Thanks again and have a good weekend!
Paul
On Sat, Aug 2, 2008 at 10:59 AM, André Warnier <[EMAIL PROTECTED]> wrote:
> Paul Li w
Thanks Eric! That answers my question...
On Sat, Aug 2, 2008 at 10:07 AM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Sat, Aug 2, 2008 at 1:03 AM, Paul Li <[EMAIL PROTECTED]> wrote:
>> What I expect is, as the doc says, "the page that links to or
>> includes&qu
y site.
Is my understanding correct?
Thanks again!
Paul
On Sat, Aug 2, 2008 at 12:46 PM, <[EMAIL PROTECTED]> wrote:
> On 8/2/08, Paul Li <[EMAIL PROTECTED]> wrote:
>> Some referer pages are "-", some are other pages in the same website,
>> and still
Thanks! Paul
On Sat, Aug 2, 2008 at 3:52 PM, André Warnier <[EMAIL PROTECTED]> wrote:
> Paul Li wrote:
>>
>> Yeh, I'm asking something about programming...
>>
>> André. could you tell me why some referer pages are displayed as "-",
>> but som
solprovider, André, Eric,
Thanks for you guys. I really learn something your messages...
Paul
On Sat, Aug 2, 2008 at 10:42 PM, <[EMAIL PROTECTED]> wrote:
> André answered well with words. My only addition is an example
> assuming a well-behaved browser and no interference from cac
I will be out of the office starting 08/08/2008 and will not return until
09/08/2008.
This is an automated message.
I am out of the office. I will respond to your message when i return.
Please contact Keith Dumble if urgent.
Paul
Hello All,
I have a Sun/Solaris 8 system runing Apache 1.3.31, Tomcat 4.1.29. The
system has been solid as a rock the past 3 years until about a month
ago. Since then we have been experiencing intermittent hangs every 2 to
3 days.
When the hang occurs, running "apachectl stop" shuts down al
I will be out of the office starting 26/08/2008 and will not return until
27/08/2008.
This is an automated message.
I am out of the office, but may be able to get email. I will respond to
your message when i return. Please contact Keith Dumble if urgent.
Paul
I will be out of the office starting 29/08/2008 and will not return until
02/09/2008.
This is an automated message.
I am out of the office. I will respond to your message when i return.
Please contact Keith Dumble if urgent.
Paul
s there any term like "base request" that refers to
"index.html" and "related requests" to the other three entries?
Thanks,
Paul
-
The official User-To-User support forum of the Apache HTTP Server P
I will be out of the office starting 03/10/2008 and will not return until
06/10/2008.
This is an automated message.
I am out of the office. I will respond to your message when i return.
Please contact Keith Dumble if urgent.
Paul
m/index.cfm?owner=52
Each customer's browser should still show pages as returning from their
own domain rather than my own.
The application can be viewed at http://courses.gotfrom.me.uk a typical
customer url may be http://courses.nebpn.org
Any assistance or points towards the documents I should be
I will be out of the office starting 20/10/2008 and will not return until
03/11/2008.
This is an automated message.
I am out of the office. I will respond to your message when i return.
Please contact Keith Dumble if urgent.
Paul
d using an AddType for php, and matching using
AddOutputFilterByType
but it makes no odds. The output from php files is not passed through sed.
Any ideas?
Paul
server.
I was thinking of doing, a mod_sed
with s/old_name.domain/new.domain/g
Is mod_sed the best way to do this?
Any other ways to re-write the contents of outgoing htdocs?
Paul
-
The official User-To-User support forum of the
My Virtual Hosts are not working..
Here is the scoop. Running Apache 1.3 and have the following
configuration file:
NameVirtualHost pmcferrin.homedns.org:80
[[default virtual hosts definitons]]
DocumentRoot /usr/local/apache/htdocs
ServerName mcferrin.homedns.org
ErrorLog
My Virtual Hosts are not working..
Here is the scoop. Running Apache 1.3 and have the following
configuration file:
NameVirtualHost pmcferrin.homedns.org:80
[[default virtual hosts definitons]]
DocumentRoot /usr/local/apache/htdocs
ServerName mcferrin.homedns.org
ErrorLog /usr
Norman:
Thanks a lot! It works. The httpd.conf file is a tedious piece of code
and it is so easy to spend a lot of time on changing it.
-Paul
Norman Peelman wrote:
Paul McFerrin wrote:
My Virtual Hosts are not working..
Here is the scoop. Running Apache 1.3 and have the following
ng a big chunk of the
httpd.conf file that I thought might be relevant with most of the
comments snipped out for brevity. Please let me know if I missed
something that would help troubleshoot.
I appreciate your help,
Paul
### Section 1: Global Environment
#
ServerTokens OS
#
# ServerRoot: The t
Morgan, thanks for the quick reply... see below:
Morgan Gangwere wrote:
Paul Doubek wrote:
-Don't have DNS running for local addresses. I'm trying to access the
Fedora web service by IP address rather than host name.
-Can ping Fedora from both SuSE and WinXP.
-Telnet from eit
behind my Internet firewall I intended to get the Fedora firewall out of
the way.
Thanks again, Morgan, for the advice.
Paul Doubek
Paul Doubek wrote:
Morgan, thanks for the quick reply... see below:
Morgan Gangwere wrote:
Paul Doubek wrote:
-Telnet from either box to Fedora's port
it something like
apr_dbd_oracle.so? Where, how do I build the oracle driver?
Any guidance would be highly apreciated.
Thanks,
Paul
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/u
> Paul Simon wrote:
> > Hi, I have Apache 2.2.6 running on windows. Is it possible to get
> mod_authn_dbd working with oracle right out of the box? I've added the
> following
> configuration (along with the appropriate auth modules):
> >
> >
> >
> > To answer your question directly, if your apr-util is built
> > to load drivers dynamically, then yes, it should be
> > apr_dbd_oracle.so (or .dll). But I don't know what the
> > situation is on windows. Have you tried building it
> > yourself (either the driver, or the whole of apr-uti
to?
There is a working Oracle client (10.2) installed on the box with
"C:\oracle\product\10.2.0\client_1\bin" in the path. I'm going to look at the
environment variables and see if I have to set any.
I appreciate the help.
Paul
27;ll keep in line. I can't speak for
the DoD and their digital signatures, though! :)
Paul
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html&g
.. yes
checking for Berkeley DB... found db4
checking for default DBM... sdbm (default)
setting APRUTIL_EXPORT_LIBS to "-ldb-4.2"
setting APRUTIL_LIBS to "-ldb-4.2"
checking for pg_config... no
How do I specify in the build, the default DBM type I want?
--
Paul Reil
Short: I need to cross-compile modules which use apxs, but apxs fails.
Long: I've tried the mod_python list, since that's the list dealing
with my problem module, however after a few rounds of emails, it
became apparent that the problem seems to be with the fact that there
isn't a version of apxs
t;. I then followed the configuration example in
the docs
for mod_authn_dbd. That did it.
Using a tool like ngrep, to see the exchanges between oracle
and apache, helped a lot too.
I appreciate the help.
Paul
-
The official Us
It's been a week since I posted this, and (possibly not surprisingly)
I've had no replies.
Is it because I've supplied insufficient detail, I'm asking in the
wrong place, or because the apache/httpd/apxs build simply isn't
designed to be cross-compiled.
On Fri, Nov
On Fri, Dec 5, 2008 at 12:53 PM, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Fri, 5 Dec 2008 08:17:38 +0000
> "Paul Herring" <[EMAIL PROTECTED]> wrote:
>
>> It's been a week since I posted this, and (possibly not surprisingly)
>> I've had no re
On Fri, Dec 5, 2008 at 3:07 PM, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Fri, 5 Dec 2008 14:11:56 +0000
> "Paul Herring" <[EMAIL PROTECTED]> wrote:
>
>> Copy/paste from the mod_python list from my initial stab at finding a
>> solution:
>
> I don
On Fri, Dec 5, 2008 at 5:58 PM, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Fri, 05 Dec 2008 16:13:35 +
> Tom Evans <[EMAIL PROTECTED]> wrote:
>
>
>> apxs has its installbuilddir calculated when the apache binaries it
>> accompanies are compiled and installed. Since yours doesn't look in
>> the ri
On Mon, Dec 15, 2008 at 11:46 PM, Evan Platt wrote:
> Jonesy wrote:
>>
>> Yes, one should always use the tried and true Subject: help!!! :-)
>
> Or..
> URGENT!
> or
> ASSISTANCE REQUIRED!
> or
> I have a question.
>
> Those are always good :)
Or bypass the need to choose among them altogether by
owser cache doesn't solve the problem. Apache still serves the old
version of the file. There are no error messages in the log file.
How do I get around this problem? Are there any directives I should be
using to refresh the cache?
Thanks for any help,
Paul Cameron
Email:
nd\
ows NT 5.1; en-GB; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5"
The file size of reports.css is:
[p...@develop:/var/www/css]l reports.css
-rw-r--r-- 1 paul dev 3985 2008-12-22 09:36 reports.css
So, it seems that apache is recognising that the content has been
modified but is serving a cached v
org; users@httpd.apache.org
Subject: Re: [us...@httpd] Apache 2.2.4 caching problem
Paul Cameron wrote:
> Thanks for responding to my question.
>
> I've since downloaded firefox. When I tried to install
> LiveHttpHeaders, it says that it's incompatible with the current
>
tic module we're using is Passenger Phusion.
I can send more configuration information through private email to
anyone interested.
Paul Prescod
-
The official User-To-User support forum of the Apache HTTP Server Project.
See htt
For those without a background in IBM or Novell terminology, abend
means crash. ;)
On Fri, Jan 9, 2009 at 10:17 AM, Sandy Cureton wrote:
> A Test html file doesn't work, and when running under ie 7 and when
> accessing in Dreamweaver, it abends. Have the error logs, but not sure how
> much to p
7;t PHP) was having the same issue. The only
> commonality is that both run under Apache. Other services (postfix
> for example) on the same box have no issue resolving hosts.
>
> Of course, maybe they're two totally unrelated issues, but it seems
> like too big of a coincidence to ignore.
Do you have more than one ethernet-interface?
Perhaps your Apache is bound to an interface that has no connections
to the outside?
Paul
--
signature.asc
Description: Digital signature
I will be out of the office starting 30/04/2009 and will not return until
05/05/2009.
This is an automated message.
I am out of the office. I will respond to your message when i return.
Paul
run
with Apache v2.2.0
Please tell us which specific modules have issues -- most common ones
like mod_php and such are known to work fine with 2.2.0. A generic
statement like 'until most of the modules have been compiled to run
with Apache v2.2.0' isn't helpful to
Running Apache server 2.0.55 on Windows NT. If I load LDAP as
followsin the httpd.conf file:LoadModule ldap_module
modules/util_ldap.soLoadModule auth_ldap_module
modules/mod_auth_ldap.sothe server crashes during shutdown of server and
during any attempteduse of ldap for authentication.No er
connections are
allowed per client, but in this case, since its SOAP, with only 1
client, I'd like to increase this. Can anyone tell me if there is any
configuration to be done for Apache, or on the client, which is an
ASP.NET application running on Server2003/IIS6
Thanks in advance,
Vengal, Thomas (OpenViewR&D) wrote:
The line "PidFile logs/httpd.pid" used to exist in all versions Apache
HTTP Server prior to 2.2.0 version.
Any specific reason as to why this was removed from httpd.conf for
Apache 2.2.0 version? I could not get the details in the release
documentation.
It w
this and already tried for 2 days with no luck.
Thanks
Paul Aviles
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-m
That is correct. My understanding is that Cisco Pix 505 can't do the port
forwarding so that is the reason why I was looking on doing this.
Thanks
--
Paul Aviles
-- Original Message ---
From: "Gaël Lams" <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent
hi there,
what i'm trying to do is set apache so that when i user trys to access
there home directory http://www.example.com/~username they have to enter
there password/username? without adding in each home directory into my
httpd.conf file and then adding require valid username is there a way i
c
> hi there,
>
> what i'm trying to do is set apache so that when i user trys to access
> there home directory http://www.example.com/~username they have to enter
> there password/username? without adding in each home directory into my
> httpd.conf file and then adding require valid username is ther
>> hi there,
>>
>> what i'm trying to do is set apache so that when i user trys to access
>> there home directory http://www.example.com/~username they have to enter
>> there password/username? without adding in each home directory into my
>> httpd.conf file and then adding require valid username i
> On Wednesday 22 March 2006 10:12, Paul Matthews wrote:
>
>> okay i'm not having a lot of luck with this, can just ask a simple
>> quesion
>> then, how can find out if i have authz_owner_module installed and is
>> being used by apache?
>
>
>> -Original Message-
>> From: Paul Matthews [mailto:[EMAIL PROTECTED]
>> >
>> > http://httpd.apache.org/docs/2.2/mod/mod_authz_owner.html
>> >
>>
>> okay i'm not having a lot of luck with this, can just ask a
>> simple q
will create mod_authz_unixgroup.so and copy it into the proper
place, and add appropriate AddModule and LoadModule commands to the
configuration files. (Actually, it may get the LoadModule command
wrong. See below.)
Step 4:
Go to the CONFIGURATION instructions below.
hi there,
I've just upgraded to Fedora core 5 with apache 2.2 and I'm trying to get
apache working with ldap, but with the upgrade the old httpd.conf file
doesn't seam to work.
I've added the following lines to my httpd.conf file
AuthType Basic
AuthName "Case Network ID"
AuthLDAPURL "ldap://127
> On 3/24/06, Paul Matthews <[EMAIL PROTECTED]> wrote:
>> hi there,
>>
>> I've just upgraded to Fedora core 5 with apache 2.2 and I'm trying to
>> get
>> apache working with ldap, but with the upgrade the old httpd.conf file
>> doesn
i've figure out what i wanted and posted my finding on my website if
anyone's interested at looking
http://www.yourhowto.org/content/view/50/9/
Paul Matthews
I.T Trainee | The Cathedral School
Ph (07) 47222 194 | Fax (07) 47222 111
PO Box 944 Aitkenvale Q 4814
E: [EMAIL PR
i'm not sure if this will work with Active Directory but you could try the
LDAP auth with apache
http://www.yourhowto.org/content/view/47/9/
Paul Matthews
I.T Trainee | The Cathedral School
Ph (07) 47222 194 | Fax (07) 47222 111
PO Box 944 Aitkenvale Q 4814
E: [EMAIL PROTECT
the answer and
i'll post it or post it themselves on my website ...
--
Paul Matthews
I.T Trainee | The Cathedral School
Ph (07) 47222 194 | Fax (07) 47222 111
PO Box 944 Aitkenvale Q 4814
E: [EMAIL PROTECTED]
W: www.cathedral.qld.edu.au
Anglican coeducation | Day and Boarding | Early Ch
d.edu/' and send them to
http://wilkinson.stanford.edu/csquared/
which is located at
/var/www/html/csquared/
on my system. I tried the directive
Redirect permanent http://csquared.stanford.edu/
http://wilkinson.stanford.edu/csquared/
but that didn't work.
Thanks in advance,
P
Perhaps you could give me some hints for doing this with mod_rewrite, if you
have previous experience? It looks quite involved.
Thanks again,
Paul
From: "Kishore Jalleda" <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PRO
hi there,
I'm looking into the ntlm mod for apache and I'm just wondering how it
works, does it just require auth to view the website or can you set it to
pass on credentials to a content management system like mambo?
--
Paul Matthews
I.T Trainee | The Cathedral School
Ph (07) 47222
admin failed, reason: require directives present and no
Authoritative handler.
Any ideas?
--
Cheers,
Paul.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.htm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Apache HTTP Server 2.2.2 Released
The Apache Software Foundation and The Apache HTTP Server Project are
pleased to announce the release of version 2.2.2 of the Apache HTTP
Server ("Apache").
We consider this release to be the best ver
Ann Hopkins wrote:
> Configuration: Linux, Apache 2.2.2, PHP 5.1.3, and Modsecurity
> 1.9.3, Perl 5.8.8
>
> I have a pre-existing user password file which worked fine until
> Apache 2.2.2.
>
> I get an error message in the logs when a user and password is
> entered correctly.
>
>
> ...This fun
8700) at
util_filter.c:526
#8 0x0043bbd0 in default_handler (r=0xa06698) at core.c:3701
--
Paul Lindner| | | | | | | | | |
[EMAIL PROTECTED]
pgpHwBdmP14Ju.pgp
Description: PGP signature
ed on
this platform: could not open dbm (type GDBM) auth file:
/home/httpd/notintree/password"
I've checked file permissions.
I've roughed up a file based version to check everything else works (and
it does).
The file is readable by dbmmanage.
I'm stumped - any
ft - if so I need a steer
Regards
Paul
> All passwords, groups etc are in a GDBM file.
one of the main changes between 2.0 and 2.2 is in area of authentication
and authorization. It has been sustantailly refactored with many changes
to module names and directive syntax. Start at
http
What version of PHP are you using? Are you running PHP as CGI or are you
loading the
php*apache.dll? What is the php page supposed to do? Are you using any php
extensions? Have you
checked bugs.php.net?
I've had experiences with php*apache*.dll and the extension php_oci8.dll
crashing apache 2.0
I've been running apache on windows (2003, 2000, XP) for the last 4 years. One
server is for
proxying (mod_proxy and OpenSSL) and the other is for running php apps. The
servers get about
5000 visitors daily. There haven't been any serious issues.
My experience is that it's more challenging runn
Hi there,
I think this might be what your looking for
Setup Apache2 with OpenLDAP Authentication
http://www.opensourcehowto.org/how-to/apache/setup-apache2-with-openldap-authentication.html
there is a heap of other information about apache on my website if you
want to have a look
http://www.op
hi everyone, i've setup a website so that users of open source server side
software can come and look at instructional guides, how-to's, forums,
wiki's and all sorts of other information about setting up software on
Linux for both windows and Linux based networks.
I am currently still working on i
> Is there anyone using WebDAV and Basic Authentication from a Windows
> Explorer client??
>
> Dan
>
Was there something about it you wanted to know? check out the link below
for heaps of information on apache
http://www.opensourcehowto.org/how-to/apache/
or if you really want to know about web
Could someone explain why the CacheRoot on a front end proxy server
(httpd-2.2.4, windows 2003)
is filling up with so many files like aptmpZzwkBP at the root level? My
understanding of the
docs is that this shouldn't happen: "The overall aim of this technique
[CacheDirLevels &
CacheDirLength] is
LAH field set in the response headers.
Is it impossible to set the Content-Type? Any suggestions?
Thanks,
Paul
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html&g
> > Is it impossible to set the Content-Type? Any suggestions?
>
> It is impossible to set Content-Type using mod_headers. All the
> standard HTTP protocol headers are controlled by the apache core and
> can't be overriden with mod_headers.
>
> But you can set Content-Type using any of the standa
> > > > Is it impossible to set the Content-Type? Any suggestions?
> > >
> > > It is impossible to set Content-Type using mod_headers. All the
> > > standard HTTP protocol headers are controlled by the apache core and
> > > can't be overriden with mod_headers.
> > >
> > > But you can set Content-Ty
101 - 200 of 372 matches
Mail list logo