[EMAIL PROTECTED] Something missing - the upgrade info?

2008-07-31 Thread Paul
Hello, I'm new to the list, and have a suggestion/question. I've been through = the documentation on the apache site, and many other pages for it. The = change log, The FAQ. The archive list even, and no where do I see a = simple explanation of just how a person should proceed to apply an = upgrad

[EMAIL PROTECTED] CGI based WebDAV client and Transfer-Encoding: Chunked issue

2008-12-08 Thread Paul
cin.read((char *) myBuffer, 30);" (note, 30 is just an example here), the result in the buffer starts with the text being sent, and does not include any chunk sizes. Am I reading in the data wrong? Is the Mac sending the wrong information? Is Apache filtering out the chunk data? Thanks

Re: CGI based WebDAV client and Transfer-Encoding: Chunked issue

2008-12-09 Thread Paul
a that would be preferable. Again, thanks for the help, - Paul On Mon, Dec 8, 2008 at 4:11 PM, Paul <[EMAIL PROTECTED]> wrote: > Hello, > > I am working on patching a program that was written by a different > developer who is no longer with company. The program is a CGI progr

[EMAIL PROTECTED] Editing the conf breaks my server

2006-04-03 Thread Paul
Greetings allNewbie alert!  I am new to this list and new to apache, so please forgive me if my understandings of the protocols aren't 100% yetI also did not find a dedicated list for win32 so I have assumed its the same list. please correct me if I am wrongI have a problem that I seriously cannot

Re: [EMAIL PROTECTED] Editing the conf breaks my server

2006-04-03 Thread Paul
litcheslike this always get resolved! :)Paul wrote:> Greetings all >> Newbie alert!  I am new to this list and new to apache, so please> forgive me if my understandings of the protocols aren't 100% yet>> I also did not find a dedicated list for win32 so I have assumed its >

Re: [EMAIL PROTECTED] Editing the conf breaks my server

2006-04-04 Thread Paul
software is presentOn 4/4/06, Larry Flathmann < [EMAIL PROTECTED]> wrote:Hi Paul,Your log file doesn't indicate anything out of hte normal. Have you tried just viewing the default page that comes with the Apacheinstall, the one that says "If you can see this, it means that theinstallati

Re: [EMAIL PROTECTED] Editing the conf breaks my server

2006-04-04 Thread Paul
present>> On 4/4/06, *Larry Flathmann* < [EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote:>> Hi Paul,>> Your log file doesn't indicate anything out of hte normal. >> Have you tried just viewing the default page that comes with the> Apache> in

Re: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread Paul
Is your caps lock key broken?On 4/26/06, M.Makar Azer <[EMAIL PROTECTED]> wrote: I WASN'T REALLY RUDE I AM SORRY IF THATS HOW I CAME OUT LIKE - WAS JUST A QUESTION OF AM I IN THE RIGHT MAILING LIST OR NOT? AM I IN THE RIGHT MAILING LIST? HELP WITH APACHED INSTALLATION OR IS THIS AN ADVANCED MAILI

Re: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread Paul
T DOES THAT HAS TO DO WITH ANYTHING?Paul < [EMAIL PROTECTED]> wrote: Is your caps lock key broken? On 4/26/06, M.Makar Azer <[EMAIL PROTECTED]> wrote: I WASN'T REALLY RUDE I AM SORRY IF THATS HOW I CAME OUT LIKE - WAS JUST A QUESTION OF AM I IN THE RIGHT MAILING LIST OR NOT?

[EMAIL PROTECTED] Re: Running JS in Apache

2007-04-03 Thread paul
not. How can i do it ? google for rhino and javascript > I am newbie Oh, really ;=) cheers Paul - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

[EMAIL PROTECTED] Re: apache2 with modules ldap

2007-04-03 Thread paul
Karunakar Reddy G schrieb: > Hi , > > I am new to the list , > > I successfully compiled and installed *apr* and *aprutil *source code with > following configure options Which versions? Have you checked your apr/aprutil versions meet the requirements for apache-2.

[EMAIL PROTECTED] Re: ldap-attribute wildcard not working?

2007-04-06 Thread paul
string matching rule defined: AuthLDAPURL ldap://domino-core.qad.com:389/?cn??(groupmembership=Employee*) check rfc2255 for ldapURLs cheers Paul - The official User-To-User support forum of the Apache HTTP Server Project.

[EMAIL PROTECTED] Re: server cert CN not match server name

2007-04-06 Thread paul
..more stuff... To make the warning about the CN mismatch go away either change your hostname to resolve to localhost.localdomain OR generate a new certificate for the server wich matches your hostname. cheers Paul - The of

[EMAIL PROTECTED] Re: apache Permission denied: exec

2007-04-06 Thread paul
apache is running under lacks filesystem permissions to read RAServer. Or RAServer has syntax errors(less likely). cheers Paul - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

[EMAIL PROTECTED] Re: apache Permission denied: exec

2007-04-06 Thread paul
Jana Nguyen schrieb: > Hi Paul, > >> > >> > [Wed Apr 04 20:47:58 2007] [error] [client 192.168.200.111] >> > (13)Permission denied: exec of >> > '/usr/local/openra/httpd/cgi-bin/ra/RAServer' failed > > Fedora enabled selinux with force

[EMAIL PROTECTED] Re: Debugging mod_proxy for performance

2007-04-08 Thread paul
open() calls from apache, read the strace manpage for details. cheers Paul - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscrib

[EMAIL PROTECTED] mod_mem_cache & mod_disk_cache Issues

2007-08-20 Thread Paul
All, I am having a heck of a time with getting mod_cache to work properly. I am trying to have it cache a mixture of static files and proxy generated content. I'd greatly appreciate any suggestions. First with mod_mem_cache I am seeing entries in my logs like the following for a URL content gene

Re: [EMAIL PROTECTED] mod_mem_cache & mod_disk_cache Issues

2007-08-21 Thread Paul
mages/ in memory so they'd just sit there happily. Then for the dynamic parts of the site disk_cache could store those requests. I'll stick with just disk_cache for now. -Paul On 8/21/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/20/07, Paul <[EMAIL PROTECTED]> wrote:

[EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
I've successfully been using ProxyPass to serve my application. I've excluded the 'common' directory using ProxyPass /common/ ! However, if I put an .htaccess file in that common directory, it no longer excludes it from the proxy pass - the request is sent to my application where it gets a 40

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
Vincent Bray wrote: On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote: I've successfully been using ProxyPass to serve my application. I've excluded the 'common' directory using ProxyPass /common/ ! However, if I put an .htaccess file in that common directory, it no l

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
Vincent Bray wrote: On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote: Thanks, I have tried using but I haven't got it to prompt for a username and password yet. I just copied the contents of .htaccess: AuthType Basic AuthName 'Members Only' AuthUserFile /var/www/mysi

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
Vincent Bray wrote: On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote: Thanks again, I've removed the limit directive, but still can't get the protection working. (don't worry, the .htpasswd file isn't in the document root - I just made a typo when removing the re

[EMAIL PROTECTED] Re: mod_headers

2006-11-23 Thread paul
unset Connection: > > None of the above has any effect. These statements are in a virtual > host section. We use: ... Header set Server "This is the new header" ... on apache-2.2.3. cheers Paul - The offic

[EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-25 Thread paul
t remember offhand). It should be possible to set up a custom error page to catch that. cheers Paul - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

[EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-25 Thread paul
Todd Nine schrieb: > No you misunderstood my post. I'm not an idiot, I understand the point of > proxying, if the target server is down I won't be able to connect. Sorry I didn't meant to be rude... Here's > a more clear example. I'm proxying 2 http servers, server A and server B. > If server

[EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-25 Thread paul
forgot to mention: this is apache-2.2.3 on linux. cheers Paul - 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

[EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-28 Thread paul
xibility of dns names, IPs are fine. If that really makes a difference wrt performance I don't know. cheers Paul - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.or

[EMAIL PROTECTED] Re: Kerberos Authentication Question

2006-12-02 Thread paul
Paul Snyder schrieb: > Good morning all, > > I have kerberos authentication working properly with one exception: when the > service principal's ticket expires in the kerberos cache on the server, the > http server does not automatically contact the KDC renew it's creden

[EMAIL PROTECTED] mod_cache in front of a proxy-balancer backend questions

2007-01-04 Thread Paul
I'm trying to get a mod_disk_cache setup to proxy the content generated by a proxy-balanced backend but am running into some problems. Here is a snip of the .conf CONF IfModule mod_cache.c> UseCanonicalName On CacheRoot /pagecache CacheEnable disk / CacheDi

[EMAIL PROTECTED] Re: SSL on IP Address

2007-01-27 Thread paul
e hostname in the CN field of the > certificate. Or use the subjectAltName extension with entries like IP:123.123.123.123 or DNS:my.host.name, then you get both ;) cheers Paul - The official User-To-User support forum of the

[EMAIL PROTECTED] Segmentation fault after upgrade

2007-01-29 Thread Paul
et Apache up and running again? Regards, Paul -- Suburbia is where the developer bulldozes out the trees and then names the streets after them. - Bill Vaughan. http://www.nlpagan.net Running on Mandriva Linux 2006 and Saucony Grid Omni 5 ---

[users@httpd] Incoming request rate-limit

2016-11-03 Thread Paul
t scale it...) tnx -- paul - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] access_log file just has the word full in it

2013-09-02 Thread Paul
is requested only this word appears. Would appreciate it if anyone had any insight. regards paul - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Apache log just has the word full in it

2013-09-02 Thread Paul
e. Nothing else is logged. If anyone else has also had this problem and can point in the right direction it would be appreciated. regards paul - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional comman

Re: [users@httpd] access_log file just has the word full in it

2013-09-02 Thread Paul
thanks Jeff, someone had put a log directive in a conf file when they were migrating . Was doing my head in . thanks again On 09/02/2013 02:04 PM, Jeff Trawick wrote: On Mon, Sep 2, 2013 at 4:18 AM, Paul <mailto:descaling...@gmail.com>> wrote: Hi, I am running Serve

Re: [users@httpd] Apache on windows

2020-02-27 Thread Paul
post garbage formatting like this to public lists. Totally agree, but "seriously?" do not use MicroS**t "From:" with coloured smileys into your responses (for ref they're something along the lines of "ð Ÿ ˜ ‰ " white space hopefully added) ;=} Best -- Paul Tire

[users@httpd] ErrorDocument directory hierarchy

2020-05-20 Thread Paul
;work around" this by putting the full URL in the VirtualHost, but I would truly appreciate a solution to my difficulties with the plain "ErrorDocument 404 /error/404.html" Thanks -- Paul - To unsubscrib

Re: [users@httpd] ErrorDocument directory hierarchy

2020-05-20 Thread Paul
On 2020-05-20 1:23 p.m., Eric Covener wrote: On Wed, May 20, 2020 at 1:10 PM Paul wrote: VirtualHost on 2.4.29-1ubuntu4.13. .conf includes : DocumentRoot "/www/mysite" /.../ ErrorDocument 404 /error/404.html The 404.html has : Works perfectly f

Re: [users@httpd] ErrorDocument directory hierarchy

2020-05-20 Thread Paul
On 2020-05-20 4:18 p.m., @lbutlr wrote: On 20 May 2020, at 13:57, Paul wrote: On 2020-05-20 1:23 p.m., Eric Covener wrote: On Wed, May 20, 2020 at 1:10 PM Paul wrote: VirtualHost on 2.4.29-1ubuntu4.13. .conf includes : DocumentRoot "/www/mysite" /.../ ErrorDo

[users@httpd] Cannot write to the web directory

2021-03-18 Thread Paul
Would like to upload a file to have wordpress functionality working or be able to upload a file. User permissions are set at 777 owner is www, os is freebsd, the freebsd mailing list claims it’s not their issue but tried to assert assistance nevertheless. What can I do so I can upload a file vi

[users@httpd] Cannot write to the web directory

2021-03-18 Thread Paul
Would like to upload a file to have wordpress functionality working or be able to upload a file. User permissions are set at 777 owner is www, os is freebsd, the freebsd mailing list claims it’s not their issue but tried to assert assistance nevertheless. What can I do so I can upload a file vi

Re: [users@httpd] Cannot write to the web directory

2021-03-18 Thread Paul
ute it. It’s safer to have 755 > permission for public accessible files. Please read apache2 documentation on > security. > >> On 18 Mar 2021, at 20:18, Paul wrote: >> >> Would like to upload a file to have wordpress functionality working or be >> able to uplo

Re: [users@httpd] Cannot write to the web directory

2021-03-19 Thread Paul
Ok , thanks , it doesn’t appear to be a permissions issue. I will check the php and the apache configuration. Envoyé de mon iPad > Le 19 mars 2021 à 08:37, Frank Gingras a écrit : > >  > This is an extremely bad idea. You should never write to the docroot from > your application. Write outsi

Re: [users@httpd] Cannot write to the web directory

2021-03-19 Thread Paul
ures) did you check if MAC (SELuinux, AppArmor) was > getting in the way? > > HTH, > > Scott > > From: Paul > Sent: March 19, 2021 9:45 AM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Cannot write to the web directory > > Ok , thanks , it doesn’t

Re: [users@httpd] path to conf(s) in httpd.conf

2021-04-29 Thread Paul
Dear BackButton.INVALID I have just invited you to make the acquaintance of my old friend Dave Null. With my apologies for top-posting, best regards all round, and please stay safe, Paul --- Tired old sys-admin On 2021-04-29 5:50 p.m., back Button wrote: My configuration hasn't work

Re: [users@httpd] maven project repo's for apache httpd code

2021-07-28 Thread Paul
ou are looking for, are your employers (J.P. Morgan used to be a big bank years ago when I looked at those sort of things) aware that you are sending "message is confidential" information to a somewhat public destination? Best -- Paul Tir

Re: [users@httpd] Reverse proxy to a website with HTTPS

2021-08-22 Thread Paul
ou could start with a "valid for your domain" certificate? Best -- Paul *Question* /What do I need to add to the virtual host file on the host to correctly pass all HTTPS traffic to the virtual host on the virtual machine?/ Ideally (if possible) I don't request for another SSL

Re: [users@httpd] Is a home directory for the httpd user safe?

2022-02-27 Thread Paul
p permissions -- again 222 is probably (but not guaranteed) safe but not very functional I do have my systemd service file working, so I can create a new user for that purpose if need be. If your computer actually boots to a usable interface, systemd is probably ru

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-03-30 Thread Paul
On 2022-03-30 2:17 p.m., SAJESH PC wrote: Iam sharing a screenshot of the browser console errors. Hope this helps. Probably not an apache error. In the section of your HTML, you should have something like: and it might be that you've just got the path wrong. Otherwise pleas send, as text,

Re: [users@httpd] setting up a new site?

2022-06-19 Thread Paul
. <https://www.example.com/robots.txt> (and it must not be repeated elsewhere.) Paul --- Tired old sys-admin - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Apache 2.4 and php

2022-07-05 Thread Paul
s, js, layout -- syslog, auth, nginx and php exactly the same as on the production servers. Suggestions, pointers, ideas would be warmly welcomed -- and save what's left of my sanity ;=} Many thanks, Paul - To unsu

Re: [users@httpd] Apache 2.4 and php

2022-07-06 Thread Paul
. The site itself was rsynced from production, everything else looks "forensically" identical. Maybe I'll just rebuild it again from scratch, as I may have made some sort of mistake somewhere, the order of installing the various elements, whatever... Again thanks -- Paul On

Re: [users@httpd] SSLCertificateFile localhost.crt does not exist

2022-12-28 Thread Paul
u installed or modified) and delete them by hand. Installing from a proper package should (could, might) clean up anything accidentally left behind. Note that I'm more of a Debian person, so Fedora / Red Hat might have some quirks, and YMMV, Also, there used to be a good user /developer group

Re: [users@httpd] SSLCertificateFile localhost.crt does not exist

2022-12-28 Thread Paul
On 2022-12-28 15:45, Jeffrey Denison wrote: Thanks @Paul. I do still have the original source. I tried that. Got an error msg. $ sudo make uninstall [sudo] password ... make: *** No rule to make target 'uninstall'. Stop. I was a bit afraid that might happen ('uninstall' u

Re: [users@httpd] Product Bug h5bp/tls/certificate_files.conf

2023-02-10 Thread Paul
.crt' does not exist or is empty Same error. Critical thinking, a rather old-fashioned concept, suggests that you might, eventually, last-ditch, examine the meaning of the words "does not exist". Good luck. Best, Paul --- Tired old sys-admin, who gave

Re: [users@httpd] Product Bug h5bp/tls/certificate_files.conf

2023-02-10 Thread Paul
ple.com.conf> With respect "h5bp" advertises that it is "A bunch of people creating open source software. Fork a project and get involved!" with 39 members (<https://h5bp.org/> retrieved 2023-02-10). Apache is somewhat exponentially more widespread. Please move your q

Re: [users@httpd] Weird issue with "H2Push" combined with FilesMatch

2023-10-24 Thread Paul
On 2023-10-24 11:31, Jose Stefan wrote: Hello, I have a weird issue while using "H2Push". I'm turning it off, but depending where it's nested it doesn't work as expected. Subset of config shown at the end. I'm using version: 2.4.52-1ubuntu4.6 on Ubuntu 22.04 LTS. With the code as presented,

Re: [users@httpd] Weird issue with "H2Push" combined with FilesMatch

2023-10-24 Thread Paul
ll get the push. --Jose Stefan ---- *From:* Paul *Sent:* Tuesday, October 24, 2023 12:55 PM *To:* users@httpd.apache.org *Subject:* Re: [users@httpd] Weird issue with "H2Push" combined with FilesMatch On 2023-10-24 11:31, Jose Stefan wrote: Hello, I have a weird issue while using &qu

Re: [users@httpd] Weird issue with "H2Push" combined with FilesMatch

2023-10-24 Thread Paul
servers) <https://ubuntu.com/security/CVE-2023-44487> starts with the statement that "The nginx developers do not consider nginx to be affected by this issue" and seeing that I systematically use nginx as a front end, I didn't read further -- my bad.

Re: [users@httpd] really basic -- maybe off-topic question

2023-11-01 Thread Paul
e a purportedly html5 page, which contains 98 errors and 59 warnings according to W3.org at <https://validator.w3.org/nu/?doc=https%3A%2F%2Fwave.devdojo.com%2F&showsource=yes> YMMV Paul Thanks for any help/comme

Re: [users@httpd] ubuntu apache2

2023-11-12 Thread Paul
s weird! What does # nginx -T show? (please don't post it here, this is not an nginx list). If it shows anything, you may well not yet have an Apache problem. You will have to be certain that nginx is passing the required and properly formatted request to apache/httpd. [assuming nginx is prope

Re: [users@httpd] Unicode Chars not working

2023-11-12 Thread Paul
-8 from 2.4.4 to 2.4.52 (note, not 57) works perfectly. Paul - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Unicode Chars not working

2023-11-14 Thread Paul
charset | meta | newer browser compliance | whatever questions and solve them later, why not manually just get rid of all non-utf-8 content? It's trivial to find them using e.g.: grep -axv '.*' *.html Mix and match to your directory content. Note this assumes your 'lo

Re: [users@httpd] Still have messed up TLS

2023-11-26 Thread Paul
2.4/mod/mod_ssl.html>. Yours appear to be missing from what you write (please delete all rem'ed out lines, it's rather boring) - are you sure this is what you want? Good luck -- Paul ***89 deleted module lines here** ssl_module (shared) systemd_module (shared) the full config f

Re: [users@httpd] Location of Web Site Pages

2024-08-24 Thread Paul
ybeach.com/. -- This URL will need to be updated to use a secure URL for your padlock to return. Basics: line 129 is clear, it's a full URL (not a reference to DocumentRoot) to an insecure site. Please read <https://httpd.apache.org/docs/2.4/urlmapping.htm

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Paul
n question? b) what errors are shown in <https://validator.w3.org/> c) what errors are shown in <https://jigsaw.w3.org/css-validator/> Good luck, Paul --- Tired old sys-admin in which I present buttons to view a video or to download that video file. In some text explaining something

Re: [users@httpd] different behaviour between web servers

2024-11-12 Thread Paul
uick look shows numerous html and css coding errors (see <https://validator.w3.org/> and <https://jigsaw.w3.org/css-validator/> HTH Paul - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd]

2024-12-15 Thread Paul
want to sort that out before refining +/- 'www' and 'https' Or are you just being a tad paranoid in your website obfuscation and not allowing this list to help you? Paul P.S. [Totally OFF-TOPIC for this list, apologies for the noise] the '04' in Ubuntu release

Re: [users@httpd] Re: How to migrate letsencrypt together with the apache server?

2025-03-02 Thread Paul
ike what I thought it was, a placeholder. Perhaps slightly off-topic, but you sign as "Developer in Sweden" so maybe you've heard of whois? If not you can trivially install it on your Ubunto 20.04 with # apt in

Re: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11

2025-06-09 Thread Paul
ensitive), but asking a .conf to find a file in the wrong place normally fails. Good luck, Paul ?? *From:*Bill Wiest *Sent:* June 9, 2025 9:55 AM *To:* users@httpd.apache.org *Subject:* RE: [users@httpd] Apache 2.6 Can't Find Server Root - Win 11 *CAUTION:*This email originated from outs

Re: [users@httpd] ProxyPass to an IPv6 link-local address

2025-07-17 Thread Paul
y clear that "[" and "]" are unsafe characters -- I would therefore expect apache2 to throw an error. Hope this helps, Paul however, i feel like it should be possible to use an IP address in ProxyPass without having to edit /etc/hosts. this feels like a bug to me but, b

[us...@httpd] help with mod_authnz_ldap and require ldap-group

2009-06-09 Thread Paul Miles
eople,dc=paymo,dc=com givenName: Paul sn: Miles mail: paul.mi...@paymo.com cn: Paul Miles uid: pmiles userPassword:: Q0hebmczTTM= uidNumber: 1011 gidNumber: 1 homeDirectory: /dev/null objectClass: inetOrgPerson objectClass: posixAccount objectClass: shadowAccount objectClass: top structuralObject

[us...@httpd] help with mod_authnz_ldap and require ldap-group

2009-06-10 Thread Paul Miles
eople,dc=paymo,dc=com givenName: Paul sn: Miles mail: paul.mi...@paymo.com cn: Paul Miles uid: pmiles userPassword:: Q0hebmczTTM= uidNumber: 1011 gidNumber: 1 homeDirectory: /dev/null objectClass: inetOrgPerson objectClass: posixAccount objectClass: shadowAccount objectClass: top structuralObject

RE: [us...@httpd] Apache as a Gateway

2009-06-12 Thread Paul Miles
We use Pound (http://www.apsis.ch/pound/) to do exactly that. I believe apache can also load balance, but pound was so simple to setup for our environment it seemed like the sensible choice. This way, we can leave apache to do what it does best, and serve web pages. Regards, Paul --- Paul

RE: [us...@httpd] Apache as a Gateway

2009-06-12 Thread Paul Miles
I wouldn't expect any issues installing the redhat rpm on centos, but if you're at all worried, just build from source. Paul --- Paul Miles Systems and Infrastructure Fax: + 44 (0)8701 236 087 Web: http://www.paymo.com Paymo 107 Fleet Street London, EC4A 2AB UK From: Arn

RE: [us...@httpd] Apache as a Gateway

2009-06-22 Thread Paul Miles
rvers which then load balance to a pair of pound servers. (see attachment) We use pound to send certain urls and virtual hosts off to a series of backend java applications. This is probably off topic now though ... Regards, Paul --- Paul Miles Systems and Infrastructure Fax: + 44 (0)8701 23

[us...@httpd] Redirecting htaccess over SSL, then back to port 80?

2009-07-07 Thread Paul Reilly
over HTTPS, just the .htaccess authentication. I'm sure this is a Frequently Asked Question, but I have not been able to find an answer. Anybody got a solution? Paul

Re: [us...@httpd] Redirecting htaccess over SSL, then back to port 80?

2009-07-14 Thread Paul Reilly
site 2) user authenticates over SSL and accesses the pages they are interested in. 3) At some point, they click a menu link etc, and go back to port 80 and password is not exposed. Paul > Hence, doing SSL for the first request doesn't really add to your > security since

[us...@httpd] SSL client authentication failed: unable to verify the first certificate

2009-07-20 Thread Paul Simon
to child 2 with abortive shutdown (server Orb71.com:443) The complete log of the failed request can be found at: http://orb71.com/debug/. Thanks, Paul Server version: Apache/2.2.11 (Unix) Server built: Feb 11 2009 00:57:57 Server's Module Magic Number: 20051115:21 Server loaded: APR 1.3.3, APR

[us...@httpd] Falling off the end of a directory listing

2009-07-22 Thread Paul Leder
the website. However, the normal way to get to the downloads is via a link on the site, which opens a small pop-up window. If they navigate up too far in this pop-up then they just see a mess. Ideally, the 'parent' link should disappear when the user reaches /var/ww

[us...@httpd] Htaccess redirect to SSL before Authenticate?

2009-07-24 Thread Paul Reilly
27;t get it to work in Apache 2.2.x Has anyone got any recommendations on applying different directives depending on whether it's port 80 or port 443 ? Thanks Paul -- Paul Reilly Systems Group IS Services Trinity College Dublin e: paul.rei...@tcd.ie p: +353-1-896-2152

Re: [us...@httpd] Falling off the end of a directory listing

2009-07-24 Thread Paul Leder
Bob Ionescu wrote: 2009/7/22 Paul Leder : Problem: is there some way to allow a directory listing which includes a 'parent' link, but *only* up to a specified top level? May be you can restrict IndexIgnore .* to some folders via DirectoryMatch (don't know if terminating

Re: [us...@httpd] Apache graceful-stop

2009-08-20 Thread Paul Silevitch
heavily loaded system, the start sometimes doesn't successfully complete and returns a "httpd (pid xxx) already running". Has anyone else seen this? Any ideas on why this happens? Thanks, Paul >I stopped load and waited for thrice as long as our application timeout. > >On T

[us...@httpd] httpd hangs on all requests

2009-09-28 Thread Paul Buder
I've installed Apache httpd on a laptop here. It hangs on all requests. It is using the default configuration. It is clearly getting the request because if I restart apache the request is terminated. I thought it might be a firewall issue, however I downloaded some web server called Abyss and it wo

RE: [us...@httpd] httpd hangs on all requests

2009-09-28 Thread Paul Buder
-Original Message- From: Nick Kew [mailto:n...@webthing.com] Sent: Monday, September 28, 2009 11:35 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] httpd hangs on all requests Paul Buder wrote: > I've installed Apache httpd on a laptop here. It hangs on all requests.

RE: [us...@httpd] httpd hangs on all requests

2009-09-28 Thread Paul Buder
Me: > The default configuration from apache.org. I should have mentioned this is a windows laptop (Dell latitude d530). - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/us

RE: [us...@httpd] httpd hangs on all requests

2009-09-28 Thread Paul Buder
-Original Message- From: Nick Kew [mailto:n...@webthing.com] Sent: Monday, September 28, 2009 11:53 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] httpd hangs on all requests Paul Buder wrote: > Me: > The default configuration from apache.org. > > I should ha

[us...@httpd] graceful-stop and rotatelogs

2009-09-30 Thread Paul Silevitch
o, what are you doing to handle this race condition? Thanks in advance, Paul

[us...@httpd] Fwd: Free Live Video Streaming of ApacheCon US 2009 Keynotes, and Hadoop, HTTPD and Lucene Sessions

2009-11-03 Thread Paul Querna
Begin forwarded message: From: Lars Eilebrecht Date: November 3, 2009 5:12:20 PM PST To: committ...@apache.org Subject: Free Live Video Streaming of ApacheCon US 2009 Keynotes, and Hadoop, HTTPD and Lucene Sessions If you can't make it to Oakland, don't miss the FREE live video streams.

[us...@httpd] mod_ssl: SSL handshake is done on every request

2009-12-21 Thread Paul Jacques
Dear, I am running Apache 2.2.14. I also applied the patch to enforce SSL renegotiation from server only. Testing the proposed solution in SSL mutual authentication context, the full renegotiation is done once but I noticed that the handshake is done for every request. The test web page is ma

[us...@httpd] Upgrading from 1.3.22 to 1.3.41`

2009-12-31 Thread Paul McFerrin
I asked this question of this mailing lists many years ago about my 1.3.22 and I'm again performing this upgrade to 1.3.41 (last 1.x release). I have gotten my server to respond to both URL's. However on every page, I get the "Forbidden" error message. If I do allow it to view any page, I th

[us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
I'me been trying to get PHP4 to run with Apache1.3.41 but I don't know enough to tie things in as a fastcgi. What other files have to be modified? Where does PHP4 have to be installed? Can someone tie things in for me. I seemed to so close but yet so far. Rightnow my .php file jst downloads

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
the PHP resource centres. Also is there a reason you aren't choosing Apache 2.x + PHP5? On Fri, Jan 1, 2010 at 8:17 AM, Paul McFerrin wrote: I'me been trying to get PHP4 to run with Apache1.3.41 but I don't know enough to tie things in as a fastcgi. What other files have to b

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
e application/x-httpd-php .php to your Apache configuration file. You are also likely to get more information regarding this on the PHP resource centres. Also is there a reason you aren't choosing Apache 2.x + PHP5? On Fri, Jan 1, 2010 at 8:17 AM, Paul McFerrin wrote: I'me been tryin

Re: [us...@httpd] Upgrading from 1.3.22 to 1.3.41`

2010-01-01 Thread Paul McFerrin
Problem solved. In 1.3.41, they made everything "restrictive". I just removed the restriction my commenting a few lines. Frank Gingras wrote: Paul McFerrin wrote: I asked this question of this mailing lists many years ago about my 1.3.22 and I'm again performing this up

[us...@httpd] Why are there some incompleteness in building PHP4

2010-01-01 Thread Paul McFerrin
In directory ./sapi/cgi/README.FastCGI of the php4.4.9 distrobution, why are there parts just really wrong. It specifically states the following lines needs to be added Apache conf file: LoadModule fastcgi_module /usr/lib/apache/2.0/mod_fastcgi.so First, the LoadModule is not recognized.

[us...@httpd] mod_ssl: SSL handshake is done on every request

2010-01-04 Thread Paul Jacques
Is there anyone who can help to this unanswered topic... ? From: devexplo...@hotmail.com To: users@httpd.apache.org Subject: mod_ssl: SSL handshake is done on every request Date: Mon, 21 Dec 2009 11:35:10 +0100 Dear, I am running Apache 2.2.14. I also applied the patch to enforce SSL re

[us...@httpd] Looking for PHP4/5 DSO module for Apache 1.3.22

2010-01-04 Thread Paul McFerrin
I need help in getting my Apache 1.3.22 to work with php4 or 5. I've spent money and a LOT of time is getting it to work. The last money I spent say "stand-alone sitemap generator" turns out it was NOT standalone, When I download from "apache.org" and "php.net: sites, I never get all I need

[us...@httpd] Apache HTTP Server 2.3.5-alpha Released

2010-01-28 Thread Paul Querna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Apache HTTP Server 2.3.5-alpha Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.3.5-alpha of the Apache HTTP Server ("Apache"). This version of Apache is principal

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

2010-01-30 Thread Paul McFerrin
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 No Web Service. This all started by my computer get infecting by 2 Trojan Horses viruses. The OS disk partition was copied and a virus scanner was

  1   2   3   4   >