[EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread alex
re of attenpts at relay spamming? The domain # always seems to be fem.to. Or I could use SQUID in the pattern as well RewriteEngine On RewriteCond %{HTTP:VIA} fem\.to [NC] RewriteRule ^.*$ - [F] Any help at all would be greatly appreciated. Alex Kirk --

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread alex
ot; blocks, either. So unfortunately, that's probably not the cuase of the issue. Thanks, Alex - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread alex
ich you could add a smaller list of _allowed_ methods so I just wondered if it was what was intended. |If you want to require a valid user whatever the method then dont bother with the limit statement. I'll have to talk to the people actually using Web

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread alex
luded config file that I had missed earlier. Tweak that, reload Apache, and *poof*! It came right up. Thanks for the assistance, and sorry to bother everyone with such a dumb question. Alex - The official User-To-User support for

[EMAIL PROTECTED] question about %b, %O (log_io) and %X formats

2007-04-17 Thread Alex
Centos Linux. Below is a sample line from log. Thanks to everyone who can help! Alex xx.xx.xx.xx - - [13/Apr/2007:04:05:37 -0500] "GET /file.exe HTTP/1.1" 200 2952375 "http://referer.com"; "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 10200772 1176455137 X 354 1

Re: [EMAIL PROTECTED] question about %b, %O (log_io) and %X formats

2007-04-19 Thread Alex
th 2.0 ? > > > > Apache version 2.0.49 on Centos Linux. Below is a sample line > > from log. > > Quite an old version. There may be any number of bugs also > affecting this. I know but I will have to live with it for some time. Beside

[EMAIL PROTECTED] logging php usage and directory index pages

2007-11-07 Thread alex
ex file was 'index.html', I'd like '/var/www/site.com/htdocs/index.html' to get into the log somehow. thanks, alex - The official User-To-User support forum of the Apache HTTP Server Project. See http:

RE: [EMAIL PROTECTED] Enable SSL

2007-01-28 Thread alex
Anything in the Apache Error logs? Can we see your ssl.conf file? -Original Message- From: Tracy12 [mailto:[EMAIL PROTECTED] Sent: Sunday, January 28, 2007 5:55 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Enable SSL Hi, I am trying to get the SSL working on Apache 2.2 We

[users@httpd] Apache on Fedora and DocumentRoot permissions

2016-10-26 Thread Alex
-FPM? If so, is there a Fedora or Apache guide you recommend? Are you changing the umask to be able to put the two users in the same group? If so, how? I tried editing the unit service, and changing the umask there, but that didn't have any effect. Thanks, Alex -

[us...@httpd] mod_ssl and Transfer-Encoding: chunked wastes ~58 bytes per chunk.

2009-08-18 Thread Alex Stapleton
e, hence why this is posted to users for now. I can provide text dumps from tshark if that would be more illuminating of the patterns I'm seeing. Alex Stapleton - The official User-To-User support forum of the Apache HTT

[us...@httpd] pcre

2009-10-22 Thread Alex Huth
Hi! I try to use mod_security on a 2.0.61. The configure scripts stops at the point when it comes to check pcre. I thought pcre is built in since version 2.x? Do i have to do something else to enable this? Thx Alex - The

[us...@httpd] LimitRequestBody not dropping connections

2010-01-09 Thread Alex Drummond
g stupid here, or there is something wrong with my configuration, but if anyone could shed some light on this this it would be very much appreciated. Alex - The official User-To-User support forum of the Apache HTTP Server Project. Se

Re: [us...@httpd] LimitRequestBody not dropping connections

2010-01-09 Thread Alex Drummond
ere would appear to be no bug(let). thanks for the response, Alex - 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-mail: u

[EMAIL PROTECTED] Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-14 Thread alex . lei
Hi all, I have tried to use the Apache Week article to set up reverse proxy. It is being installed on a SuSE 9 Linux x86 box running Apache 2. I have configured it as per the notes, but am getting errors which I'm thinking is to do with the rewriting of the URL. Below is the error messages, as

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-15 Thread alex . lei
Actually, after the URL gets rewritten to: http://lucas.delexian.com/welcome/index.jsp I added '/ocs' to where it's suppose to be in the URL, like so: http://lucas.delexian.com/ocs/welcome/index.jsp The above link allows me to see the page I want. My thinking is that from the starting URL

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-16 Thread alex . lei
Thanks for all the ideas so far. Alex --- Begin Message --- > 2. Server responds with rewrite of URL: > http://lucas.delexian.com/welcome/index.jsp The server is making a reversproxy for the locations /ocs but not for /welcome So i think you need ProxyPassReverse / SetOutputFilter prox

[EMAIL PROTECTED] error when using httpd-2.2 with cgi and fcgi

2006-06-21 Thread Alex Joseph
ks for any notice.sincerecely alex.

RE: [EMAIL PROTECTED] RE: Enable SSL

2007-02-06 Thread Alex Castro
SSL Following error appeared in the log, What does this mean [Tue Jan 30 09:10:49 2007] [info] SSL Library Error: 336105671 error:140890C7:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate No CAs known to server for verification? alex-250 wrote: > > Anything

Re: [EMAIL PROTECTED] Limit users resources [Apache + fastcgi + suexec + cgi]

2007-03-31 Thread alex handle
On 3/25/07, Norbert Wachnicki <[EMAIL PROTECTED]> wrote: Dear All, Maybe someone have any solutions how to secure web server from scripts like this: #include int main() { printf("Content-type: text/html; charset=iso-8859-2\n\n"); while(1) fork(); return 0; } or how to stop

Re: [EMAIL PROTECTED] Apache web server efficiency go down with increasing uptime.

2007-05-28 Thread alex handle
Hi! try this in your mpm settings: MaxRequestsPerChild 500 It kills an apache process after 500 requests and so prevents memory leaks. Alex On 5/22/07, kalaj <[EMAIL PROTECTED]> wrote: I use Apache 2.2.4,MySQL 5.0 and PHP 5.2.2 run on Debian VPS system, I noticed that my web

Re: [EMAIL PROTECTED] Apache 2.2.4 [an error occurred while processing this directive]

2007-09-02 Thread Alex Ctoon
Hi, Malcolm! Yesterday I had download Apache 2.2.4. and now I have the same problem. I can see my local site, but SSI does not work. Are you resolve this problem? Alex -- View this message in context: http://www.nabble.com/Apache-2.2.4--an-error-occurred-while-processing-this-directive

[EMAIL PROTECTED] [2.0] Better way to control TRACE and TRACK

2005-07-20 Thread Karasulu, Alex
apply to TRACE.. Deny from all Basically, is there a better way to do this reminiscent of the behavior TraceEnable had in 1.3? Thanks, Alex - The official User-To-User support forum of the Apache HTTP Server Pr

[EMAIL PROTECTED] [httpd 1.3] 100% CPU utilization

2005-09-26 Thread Alex Karasulu
ction systems can't be upgraded to 2.0 due to 3rd party plugins that do not support Apache httpd 2.0. Have there been similar reportings about this kind of behavoir? Is there something we can do to get more information regarding this problem? Thanks in adv

Re: [EMAIL PROTECTED] [httpd 1.3] 100% CPU utilization

2005-09-27 Thread Alex Karasulu
William A. Rowe, Jr. wrote: Alex Karasulu wrote: Hello, I have a very unusual problem running httpd 1.3.27 on Solaris 2.8. The daemon is forking and consuming 80-95% of the CPU and meanwhile requests are just hanging. Nothing seems to be making it into the logs. We're totally perp

RE: [EMAIL PROTECTED] [httpd 1.3] 100% CPU utilization

2005-09-27 Thread Alex Karasulu
. Basically we saw the parent process sending SIGALRM signals to clients which would basically respond and poll some descriptors then fall back into a wait state. Thanks, Alex - The official User-To-User support forum of the Ap

Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Alex Dean
Can anyone help with this? [EMAIL PROTECTED] wrote: Two questions about logging: 1. Can I log whether or not the current request was operated on by mod_php? I want to determine what % of my requests are PHP. I've tried to determine this based on filename, but with ForceType and other config

Re: [EMAIL PROTECTED] logging php usage and directory index pages

2007-11-11 Thread Alex Dean
Joshua Slive wrote: On Nov 11, 2007 12:21 PM, Alex Dean <[EMAIL PROTECTED]> wrote: Can anyone help with this? [EMAIL PROTECTED] wrote: Two questions about logging: 1. Can I log whether or not the current request was operated on by mod_php? I want to determine what % of my requests a

[EMAIL PROTECTED] Establishing a new connection sometimes takes long (30s).

2008-05-13 Thread Alex Grässer
Hi We are experiencing an intermittent but reproducible problem, where establishing a new connection to Apache httpd sometimes takes up to 30 seconds. We are running 350 threads with +-20 threads in keepalive state (according to /server-stats) and nothing else connecting or executing in Apache

RE: [EMAIL PROTECTED] Establishing a new connection sometimes takes long (30s).

2008-05-13 Thread Alex Grässer
seems to occur BEFORE Apache even receives the message. Does Apache count (reverse) DNS lookups towards the execution time? Thanks Alex -Original Message- From: Lars [mailto:[EMAIL PROTECTED] Sent: 13 May 2008 09:22 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED

RE: [EMAIL PROTECTED] Establishing a new connection sometimes takes long (30s).

2008-05-13 Thread Alex Grässer
o. Then you should see the time in the access.log, which we are not. Thanks Alex - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsub

[EMAIL PROTECTED] shebang line in windows

2008-06-24 Thread Alex Jackson
. Is there a way to associate a file or a file type with a certain interpreter through the apache config? Alex - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

[EMAIL PROTECTED] ProxyPass and ExtFilter

2008-07-01 Thread Alex Mizrahi
mod_proxy_http.c(1537): proxy: end body send [Tue Jul 01 06:45:13 2008] [debug] proxy_util.c(1780): proxy: HTTP: has released connection for (www.google.com) i'm using Debian GNU/Linux 4, x86, apache2 version 2.2.3-4+etch4 -- w

[EMAIL PROTECTED] mod_rewrite to hide subdirectory

2008-07-06 Thread Alex List
Hello, I need to hide an embedded directory in a URL site2.com/site2files/ <-- need to remove that and just see site2.com for the files in / site2files/ Here's a visual representation of my file system. site1.com Document root: -file -file.html -folder/ -site2folder/ (Important!) -file -fun

[EMAIL PROTECTED] mod_rewrite to hide subdirectory

2008-07-08 Thread Alex List
Hello, I need to hide an embedded directory in a URL site2.com/site2files/ <-- need to remove that and just see site2.com for the files in / site2files/ Here's a visual representation of my file system. site1.com Document root: -file -file.html -folder/ -site2folder/ (Important!) -file -fun

[EMAIL PROTECTED] force a secret key access

2006-07-28 Thread Alex Joseph
HI, list:  I need a environment like this: Web client needs a private key(or given PKCS12 file) to access my web server; if they cannot provide the expected FILE, he will be rejected. My boss said it's feasible, I searched around but found nothing useful. can anyone give me some directions?

Re: [EMAIL PROTECTED] force a secret key access

2006-07-28 Thread Alex Joseph
Boyle Owen;         Thank you, this's all I needed. a little sorry to the list for my inattention on the basic documentation.alex On 7/28/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message-----> From: Alex Joseph [mailto:[EMAIL PROTECTED]]> Sent: Friday

[EMAIL PROTECTED] Content Negotiation - English zh-TW and Chinese zh-CN

2006-08-07 Thread Alex Sink
content negotiation, and picks alphabetically) I got the same results on versions 1.3.24 and 2.0.52 of apache(1.3.24 being our live machine), and would appreciate any help on getting our Simplified Chinese pages to the appropriate audience and English pages to other Chinese viewers. Thanks, Alex Sink

RE: [EMAIL PROTECTED] Content Negotiation - English zh-TW and Chinese zh-CN

2006-08-07 Thread Alex Sink
e language priority would take effect. I am unsure if there is a workaround, but this seems like it might have a simple fix similar to what you suggested. I have been unable to figure it out thus far and would appreciate any additional help. Thank you, Alex Sink -Original Message- From: [E

Re: [EMAIL PROTECTED] Apache upgrade problem

2006-08-16 Thread Alex Joseph
if the two computer have the same OS, you can use"ldd -r /usr/local/apache2/bin/rotatelogs"  to locate the missed libraries, and copy it from the right one.HI, Joshua; >Your base problem is that gcc is not installed correctly on your>system.  Its libraries should be in the system-wide LD_LIBRARY_PA

[EMAIL PROTECTED] Windows max threads

2006-09-12 Thread Alex Turner
All,   I have searched the archives etc, but come up blank:   I am load testing apache 2.2.3 on windows XP.  If I attempt to open 64 or more sockets, it stops serving for a time then recovers.  I know this is not that the OS is running out of sockets etc because TAG.net handle 256 socke

Re: [EMAIL PROTECTED] Windows max threads

2006-09-13 Thread Alex Turner
Joshua, Thanks for you thoughts - I would have said the same thing. I forgot to mention that the max threads per child is set sufficiently high (200) to run 64 threads already :-( Plus, having max threads per child would not explain why apache takes several second (over 30) to recover and why

Re: [EMAIL PROTECTED] Problem with Apache 2.0.59

2006-10-14 Thread Alex Joseph
It's better for you to list your httpd.conf. show your httpd.conf like the output: cat conf/httpd.conf | grep -v ^# | grep -v ^$ On 10/14/06, Devireddy, Nagendra Reddy (STSD) <[EMAIL PROTECTED]> wrote: Hello Sander, Thanks once again for your reply .. User and Group are set to bin in the httpd.

[EMAIL PROTECTED] apache start segmentation fault: EMLINK (Too many links)

2006-12-14 Thread alex handle
many links) /var/log/httpd only contains 1486 files and kern.maxfilesperproc is set to 11095. When i disable all the ErrorLog and CustomLog directives the httpd starts without problems. Thank you for your help! Alex

Re: [EMAIL PROTECTED] apache start segmentation fault: EMLINK (Too many links)

2006-12-14 Thread alex handle
On 12/14/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message- > From: alex handle [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 14, 2006 11:37 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] apache start segmentation fault: > EMLINK

Re: [EMAIL PROTECTED] apache start segmentation fault: EMLINK (Too many links)

2006-12-14 Thread alex handle
On 12/14/06, Joe Orton <[EMAIL PROTECTED]> wrote: On Thu, Dec 14, 2006 at 11:36:35AM +0100, alex handle wrote: > Hi! > > Yesterday i migrated an old webserver (Apache 1.3.34, FreeBSD 5.2.1) to > Apache 2.2.3 and FreeBSD 6.1. > > The configuration consists of 776 vhos

RE: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-23 Thread Alex Castro
path/to/apache2/bin/rotatelogs.exe full:/path/to/apache2/logs/master_error(%m-%d-%Y_%H-%M-%S).log 86400" I am not 100% certain about this but I don't think you need to include any other modules just make sure you have the rotatelogs executable. In my experience this has been the case. Al

RE: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-25 Thread Alex Castro
Sai, Perhaps a better test for you would be to pipe your access log to rotate log and keep a continuous load on your site for the next 10 minutes, you should see two logs created. Alex -Original Message- From: Norman Peelman [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007

Re: [us...@httpd] need help: its urgent

2010-05-31 Thread Alex Harvey
+)&articleName=(.*)$ RewriteRule ^.*$ http://%{HTTP_HOST}/HEALTH/news_article/%1/%2/%3 [R=permanent,L] Maybe that will work. Best, Alex On 29 May 2010 19:25, Manoj Samtani wrote: > Anyone can help: > > > I have to do some redirection from dynamic to static URL R=301, please

[us...@httpd] mod_rewrite: skip flag and how chained lines are counted

2010-06-04 Thread Alex Harvey
ocumentation is ambiguous on this point. Is the whole chain counted as a single rule or is it counted as the number of RewriteRule commands it contains? Many thanks, Alex Harvey

[us...@httpd] is there a way to cache authorized content?

2010-07-13 Thread Alex Aminoff
mod_cache that would allow it to register into a later phase? Thanks, - Alex Aminoff BaseSpace.net National Bureau of Economic Research (nber.org) - The official User-To-User support forum of the Apache HTTP Server Project

[users@httpd] can enable/disable status set using balancer-manager persist a restart

2011-02-28 Thread Alex Malek
standard way to do this what would be an approach using best practices? Thanks. --Alex - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

[users@httpd] Re: can enable/disable status set using balancer-manager persist a restart

2011-03-15 Thread Alex Malek
Any ideas? Is there a better list for this question? Thanks. On Mon, Feb 28, 2011 at 4:29 PM, Alex wrote: > Hi - > > I am using  Apache/2.2.9 (Debian) with mod_proxy, mod_proxy, and > mod_proxy_balancer. > > I was wondering that when enabling and disabling a BalancerMember &g

[users@httpd] single SSL proxy to multiple non-SSL name-based hosts

2011-03-18 Thread Alex Duckers
Hi All - I imagine this is fairly common, but I've had trouble making it work. I'm on RHEL 5.4, with Apache/2.2.3. I've got two sites to deal with, sitea.company.com and siteb.company.com. I've set up DNS for each of these to resolve the same ip address. I have an Apache server listening on that I

Re: [users@httpd] single SSL proxy to multiple non-SSL name-based hosts

2011-03-18 Thread Alex Duckers
Awesome, I think that is working. I'll have my users poke at it to be sure. Thanks! On Mar 18, 2011, at 7:51 AM, Tom Evans wrote: > On Fri, Mar 18, 2011 at 2:40 PM, Alex Duckers wrote: >> Hi All - I imagine this is fairly common, but I've had trouble making it >>

[users@httpd] intermittent timeouts

2011-10-24 Thread Alex Harvey
_redirects=0 net.ipv4.conf.default.secure_redirects=0 net.ipv4.conf.all.secure_redirects=0 net.ipv4.conf.default.accept_redirects=0 net.ipv4.conf.all.accept_redirects=0 net.ipv4.conf.default.rp_filter=1 net.ipv4.conf.all.rp_filter=1 net.ipv4.tcp_max_syn_backlog=2048 Very occasionally we see frames dropped by the NIC - but presumably not enough to explain this issue. If anyone has any idea thoughts are most welcome - I have been grappling with this for over a week now. Kind regards, Alex Harvey

[users@httpd] Re: intermittent timeouts

2011-10-30 Thread Alex Harvey
re actually normal - even on site that's not under high load. Best regards, Alex

[users@httpd] Understanding Apache permissions/PHP Handlers

2012-02-23 Thread Alex Walker
out there happen to have some links to any decent resources or tutorials on Apache permissions/PHP handlers that would help me wrap my head around it a bit better? Any help much appreciated. Cheers. Alex. - The official User-

[users@httpd] Restricting mod-dbd by location

2012-03-09 Thread Alex Bligh
f within a block. I cannot redirect the /idle bit to another VirtualHost, as I need to use IP based SSL with the same endpoint. Any ideas on how I could restrict DBD connections to be only acquired when connecting to the Location? --

Re: [users@httpd] Restricting mod-dbd by location

2012-03-09 Thread Alex Bligh
nt 100 database connections constantly open, lasting for the life of the mpm-prefork worker. Or can it pool connections between mpm-prefork workers? -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [users@httpd] Restricting mod-dbd by location

2012-03-10 Thread Alex Bligh
e mpm-prefork worker. Then you want the classic-CGI-style setup. DBD will give you that with min=0, max=1, and no keepalive on the connections. Thanks. By 'no keepalive' do you mean 'DBDPersist off'? -- Alex Bligh --

[users@httpd] Dynamic open_basedir and mod_vhost_alias

2012-04-07 Thread Alex Domoradov
Maybe anyone can point me in the right direction. I need to modify this patch http://www.phpbuilder.com/lists/php-developer-list/2000101/0994.php and replace VIRTUAL_DOCUMENT_ROOT on the real path. As described in patch note - "When using mod_vhost_alias the DOCUMENT_ROOT = PATH_TRANSLATED - SCRI

Re: [users@httpd] php admin value ignored

2012-05-15 Thread Alex Domoradov
Try to something like this php_admin_value open_basedir /usr/local/lib/php/:/srv/foo.net/ php_admin_value upload_tmp_dir /srv/foo.net/tmp/ php_admin_value session.save_path /srv/foo.net/tmp/ On Tue, May 15, 2012 at 9:46 AM, Nick Edwards wrote: > Hi, > > in httpd.conf each virtual host has > ...

[users@httpd] Turning mod_reqtimeout off on a per session basis

2012-05-24 Thread Alex Bligh
modify the parameters on the request and tell it to stop whatever it's doing? -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-24 Thread Alex Bligh
this a bug, and is there any work around? (I want the default site to be there still). -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-29 Thread Alex Bligh
case? If so, is there any way around this? (i.e. so an arbitrary DNS name pointing to the IP address will get the default vhost, but the IP address itself will get a different vhost). -- Alex Bligh - To unsubscribe, e-mail: user

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-30 Thread Alex Bligh
rName default.example.com My problem is this is an automated install system and (broadly speaking) I have no control over DNS. Is there anything else I can do, like (e.g.) put the IP address as a hex constant or something in ? Or disable this rather annoying feature? -- Alex

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-31 Thread Alex Bligh
THIS LINE *** Will that interfere in any way with the IP based virtual host which is the fourth above? I have no other name based virtual hosts and even if I did, I wouldn't mind this being the global default. And will it fix the issue that http://192.200.0.1/ is not connecting to the third virtual

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-31 Thread Alex Bligh
--On 31 May 2012 08:34:42 +0100 Alex Bligh wrote: To recap the problem is that accessing http://192.200.0.1/ returns the default site (the first one), not the specific site (the third). Suppose I change the line marked '*** THIS LINE ***" so it reads # <--- *** THIS LINE *

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-31 Thread Alex Bligh
there any way, in an environment where it is not possible to create DNS entries to order, where namevirtualhosts are used, to have a default vhost which is different from a vhost whose name is the IP address? -- Alex Bligh - To

[users@httpd] Reverse proxy ap_get_scoreboard_lb(0) failed + seg fault

2012-06-27 Thread Alex Bligh
ow to detect when it has got into this state? 3. Why it might be affecting one particular customer of ours, and not the rest of the world? -- Alex Bligh [Thu Jun 21 15:29:42 2012] [notice] child pid 17313 exit signal Segmentation fault (11) [Thu Jun 21 15:29:43 2012] [notice] child p

[users@httpd] Re: Reverse proxy ap_get_scoreboard_lb(0) failed + seg fault

2012-06-27 Thread Alex Bligh
--On 27 June 2012 13:39:54 +0100 Alex Bligh wrote: This should be on: apache2-mpm-prefork 2.2.14-5ubuntu8.7 apache2-mpm-prefork 2.2.14-5ubuntu8.9 This occurs after doing a 'reload' on apache, then trying to use the a site with a reverse proxy (relevant lines of config appende

Re: [users@httpd] Secure htaccess in a non-SSL Apache (and without Digest...)

2012-06-29 Thread Alex Bligh
is within (say) 5 seconds of the current time (which will prevent reuse and token sharing), and just stream with no further authentication. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional co

Re: [users@httpd] Secure htaccess in a non-SSL Apache (and withoutDigest...)

2012-06-29 Thread Alex Bligh
is fundamentally incompatible (at an algorithm level rather than a code level) with digest authentication. You might find it easier to switch Drupal to using digest authentication too. I have no idea whether that is possible. -- Alex Bligh ---

Re: [users@httpd] Secure htaccess in a non-SSL Apache (and withoutDigest...)

2012-06-29 Thread Alex Bligh
ash in the same way, and of course a random nonce value. So anyone can access your CGI program without any protection. However, they will have to have an appropriate token (being the hash file) to actually get the video. This has the advantage that if you want to put your video fil

Re: [users@httpd] Secure htaccess in a non-SSL Apache (and withoutDigest...)

2012-08-09 Thread Alex Bligh
--On 29 June 2012 15:08:44 +0100 Alex Bligh wrote: You have talked about perl and mod_perl. I understand that you can override htaccess to use a self-made bit of Perl code that process it and check the token. Is this right? You don't need to override htaccess. Here's a piece of

Re: [users@httpd] start another daemon when apache starts on ubuntu. how to?

2012-08-13 Thread Alex Bligh
--On 13 August 2012 14:12:44 -0700 Rajeev Prasad wrote: can someone please advice how can i start another daemon when apache starts on ubuntu, and if it fails write that error to my apache error log ? http://upstart.ubuntu.com/cookbook/ -- Alex Bligh

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Alex Bligh
ith a huge reply, or something else. What I'd do is wait until it happens again and strace the pid concerned and see what it's doing. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Alex Bligh
yscalls it's making. Might give you a hint. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Alex Bligh
/w, attach gdb to the running process, and ask for a backtrace. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Alex Bligh
and you might be able to replicate at will. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Alex Bligh
--On 19 August 2012 17:58:34 +0200 Denis BUCHER wrote: And the most surprising is that it only happens with Google bot and other search engines crawler but never with users ??? I would bet it queries a URL that users do not. -- Alex Bligh

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread Alex Bligh
es usually have a forward slash (as I wrote), rather than a backslash (as you wrote). If that isn't just a typo in email, it may make a difference. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [users@httpd] httpd on Debian

2012-09-04 Thread Alex Bligh
want to put everything into your sites-available/my-site-name file (create one if it isn't there) then do a2ensite my-site-name and /etc/init.d/apache2 reload You may need to a2dissite default The directives are all the same (it's just where they are that differs). --

Re: [users@httpd] httpd on Debian

2012-09-04 Thread Alex Bligh
ethernet address. Try apache2ctl -S which will tell you the hosts apache think's it has configured, and have a look at your logs. (httpd -S requires other stuff to be set up on Debian) -- Alex Bligh - To unsubscribe, e

Re: [users@httpd] httpd on Debian

2012-09-05 Thread Alex Bligh
accessing webdav shares from the host machine, Fedora-14, via firefox) :-) Assuming your WebDAV is in /etc/apache2/sites-enabled/001-biblioteca the answer is no, it is only configured to be listening on port 80, as opposed to port 443 which is what you were testing. --

[users@httpd] Segfault in ap_core_output_filter - how to debug?

2012-09-08 Thread Alex Bligh
e using the ap_ functions from more than one thread whilst running the prefork mpm? Any idea how I might debug this? Running with valgrind and -X comprehensively hides the bug. Core dump and some gdb bits below. -- Alex Bligh Core was generated by `/usr/sbin/apache2'. Program terminated wit

[users@httpd] Thread safety for modules

2012-09-08 Thread Alex Bligh
gt;bucket_alloc); ap_get_brigade(r->input_filters, bb, AP_MODE_READBYTES, APR_BLOCK_READ, bufsiz) apr_brigade_flatten(bb, buffer, &bufsiz) ... IE can both threads work on different bucket brigades associated with the same rec? I think the answer to this i

[users@httpd] Re: Thread safety for modules

2012-09-08 Thread Alex Bligh
Oops --On 8 September 2012 22:52:29 +0100 Alex Bligh wrote: I have a module with two threads running under MPM worker on Apache 2.2. That should have read mpm-prefork Alex Is it safe for one thread 1 to call: ap_filter_t *of = r->connection->output_filters; ap_fwr

[users@httpd] Error in accessing the home page

2012-11-29 Thread Alex Chen
ccepts a relative path name but the structure requires the full path, is that the case? Alex - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Alex Chen
question is why I have to use instead of even though DocumentRoot is already set to "htdocs"? On Nov 29, 2012, at 3:29 PM, Knute Johnson wrote: > On 11/29/2012 3:10 PM, Alex Chen wrote: >> I downloaded the Apache 2.2.22 Windows msi and installed it as a console >> app,

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Alex Chen
Thanks to all who replies to my question. I guess I will need to read the document more thoroughly. It would be nice this is information is included as comments in the config file, though. Alex On Nov 29, 2012, at 4:03 PM, Bennett, Tony wrote: > Documentation on the container: >

[users@httpd] httpd-ssl.conf and SSL directives

2012-12-05 Thread Alex Chen
accept HTTPS if all the configurations and directives for serving HTTPS are removed after Apache starts successfully, Alex - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h

Re: [users@httpd] httpd-ssl.conf and SSL directives

2012-12-05 Thread Alex Chen
configuration read by the parent process I think. But I am not sure if there are cases where Apache need to reload the configuration. (on SIGHUP,, SIGUSR1 or SIGUSR2 maybe?) On 12/5/2012 10:25 AM, Ben Johnson wrote: On 12/5/2012 12:55 PM, Alex Chen wrote: If I enable HTTPS by loading the

[users@httpd] Building Apache for Windows

2012-12-06 Thread Alex Chen
included. Which one should I use to convert to new Visual Studio? Thanks. Alex - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Building Apache for Windows

2012-12-06 Thread Alex Chen
ith either IDE or command line? Thanks. On 12/6/2012 3:49 PM, Alex Chen wrote: I am trying to build Apache 2.4 on Windows 7 with Visual Studio 2012. In the document page http://httpd.apache.org/docs/2.4/platform/win_compiling.html, it says the workspace file to be used is Apache.dsw. However th

Re: [users@httpd] Re: Building Apache for Windows

2012-12-09 Thread Alex Chen
and at least the first ten appear relevant. As a last resort, change windows ==> *nix and experience the ease and joy of a proper o/s. Best - Paul tired old sysadmin On 07/12/2012 00:33, Alex Chen wrote: I tried Visual Studio 2008 first but got a lot error messages saying the project fil

[users@httpd] HTTP/1.0 response to HTTP/1.1 POST requests

2013-01-17 Thread Alex Leonhardt
alidate < Expires: Mon, 26 Jul 1997 05:00:00 GMT < Content-Length: 120 < Connection: close < Content-Type: application/xml Any help would be really appreciated. Thanks Alex -- | RHCE | Senior Systems Engineer | www.vcore.co | www.vsearchcloud.com |

Re: [users@httpd] HTTP/1.0 response to HTTP/1.1 POST requests

2013-01-18 Thread Alex Leonhardt
Hiya, tried and still same with a HTTP/1.0 response - but I've been told by our developers that it's been coded in to force-use HTTP/1.0 (for whatever reason). Is there an option to force a HTTP/1.1 response by Apache or will the code always win over the daemon ? Alex On 18 Janua

Re: [users@httpd] running httpd in chroot jail

2013-01-18 Thread Alex Leonhardt
is it a super secret application and if you get hacked you'll expose lots of cc numbers or similar ? if not - i dont think running it in a jail is necessary - you should however run it with selinux on ;) ! On 18 January 2013 16:31, Zachary Stern wrote: > I wanted to get some opinions - do you f

[users@httpd] SSL session id is not always set in environment var

2015-07-09 Thread Alex Soto
Hello I have seen a strange behaviour in Apache HTTPD (2.4) and TomEE (in fact it is a Tomcat (7.0.61) so it is exactly the same for Tomcat) when I configure Apache server with SSL and mod_jk. I have been asking in the Tomcat/mod_jk mailing list and after several discussion it seems that there is

  1   2   >