Re: [us...@httpd] Something's fishy going on: dead server & no log messages

2010-01-30 Thread Paul McFerrin
: 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

Re: [us...@httpd] Something's fishy going on: dead server & no log messages

2010-01-30 Thread Paul McFerrin
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

Re: [us...@httpd] Something's fishy going on: dead server & no log messages

2010-01-30 Thread Paul McFerrin
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

Re: [us...@httpd] Something's fishy going on: dead server & no log messages

2010-01-30 Thread Paul McFerrin
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

Re: [us...@httpd] can't start apache

2010-02-15 Thread Paul McFerrin
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

[us...@httpd] Upgrading from Apache1 1.x to 2.1.14

2010-02-18 Thread Paul McFerrin
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

[us...@httpd] Re: Upgrading from Apache1 1.x to 2.1.14

2010-02-18 Thread Paul McFerrin
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

[us...@httpd] Porting Apache 2.0.63 to Cygwin 1.7

2010-02-20 Thread Paul McFerrin
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

Re: [us...@httpd] Re: Upgrading from Apache1 1.x to 2.1.14

2010-02-21 Thread Paul McFerrin
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

Re: [us...@httpd] Porting Apache 2.0.63 to Cygwin 1.7

2010-02-21 Thread Paul McFerrin
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

Re: [us...@httpd] A list of apache2 environmental variables from the command line ?

2010-02-21 Thread Paul McFerrin
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

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-22 Thread Paul Jacques
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

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-23 Thread Paul Jacques
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

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-23 Thread Paul Jacques
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

Re: [us...@httpd] Can I have 2 httpd servers running on 2 different ports?

2010-02-24 Thread Paul McFerrin
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&

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-25 Thread Paul Jacques
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

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-25 Thread Paul Jacques
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 > ] >

RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-25 Thread 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 >

[us...@httpd] mod_proxy - disablereuse

2010-03-23 Thread Paul Jacques
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

[us...@httpd] Browser Waiting for reply - 403 in access_log

2010-03-30 Thread Paul Jacques
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

[EMAIL PROTECTED] A question about the request line and the referer

2008-08-01 Thread Paul Li
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

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-01 Thread Paul Li
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

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-02 Thread Paul Li
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

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-02 Thread Paul Li
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: >

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-02 Thread Paul Li
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

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-02 Thread Paul Li
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

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-02 Thread Paul Li
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

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-02 Thread Paul Li
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

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-04 Thread Paul Li
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

[EMAIL PROTECTED] Paul Hunter is out of the office.

2008-08-07 Thread Paul Hunter
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

[EMAIL PROTECTED] httpd hangs until Max Clients is reached

2008-08-11 Thread Kelsey, 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

[EMAIL PROTECTED] Paul Hunter is out of the office.

2008-08-26 Thread Paul Hunter
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

[EMAIL PROTECTED] Paul Hunter is out of the office.

2008-08-29 Thread Paul Hunter
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

[EMAIL PROTECTED] A question about terms of the resource of HTTP request

2008-09-04 Thread Paul Li
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

[EMAIL PROTECTED] Paul Hunter is out of the office.

2008-10-03 Thread Paul Hunter
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

[EMAIL PROTECTED] Redirect/ReWrite config for multiple domains to different pages

2008-10-15 Thread Paul Robson
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

[EMAIL PROTECTED] Paul Hunter is out of the office.

2008-10-21 Thread Paul Hunter
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

Re: [EMAIL PROTECTED] mod_sed on 2.2.10 ?

2008-11-12 Thread Paul Reilly
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

[EMAIL PROTECTED] mod_sed on 2.2.10 ?

2008-11-12 Thread Paul Reilly
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

[EMAIL PROTECTED] debugging

2008-11-15 Thread Paul McFerrin
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

[EMAIL PROTECTED] debugging my Virtual Hosts

2008-11-15 Thread Paul McFerrin
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

Re: [EMAIL PROTECTED] debugging

2008-11-16 Thread Paul McFerrin
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

[EMAIL PROTECTED] httpd 2.2.8 not responding to client requests

2008-11-17 Thread Paul Doubek
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

Re: [EMAIL PROTECTED] httpd 2.2.8 not responding to client requests

2008-11-17 Thread Paul Doubek
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

Re: [EMAIL PROTECTED] httpd 2.2.8 not responding to client requests

2008-11-17 Thread Paul Doubek
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

[EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
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

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
> 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): > > > >

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
> > > > 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

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-19 Thread Paul Simon
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

Re: [EMAIL PROTECTED] Re: WELCOME to users@httpd.apache.org (UNCLASSIFIED)

2008-11-19 Thread Paul Doubek
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

[EMAIL PROTECTED] default dbm type?

2008-11-24 Thread Paul Reilly
.. 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

[EMAIL PROTECTED] Apache 2.2.10 - apxs - cross-compiling modules failing

2008-11-28 Thread Paul Herring
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

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-12-03 Thread Paul Simon
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

[EMAIL PROTECTED] Re: Apache 2.2.10 - apxs - cross-compiling modules failing

2008-12-05 Thread Paul Herring
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

Re: [EMAIL PROTECTED] Re: Apache 2.2.10 - apxs - cross-compiling modules failing

2008-12-05 Thread Paul Herring
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

Re: [EMAIL PROTECTED] Re: Apache 2.2.10 - apxs - cross-compiling modules failing

2008-12-05 Thread Paul Herring
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

Re: [EMAIL PROTECTED] Re: Apache 2.2.10 - apxs - cross-compiling modules failing

2008-12-05 Thread Paul Herring
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

Re: apache

2008-12-16 Thread Paul Herring
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

[us...@httpd] Apache 2.2.4 caching problem

2008-12-21 Thread Paul Cameron
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:

RE: [us...@httpd] Apache 2.2.4 caching problem

2008-12-21 Thread Paul Cameron
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

RE: [us...@httpd] Apache 2.2.4 caching problem

2008-12-21 Thread Paul Cameron
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 >

[us...@httpd] Lags on simple static file requests

2009-01-06 Thread Paul Prescod
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

Re: [us...@httpd] Apache abending in Dreamweaver and not serving test pages

2009-01-09 Thread Paul Prescod
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

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-15 Thread Paul Puschmann
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

[us...@httpd] Paul Hunter is out of the office.

2009-04-30 Thread Paul Hunter
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

Re: [EMAIL PROTECTED] 2.0.55 or 2.2.0?

2005-12-29 Thread Paul Querna
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

[EMAIL PROTECTED] LDAP crashes

2006-01-05 Thread Paul Shabash
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

[EMAIL PROTECTED] HTTP 2 connection limit and web services

2006-01-24 Thread Paul Adams
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,

[EMAIL PROTECTED] Re: PidFile tag in httpd.conf for Apache 2.2

2006-02-21 Thread Paul Querna
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

[EMAIL PROTECTED] mod_rewrite question

2006-03-12 Thread Paul Aviles
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

Re: [EMAIL PROTECTED] mod_rewrite question

2006-03-14 Thread Paul Aviles
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

[EMAIL PROTECTED] Password protect apache home directories

2006-03-21 Thread Paul Matthews
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

Re: [EMAIL PROTECTED] Password protect apache home directories

2006-03-21 Thread Paul Matthews
> 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

Re: [EMAIL PROTECTED] Password protect apache home directories

2006-03-22 Thread Paul Matthews
>> 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

Re: [EMAIL PROTECTED] Password protect apache home directories

2006-03-22 Thread Paul Matthews
> 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? > >

RE: [EMAIL PROTECTED] Password protect apache home directories

2006-03-22 Thread Paul Matthews
>> -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

[EMAIL PROTECTED] Mod_Authz_Unixgroup

2006-03-22 Thread Paul Matthews
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.

[EMAIL PROTECTED] openldap on Apache 2.2

2006-03-24 Thread Paul Matthews
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

Re: [EMAIL PROTECTED] openldap on Apache 2.2

2006-03-24 Thread Paul Matthews
> 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

[EMAIL PROTECTED] Apache with user access to their own home directories via webdav and openldap authentication

2006-03-29 Thread Paul Matthews
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

RE: [EMAIL PROTECTED] Apache and Active Directory

2006-04-06 Thread Paul Matthews
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

[EMAIL PROTECTED] i'm lost with this ...

2006-04-11 Thread Paul Matthews
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

[EMAIL PROTECTED] redirect debacle

2006-04-12 Thread Paul Constantine
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

Re: [EMAIL PROTECTED] redirect debacle

2006-04-12 Thread Paul Constantine
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

[EMAIL PROTECTED] ntlm mod

2006-04-17 Thread Paul Matthews
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

[EMAIL PROTECTED] mod_auth problem

2006-04-23 Thread Paul Smedley
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

[EMAIL PROTECTED] Apache HTTP Server 2.2.2 Released

2006-04-30 Thread Paul Querna
-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

Re: [EMAIL PROTECTED] dbmmanage vs htdbm

2006-05-12 Thread Paul Querna
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

[EMAIL PROTECTED] Apache 2.2.2 random core dumps -- best way to proceed?

2006-06-06 Thread Paul Lindner
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

[EMAIL PROTECTED] Problem with mod_authn_dbm after upgrading from 2.0 to 2.2

2007-02-21 Thread Paul Baxendale
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

RE: [EMAIL PROTECTED] Problem with mod_authn_dbm after upgrading from 2.0 to 2.2

2007-02-21 Thread Paul Baxendale
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

Re: [EMAIL PROTECTED] Apache 2.2.4 has recently begun to crash when reading a PhP file

2007-02-21 Thread Paul Simon
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

Re: [EMAIL PROTECTED] Apache on Windows

2007-03-07 Thread Paul Simon
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

Re: [EMAIL PROTECTED] Apache Authentication & Authorization

2007-03-20 Thread Paul Matthews
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

[EMAIL PROTECTED] OpenSourceHowTo.org

2007-04-02 Thread Paul Matthews
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

Re: [EMAIL PROTECTED] WebDAV

2007-04-11 Thread Paul Matthews
> 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

[EMAIL PROTECTED] Disk-based Caching tmp files

2007-05-07 Thread Paul Simon
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

[EMAIL PROTECTED] Header set Content-type

2007-06-08 Thread Paul Simon
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

Re: [EMAIL PROTECTED] Header set Content-type

2007-06-11 Thread Paul Simon
> > 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

Re: [EMAIL PROTECTED] Header set Content-type

2007-06-11 Thread Paul Simon
> > > > 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

<    1   2   3   4   >