Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Matthew Goebel
o 2.4.60. > > The change notes for 2.4.60 reference some new rewrite rule flags, > specifically UnsafeAllow3F and UnsafePrefixStat > could these now be needed or there some other configuration change needed? > > Do I need a simple Rewrite rule and can someone suggest one? > >

Re: [users@httpd] Compiling 2.4.34 on linux against a non system openssl version

2018-09-18 Thread Matthew Goebel
1.1.0 Guess I will try to contact some of the sites providing httpd 2.4.x binaries with 1.1.0 support and ask about how they are handling apr-util. Thanks, Matt On Tue, Sep 18, 2018 at 2:04 PM, William A Rowe Jr wrote: > On Tue, Sep 18, 2018 at 10:24 AM Matthew Goebel wrote: > >>

Re: [users@httpd] Compiling 2.4.34 on linux against a non system openssl version

2018-09-18 Thread Matthew Goebel
Ah, and I've been looking at httpd instead of mod_ssl.so, this does in fact appear to be working... ugh... never mind me. Thanks, Matt On Tue, Sep 18, 2018 at 11:03 AM, Matthew Goebel wrote: > Poking around some more, my problem seems to be that apr-util src I'm > putting

Re: [users@httpd] Compiling 2.4.34 on linux against a non system openssl version

2018-09-18 Thread Matthew Goebel
hanks, Matt On Tue, Sep 18, 2018 at 2:51 AM, Yann Ylavic wrote: > On Tue, Sep 18, 2018 at 8:43 AM Yann Ylavic wrote: > > > > Hi, > > > > On Mon, Sep 17, 2018 at 11:12 PM Matthew Goebel > wrote: > > > > > > export LDFLAGS="-L/usr/local/lib

[users@httpd] Compiling 2.4.34 on linux against a non system openssl version

2018-09-17 Thread Matthew Goebel
Any suggestions? Yes, I'm trying to avoid having to set LD_LIBRARY_PATH before invoking httpd. Thanks, Matt -- Matthew Goebel : goe...@emunix.emich.edu : Unix Jockey @ EMU : Hail Eris Neo-Student, Net Lurker, Donut consumer, and procrastinating medher... "Always with the negative w

[users@httpd] Upgraded from Apache 2.2 to 2.4 now getting redirect loop problem

2018-09-06 Thread WISE, MATTHEW A (Matt) CTR STRATCOM J64 (US)
I've upgraded from Apache 2.2 to 2.4 and 99% of my fairly large application infrastructure (Apache, Apache Webgate, WebLogic, Oracle OIM and OAM) is working fine. However, when I attempt to access one specific subpage of an Oracle product (Oracle Identity System Administration job scheduler) vi

[users@httpd] Having child process Segmentation fault

2018-09-04 Thread Matthew Goebel
-- rv = -1 #40 0x00472dca in process_socket (thd=, p=, sock=, cs=0x7f596c011340, my_child_num=, my_thread_num=) at event.c:1048 c = 0x7f596c0113e8 conn_id = clogging = rv = rc = 0 #41 0x00474348 in worker_thread (thd=0xad5f40, dummy=) at event.c:2122 csd = 0x7f596c011140 cs = 0x0 te = 0x0 ptrans = 0x7f596c0110b8 ti = process_slot = 0 thread_slot = 5 rv = is_idle = 0 #42 0x7f598b413724 in start_thread () from /lib64/libpthread.so.0 No symbol table info available. ---Type to continue, or q to quit--- #43 0x7f598af4ee8d in clone () from /lib64/libc.so.6 No symbol table info available. Thanks, Matt -- Matthew Goebel : goe...@emunix.emich.edu : Unix Jockey @ EMU : Hail Eris Neo-Student, Net Lurker, Donut consumer, and procrastinating medher... "Always with the negative waves, Moriarty" - Oddball "Comfort the troubled, and trouble the comfortable." - Dietrich Bonhoeffer

Re: [users@httpd] Apache 2.4.x - Restriction of HTTPS Enforcement to external clients

2018-06-06 Thread Matthew Jones
I think you can add an additional RewriteCond under the first: RewriteCond %{HTTP_HOST} ^www\.example\.com$ -- Matt Jones Senior Network Systems Specialist x3967 @huddsweb On 05/06/2018, 19:26, "Luther Enahoro" mailto:luther.enah...@etranzact.com>> wrote: Hello, I have a need to restrict htt

[users@httpd] mod_evasive whitelist question

2017-09-13 Thread Matthew Jones
Hi all I'm trying to whitelist 10.* addresses so that they¹re not caught by mod_evasive. I¹ve added the 10.*.*.* range to a DOS whitelist directive in evasive.conf but it¹s still blocking various 10.* IPs. Here¹re the contents of evasive.conf: DOSHashTableSize9239 DOSPageCount

Re: [users@httpd] ProxyPass ! directive

2017-03-13 Thread Matthew Broadhead
uests Off Order deny,allow allow from all ProxyPreserveHost On ProxyPass /app1 http://server_ip:node_port1/ retry=0 ProxyPassReverse /app2 http://server_ip:node_port1/ ProxyPass / http://server_ip:node_port2/ retry=0 ProxyPassReverse / http://server_ip:node_port2/ and I don't get reques

Re: [users@httpd] ProxyPass ! directive

2017-03-13 Thread Matthew Broadhead
hi, i know this is a community list but i have had this problem for a long time and it seems really fundamental. is there any way i can get some help on this? shall i file a bug report at JIRA or something? On 10/03/2017 17:43, Matthew Broadhead wrote: i moved the LogLevel directive to

Re: [users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
show anything On 10/03/2017 17:37, Matthew Broadhead wrote: i also added this in the virtual host LogLevel info proxy:debug but it makes no difference to the output in error_log On 10/03/2017 16:48, Eric Covener wrote: On Fri, Mar 10, 2017 at 10:43 AM, Matthew Broadhead wrote: yes it is defin

Re: [users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
i also added this in the virtual host LogLevel info proxy:debug but it makes no difference to the output in error_log On 10/03/2017 16:48, Eric Covener wrote: On Fri, Mar 10, 2017 at 10:43 AM, Matthew Broadhead wrote: yes it is definitely because of that line. i also just tried ProxyPass

Re: [users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
S 6 but i have never since managed to get it to work. but now i am beginning to need it so it is becoming more urgent! On 10/03/2017 16:48, Eric Covener wrote: On Fri, Mar 10, 2017 at 10:43 AM, Matthew Broadhead wrote: yes it is definitely because of that line. i also just tried Pro

Re: [users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
yes it is definitely because of that line. i also just tried ProxyPass ajp://www.nbmlaw.co.uk:8010/ ProxyPass ! and that has exactly the same effect On 10/03/2017 16:30, Eric Covener wrote: On Fri, Mar 10, 2017 at 10:24 AM, Matthew Broadhead wrote: Declaring the following directives in a

[users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
Operating System: CentOS7 Operating System Version number: centos-release-7-3.1611.el7.centos.x86_64 Httpd Version: httpd-2.4.6-45.el7.centos.x86_64 Issue: Declaring the following directives in a virtual host ProxyPass "/.well-known/" ! # don't pass lets encrypt folder ProxyPass "/" aj

Re: [users@httpd] RE:multiple hits from single IP

2017-02-23 Thread Matthew Jones
If it¹s genuinely a legitimate IP then maybe you could try whitelisting it in your evasive.conf? -- Matt Jones Senior Network Systems Specialist x3967 @huddsweb On 23/02/2017, 08:59, "Chaithanya Taduri" wrote: > > >Hi Team, > >Could you please help me here. How to pose questions. > > >Than

Re: [users@httpd] Whitelisting in mod_evasive

2016-11-03 Thread Matthew Jones
On 02/11/2016, 08:42, "Luca Toscano" mailto:toscano.l...@gmail.com>> wrote: as side note mod_evasive is a third party module not included in the httpd official release, so we can try to help but it would be better to follow up with the module's author (even though if I remember correctly the pr

[users@httpd] Whitelisting in mod_evasive

2016-10-31 Thread Matthew Jones
Hello all, first up apologies if this is not the correct place for this question. If it's not, then I'd appreciate a nudge in the correct direction. I'm trying to configure mod_evasive so that it whitelists a number of IP ranges, in particular our private 10.*.*.* network. I've added that range

Re: [users@httpd] ProxyPass ! directive seems to have no effect

2016-03-21 Thread Matthew Broadhead
hi, i am still experiencing this problem. does anyone know what might possibly cause this? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] ProxyPass ! directive seems to have no effect

2016-03-20 Thread Matthew Broadhead
FYI server: centos-release-7-2.1511.el7.centos.2.10.x86_64 httpd: httpd-2.4.6-40.el7.centos.x86_64 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] ProxyPass ! directive seems to have no effect

2016-03-19 Thread Matthew Broadhead
I am in the middle of migrating a server and my old virtual host config which worked fine was like this |ProxyPass /images ! ProxyPass / ajp://domain.tld:8010/ nocanon | It passes ok to Tomcat but the ! directive is being ignored. There are no errors thrown. What might be causing this?

[users@httpd] Proxy Issues

2015-07-16 Thread Matthew Javelet
ght up). >From what I understood I needed a reverse proxy since I wanted this on a fixed url, but now I'm not so sure. Any clarity on what I'm doing wrong would be much appreciated. Thanks, Matthew

[users@httpd] mod_ssl, poodle and SSLv2Hello

2014-10-17 Thread Matthew Hughes
Many SSL clients, notably JDK 6, use the SSLv2Hello protocol to handshake with the server. Using this protocol does *not* mean you are using SSL 2.0 or 3.0 for that matter; it is merely a handshake to determine *which* protocol to use. [http://tools.ietf.org/html/rfc5246#appendix-E.2] However

Re: [users@httpd] enabling htaccess in vhosts

2014-09-08 Thread Matthew Smith
On Mon, Sep 8, 2014 at 10:15 AM, Rich Bowen wrote: > > AllowOverride All > > Thank you for the help. What about vhosts? DO I need to add it there as well? Still getting an error. -- Regards, chedder is bedder

Re: [users@httpd] Business Setup

2014-09-06 Thread Matthew Smith
I have a decent paypal checkout solution done in ColdFusion. I would love a chance to help. On Sat, Sep 6, 2014 at 7:18 PM, Bill Vance wrote: > > Howdy; > > A friend wants me to help him set up a business site. > I've told him I know next to nothing about what he > wants to do, but that still

Re: [users@httpd] enabling htaccess in vhosts

2014-09-06 Thread Matthew Smith
.apache.org/docs/2.4/howto/htaccess.html > > Pete > > On Fri, Sep 05, 2014 at 07:53:07PM -0600, Matthew Smith wrote: > > How do I do so? I googled but can't figure it out. > > -- > Openstrike - improving business through open source > http://www.openstrike.co.uk/

[users@httpd] enabling htaccess in vhosts

2014-09-05 Thread Matthew Smith
How do I do so? I googled but can't figure it out. ServerAdmin webmaster@dummy-host2.theartoflovingcatsanddogsdotcom DocumentRoot "C:/wwwroot" ServerName theartoflovingcatsanddogsdotcom ErrorLog "logs/dummy-host2.theartoflovingcatsanddogsdotcom-error.log" CustomLog "logs/dum

[users@httpd] apache suddenly wont start

2014-08-27 Thread Matthew Smith
I have the latest version. I have ColdFusion 11 installed. CF is working and it will start with CF. I made a change to allow override all and it wouldn't start. I changed it back and it still wont start so i dont think the problem is there. Please help, thanks. -- Regards, chedder is bedder

Re: [users@httpd] enable .htaccess

2014-08-27 Thread Matthew Smith
pache configuration, you should modify directive AllowOverride >> None by AllowOverride All. >> >> Best regards, >> >> >> On Wed, Aug 27, 2014 at 2:54 AM, Matthew Smith >> wrote: >> >>> How do I do so? I have a working one... >>> >> >> > -- Regards, chedder is bedder

[users@httpd] enable .htaccess

2014-08-26 Thread Matthew Smith
How do I do so? I have a working one...

Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
the above steps, let me know. > > Thanks, > Daryl > > > On Mon, Aug 25, 2014 at 8:32 PM, Matthew Smith > wrote: > >> windows 8 64 >> >> the cf service is started. >> >> >> On Mon, Aug 25, 2014 at 7:18 PM, Daryl Lackey >> wrote: >&g

Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
are you running? If Windows, check that the CF11 service has > started. If it's another OS, I wont be much help to you there. > > > Thanks, > Daryl > > > On Mon, Aug 25, 2014 at 7:48 PM, Matthew Smith > wrote: > >> Cf 11. It is the only dl I could fi

Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
Cf 11. It is the only dl I could find. > On Aug 25, 2014, at 18:26, Daryl Lackey wrote: > > What version of CF are you running? I don't believe CF will work with 2.4. I > know CF9 wont at least. > > Thanks, > Daryl > > >> On Mon, Aug 25, 2014 at 6:43 P

Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
apache 2.4. i dled it just a few hours ago. On Mon, Aug 25, 2014 at 5:15 PM, Daryl Lackey wrote: > Matthew,​ > > What version of Apache and CF are you running?​ > > Thanks, > Daryl > > > On Mon, Aug 25, 2014 at 5:38 PM, Matthew Smith > wrote: > >>

[users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
Start fine after fresh install on new machine. Installing coldfusion and configuring the webconnector seems to break it. What weird is that it saks for the server binary and it has always been httpd from that i remember now it seems to be apache. am i looking in the right place? -- Regards, ch

Re: [users@httpd] apache won't start after adding virtual hosts

2014-08-24 Thread Matthew Smith
This is for local development and a modified hosts file would reference the sites on the local machine. I have used this in the past. Thank you for helping. On Sun, Aug 24, 2014 at 10:09 PM, Jim Walls wrote: > On 8/24/2014 20:24, Matthew Smith wrote: > > I installed apache

[users@httpd] apache won't start after adding virtual hosts

2014-08-24 Thread Matthew Smith
I installed apache and then coldfusion 11. Worked fine until I fiddled with the conf and extra, adding a couple of vhosts. Really need this to work, please help! conf: # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server it

[users@httpd] Allow From directive causing slow performance for proxy

2013-12-22 Thread Matthew Turany
Hi, Not sure if this could be considered a bug but here goes. OS: Oracle Linux 6.4 Apache: 2.2.15 Apache being used as a reverse-proxy sitting in front of multiple web servers. We are currently using the Allow From directive to restrict access by IP Address to virtual hosts. Each virtual host

Re: [users@httpd] wrong certs

2013-10-24 Thread Matthew Bachmann
I am not using name based virtual hosts, so there is no SNI here. On Thu, Oct 24, 2013 at 6:52 AM, Jan Vávra wrote: > This is not a bug but a SNI feature ( > http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI). > Check if you have not defined > NameVirtualHost *:424 > NameVirtualHost *

Re: [users@httpd] Virtual Hosts and SSL Puzzler

2013-10-23 Thread Matthew Bachmann
Use debug mode in your browser to verify that all of the contents of the page are actually coming from that server. I had a problem where javascript was importing some public library, and it was fetching it via plain http, so I got the grey globe for the whole page. On Wed, Oct 23, 2013 at 11:00

Re: [users@httpd] wrong certs

2013-10-23 Thread Matthew Bachmann
Try your same config but use A for the ServerName in both VirtualHost sections. Based on what I've seen, you should then get 1.crt from either port, and never get 2.crt, which seems like a bug. On Wed, Oct 23, 2013 at 3:14 AM, Jan Vávra wrote: > Hello, > it is obvious you are using port base

Re: [users@httpd] wrong certs

2013-10-22 Thread Matthew Bachmann
The certificates are specified in port based virtual hosts, there is no NameVirtualHost here. So I would expect the specified certificate to be served on the corresponding port no matter what host header was passed. On Tue, Oct 22, 2013 at 4:50 PM, Jan Vávra wrote: > Hello. > For sure have yo

[users@httpd] wrong certs

2013-10-22 Thread Matthew Bachmann
I two virtual hosts on different ports specify different certificate files, but use the same ServerName, both ports use the same certificate. Is this expected behavior? With this config: Listen *:424 https ServerName A SSLCertificateFile 1.crt Listen *:444 https ServerName A SSLCertificateF

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-28 Thread Matthew Smith
Thank you, that fixed it. Thank you to all that helped. Matthew On Thu, Feb 28, 2013 at 12:59 AM, Igor Cicimov wrote: > > On 28/02/2013 4:57 PM, "Igor Cicimov" wrote: > > > > > > On 28/02/2013 4:14 PM, "Matthew Smith&quo

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
I couldn't find the mod listed in httpd.conf, nor in the modules directory. - > > Also is socache_shmcb_module enabled ? >

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
This is apache 2.0.64 --- And which apache version?? I cant see shmcb as option for apache 2.2 lets say: http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslsessioncache

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
Yes. I am running the service as my own user account. This was required because the document root was a share on a win 7 machine; apache is running on a win xp machine. On Wed, Feb 27, 2013 at 9:45 PM, Igor Cicimov wrote: > > > > On Thu, Feb 28, 2013 at 6:10 AM, Matthew

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
I have the line: LoadModule ssl_module modules/mod_ssl.so in httpd.conf. On Wed, Feb 27, 2013 at 3:31 PM, Kevin A. McGrail wrote: > > On 2/27/2013 3:27 PM, Matthew Smith wrote: > >> I meant to have it off the base path. >> > Then remove the leading slash. I wonde

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
I meant to have it off the base path. On Wed, Feb 27, 2013 at 2:19 PM, Kevin A. McGrail wrote: > On 2/27/2013 2:10 PM, Matthew Smith wrote: > >> Trying to get openssl to work locally. This is the error in my log file: >> >> [warn] Init: Session Cache is not configure

[users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
Trying to get openssl to work locally. This is the error in my log file: [warn] Init: Session Cache is not configured [hint: SSLSessionCache] It led me to this via google, and I tried to make sure it was implemented properly: http://wiki.apache.org/httpd/SSLSessionCache I have this in my httpd.

[users@httpd] Re: redirect non-existing directory request to that directory with file name appended

2013-02-26 Thread Matthew Smith
Tried this but it causes a 500 error. Any ideas where I am off? RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) /site_mysite_com/$1/index.cfm [L] On Mon, Feb 25, 2013 at 10:10 PM, Matthew Smith wrote: > Right now I have this: > > Re

Re: [users@httpd] pathing to assets not working using rewrite

2013-02-25 Thread Matthew Smith
thank you, i figured it out. I had enabled the module overall but did not having it running for the directory. On Mon, Feb 25, 2013 at 7:56 PM, Ben Johnson wrote: > > > On 2/24/2013 7:39 PM, Matthew Smith wrote: > > I am trying to serve a secondary site from a subdirect

[users@httpd] reverse proxy, proxyrequests off, remote proxy request returns local root

2012-01-12 Thread Matthew Lenz
Debian 5.x setup |**|mods-enabled# cat proxy* ProxyRequests Off AddDefaultCharset off Order deny,allow Deny from all #Allow from .example.com ProxyVia On # Depends: proxy LoadModule proxy_http_module /usr/lib/ap

Re: [users@httpd] SCGI and Order

2011-12-09 Thread Matthew Berry
Thank you, that is exactly what I needed. I updated my post on LinuxQuestions to reflect this. Sincerely, Matthew Berry On Thu, Dec 8, 2011 at 4:01 AM, Pete Houston wrote: > Hello Matthew, > > It looks as though you are applying restrictions based on the filesystem > and then are

[users@httpd] SCGI and Order

2011-12-07 Thread Matthew Berry
Options FollowSymLinks AllowOverride None Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Deny from all

Re: [users@httpd] consistent 403 for home directory

2011-05-13 Thread Matthew Coleman
e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Matthew Coleman (309) 750-4089 logical.z...@gmail.com

[users@httpd] consistent 403 for home directory

2011-05-13 Thread Matthew Coleman
config file is attached. Thanks! -- Matthew Coleman (309) 750-4089 logical.z...@gmail.com httpd.conf Description: Binary data - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/

RE: [users@httpd] RE: SSL (https) slowness

2011-04-28 Thread Matthew Fletcher
environment with no direct internet access (proxy only) so this request failed and made a 15 second pause on every connection. regards Matthew J Fletcher ** Serck Controls Ltd, Rowley Drive, Coventry, CV3 4FH, UK A company registered

[users@httpd] RE: SSL (https) slowness

2011-04-21 Thread Matthew Fletcher
I made a guess that the was a slowness in some part of Openssl, so tried changing the following in my httpd conf SSLCipherSuite removing +HIGH:+MEDIUM did not make much diffrence. p.s my SSLRandomSeed startup and connect are builtin regards Matthew J Fletcher

[users@httpd] SSL (https) slowness

2011-04-21 Thread Matthew Fletcher
Thu Apr 21 11:22:07 2011] [debug] ssl_engine_io.c(1861): | 0070: c4 ff 41 d0 c1 b8 75 9e-8a f2 c3 79 e7 0e 60 6e ..A...uy..`n | [Thu Apr 21 11:22:07 2011] [debug] ssl_engine_io.c(1867): +-------

Re: [us...@httpd] url rewrite help

2010-08-13 Thread Matthew Smith
0 at 5:01 AM, David Ricar wrote: > Error pages are set in apache configs too, so just change that line... > > Matthew P. Smith wrote: > >> Hi, I have this in the conf: >> >>DirectoryIndex index.cfm >> >> >> I am running coldfusion 9. I am tyr

Re: [us...@httpd] url rewrite help

2010-08-11 Thread Matthew Smith
:21 PM, David Ricar wrote: > I'd use default index and extend it for .cfm as this: > > DirectoryIndex index.html index.cgi index.pl index.php index.xhtml > index.htm index.cfm > > Cheers > David > > Matthew P. Smith wrote: > >> I need to rewrite reques

Re: [us...@httpd] url rewrite help

2010-08-11 Thread Matthew P. Smith
:21 PM, David Ricar wrote: > I'd use default index and extend it for .cfm as this: > > DirectoryIndex index.html index.cgi index.pl index.php index.xhtml > index.htm index.cfm > > Cheers > David > > Matthew P. Smith wrote: > >> I need to rewrite reques

[us...@httpd] url rewrite help

2010-08-11 Thread Matthew P. Smith
I need to rewrite requested urls from this: domain.com/some-directory/ to domain.com/some-directory/index.cfm Can someone provide an example? I need it to apply to all directory only requests. I looked here, but did not see how to do it. http://httpd.apache.org/docs/2.0/misc/rewriteguide.htm

[us...@httpd] Re: using mapped drive as document root

2010-07-28 Thread Matthew P. Smith
username "Matthew" and the password. I was unable to figure out how to use the xp account to connect to the 7 machine. Is there any way to do this? On Wed, Jul 28, 2010 at 11:04 AM, Matthew P. Smith wrote: > I have mapped D:\inetpub on my workstation as Z: on the server. >

[us...@httpd] Re: using mapped drive as document root

2010-07-28 Thread Matthew P. Smith
8 11:24:49 2010] [notice] Child 2620: Released the start mutex [Wed Jul 28 11:24:50 2010] [notice] Child 2620: All worker threads have exited. [Wed Jul 28 11:24:50 2010] [notice] Child 2620: Child process is exiting On Thu, Jul 22, 2010 at 1:51 PM, Matthew P. Smith wrote: > I would like to use

[us...@httpd] using mapped drive as document root

2010-07-22 Thread Matthew P. Smith
I would like to use the drive on my dev workstation as the document root for my apache server. How do I do this? -- Regards, Matthew Smith MS Data Systems, Inc. - Mobile AL <http://www.msdatasystems.com> Mobile AL Web Design Company<http://www.mobile-al-web-design.com/ms-data-systems-

[us...@httpd] see the url vars for a request

2010-06-16 Thread Matthew P. Smith
I would like to see the url vars present in a request. How do I do so? I looked in the dummy-host2.sitename_com.log under logs, and access.log is only a few bytes. Thanks!

RE: [us...@httpd] Reason for 503

2010-05-02 Thread Boehm, Matthew
Hi Igor, When that happens, a log entry is usually written somewhere. As I said in my original post, no log entries are being generated anywhere when these 503s hit. -Matthew -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Sat 5/1/2010 4:29 PM To: users

[us...@httpd] Reason for 503

2010-04-30 Thread Boehm, Matthew
e source to see where "return error_503" may be but that is a daunting task. We are running PHP with the suPhpexec module, if that matters. All mod_proxy* modules are disabled. We are running 2.2.14 on RHEL5.4. Thanks in advance! -Matthew

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

2010-02-16 Thread Matthew Smith
ows 7 machine and vice versa? I don't like having full control for everyone. On Mon, Feb 15, 2010 at 4:37 PM, Paul McFerrin wrote: > 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 > 1

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

2010-02-16 Thread Matthew Smith
The server is windows xp pro. On Mon, Feb 15, 2010 at 2:58 PM, Daniel Reinhardt wrote: > > -- > From: "Matthew Smith" > Sent: 15 February, 2010 18:42 > To: > Subject: Re: [us...@httpd] can't start apache > >

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

2010-02-15 Thread Matthew Smith
Ok, I figured it out. I was using a mapped drive for the document root. Maybe it is a permission issue? I have given full control to everyone, so I'm not sure what it is. On Mon, Feb 15, 2010 at 12:17 PM, Matthew Smith wrote: > I hadn't set up the static lease on my router whe

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

2010-02-15 Thread Matthew Smith
at 11:39 AM, Jeff Trawick wrote: > On Mon, Feb 15, 2010 at 12:06 PM, Matthew Smith > wrote: > > The user account I am logged in as is an admin. > > > > 192.168.1.2 is the ip address assigned to the computer. > > Are you sure? Do you have multiple interfac

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

2010-02-15 Thread Matthew Smith
2\bin>httpd.exe -t Syntax OK But when I try to start the service, I still get The requested operation has failed. On Mon, Feb 15, 2010 at 11:11 AM, Matthew Smith wrote: > Here the conf. I commented out the vhosts and ColdFusion stuff to see if > it would work but it still doesn

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

2010-02-15 Thread Matthew Smith
Here the conf. I commented out the vhosts and ColdFusion stuff to see if it would work but it still doesn't. Maybe someone more familiar than me will spot something? Sorry for the long post. -- # # This is the main Apache HTTP server configura

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

2010-02-15 Thread Matthew Smith
wrote: > > -- > From: "Matthew Smith" > Sent: 14 February, 2010 14:46 > To: "users" > Subject: [us...@httpd] can't start apache > > > When I try to start I get: >> the requested operation failed. >> >> Nothing in the error log.

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

2010-02-14 Thread Matthew Smith
When I try to start I get: the requested operation failed. Nothing in the error log. In event viewer, I get several errors: The Apache service named reported the following error: >>> httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.110 for Server

Re: [us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Matthew Smith
, Programmer In Training < p...@joseph-a-nagy-jr.us> wrote: > On 1/28/2010 2:08 PM, Matthew Smith wrote: > > I understand that. I should have made myself more clear. > > > > I have modified the windows 7 machine host file to the following: > > 192.168.1.2 mysi

Re: [us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Matthew Smith
I understand that. I should have made myself more clear. I have modified the windows 7 machine host file to the following: 192.168.1.2 mysite_com On Thu, Jan 28, 2010 at 1:26 PM, Programmer In Training < p...@joseph-a-nagy-jr.us> wrote: > On 1/28/2010 1:15 PM, Matthew Smith wrote: &

[us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Matthew Smith
In the past I just had one machine. I ran apache on it. I modified the hosts file to point aliases to the local box. 127.0.0.1 mysite_com So in my browser, I could type in: mysite_com (underscore instead of dot) and bring up the site. Now I have a new box running windows 7 that will be the machi

Re: [us...@httpd] mod_cache caching cluster

2009-12-08 Thread Matthew Tice
On Mon, Dec 7, 2009 at 4:04 PM, Francis GALIEGUE wrote: > On Mon, Dec 7, 2009 at 20:08, Matthew Tice wrote: > > Hello, I was wondering if anyone has run across a means consolidating or > > clustering their cache? Currently we have 20 nodes that only serve up > > static c

Re: [us...@httpd] Re: mod_cache caching cluster

2009-12-08 Thread Matthew Tice
On Mon, Dec 7, 2009 at 12:23 PM, Dan Poirier wrote: > Matthew Tice writes: > > > I was digging around with mod_memcache - I really like the idea but 1) it > > doesn't look like it's actively developed, and 2) I can't seem to get the > > caching to

[us...@httpd] mod_cache caching cluster

2009-12-07 Thread Matthew Tice
Hello, I was wondering if anyone has run across a means consolidating or clustering their cache? Currently we have 20 nodes that only serve up static content. Each node is configured with a 6G ramdisk (mod_disk_cache). This works *ok* except for a couple issues. 1) We experience intermittent pe

[us...@httpd] apache restart problem on windows 7

2009-11-22 Thread Matthew Coleman
Hey everyone; I recently installed Apache2.2 on my fresh install of Windows 7 Home Premium, 32bit, as a Windows service. Installation seemed to proceed normally and the server was active afterwards such that I could check visit localhost and get the confirmation page. I don't remember how I clos

Re: [us...@httpd] Apache2 downloads .pl file instead of executes it

2009-09-27 Thread Matthew Pettis
hat ever extension you are using for the cgi programs. > > > > On Mon, Sep 28, 2009 at 1:04 PM, Igor Cicimov wrote: > >> Do you have this statement included in your conf file for the CGI >> directory? >> >> >> Options +ExecCGI >> >>

[us...@httpd] Apache2 downloads .pl file instead of executes it

2009-09-25 Thread Matthew Pettis
Hi, Newbie here -- my Apache2 install is downloading the .pl script I have instead of executing it as a CGI. How do I make it work as a CGI? As a secondary note -- is there a really good resource to understand how the apache conf files work? I see the apache documentation, but am having trouble

[us...@httpd] How to manipulate the query string and headers in apache1

2009-09-15 Thread Matthew Young
Hello, What is the best way to set a cookie based on a value from a var extracted from the query string? All of this done on Apache1 and on a webserver level? The following is my suggestions and questions: a.) mod_rerite cannot set cookies in apache1, so one would think that using that module to

Re: [us...@httpd] Re: High load using memcache and 9G tmpfs

2009-07-20 Thread Matthew Tice
On Mon, Jul 20, 2009 at 7:00 AM, Nicholas Sherlock wrote: > Matthew Tice wrote: > >> Currently we're migrating our static node cluster from 32bit OpenSuse 10.3 >> using the disk_cache_module on a 2G tmpfs to a 64bit CentOS 5.3 using the >> disk_cache module on a 9

[us...@httpd] High load using memcache and 9G tmpfs

2009-07-18 Thread Matthew Tice
Hello, Currently we're migrating our static node cluster from 32bit OpenSuse 10.3 using the disk_cache_module on a 2G tmpfs to a 64bit CentOS 5.3 using the disk_cache module on a 9G tmpfs. After pushing these CentOS nodes into production (and consequently adding many more requests) we started see

[us...@httpd] Re: Close apache console from XP/2003/Vista

2009-05-28 Thread Matthew Gregory
XP Hope some of you find that useful and thanks for the inspiration Eric, Matt Matthew Gregory wrote: Thanks for this, I had tried the GenerateConsoleEvent api before without success, although reading that page the author is creating a remote thread to call the api from within the Apache proces

[us...@httpd] Re: Close apache console from XP/2003/Vista

2009-05-28 Thread Matthew Gregory
n Thu, May 28, 2009 at 7:19 AM, Matthew Gregory wrote: My question is this: how can I gracefully close apache? The docs say to use "httpd -k stop" but on our target platforms this always tries to stop the service but we are actually running as a console. There is mention of using kill on un

[us...@httpd] Close apache console from XP/2003/Vista

2009-05-28 Thread Matthew Gregory
Hi All, This is my first post to this mailing list, I have tried searching for an answer in the archives and on google with no luck. Background: We currently have a web server application that we sell comercially, we are currently rewriting this and have gone down the ISAPI route. To make th

[us...@httpd] Re: Disallow CONNECT method

2009-05-21 Thread Matthew Tice
On Thu, May 21, 2009 at 10:18 AM, Matthew Tice wrote: > I can't seem to disallow the CONNECT method. Not matter what I try I keep > getting a 502 error. Here's the output of my installation: > We ended up moving our rewrite rule INTO the virtualhost directive: RewriteEn

[us...@httpd] Disallow CONNECT method

2009-05-21 Thread Matthew Tice
I can't seem to disallow the CONNECT method. Not matter what I try I keep getting a 502 error. Here's the output of my installation: # /opt/apache2/bin/httpd -v Server version: Apache/2.2.9 (Unix) Server built: Jun 18 2008 03:03:38 # /opt/apache2/bin/apachectl -t -D DUMP_MODULES Loaded Module

Re: [us...@httpd] mod_cache and mod_mem_cache seem to make little improvement

2009-02-09 Thread Matthew Sacks
if one were to build a viewer, what sources should i take a look at? would this be done at the module level or in httpd itself? On Mon, Feb 9, 2009 at 11:17 AM, Eric Covener wrote: > On Mon, Feb 9, 2009 at 1:54 PM, Matthew Sacks wrote: >> Hi ASF, >> Is there a way to view objects

[us...@httpd] mod_cache and mod_mem_cache seem to make little improvement

2009-02-09 Thread Matthew Sacks
Hi ASF, Is there a way to view objects in cache while using mod_mem_cache. I am having trouble gauging the number of objects being cached without using a disk-cache. Thank you, Matthew - The official User-To-User support forum

Re: [us...@httpd] 32 bit Apache2.2.11 on 64 bit RHEL5.2

2009-01-02 Thread Matthew A. Bockol
Hi Vinay, - Original Message - From: "Vinay Purohit" To: users@httpd.apache.org Sent: Friday, January 2, 2009 10:44:09 AM GMT -06:00 US/Canada Central Subject: [us...@httpd] 32 bit Apache2.2.11 on 64 bit RHEL5.2   >1) How to find the existing apache web server mode? (running command 'f

[us...@httpd] Basic Config File Question

2008-12-31 Thread Matthew Hoggan
NameVirtualHost 192.168.1.1 ServerAdmin mbhog...@pacbell.net ServerName www.geoginfo.com:80 DocumentRoot "D:/geoginfo/htdocs" ErrorLog "logs/error.log" TransferLog "logs/access.log" LimitRequestBody 268435459 order allow,deny deny from all order allow,de

  1   2   >