[users@httpd] Apache 2.2 with PHP 5.3.6 (VC9)

2011-03-17 Thread Yehuda Katz
In PHP's release announcement today (for version 5.3.6), they announced that they are no longer releasing dll s that are compatible with the current builds of httpd for Windows. Are there any official builds that are compatible with PHP's VC9 builds (or any plans to make them available)? Does

Re: [users@httpd] Directories Being Probed Even When Index Listing Denied

2011-03-30 Thread Yehuda Katz
On Wed, Mar 30, 2011 at 7:35 AM, Mark Montague m...@catseye.org wrote: Next, configure Apache to execute the PHP for each virtual host as user unique to that virtual host (and different from the user who owns the files for that virtual host). There are several ways to do this, including

Re: [users@httpd] Re: Re: wildcard domains do not [MORE] work

2011-04-03 Thread Yehuda Katz
On Sun, Apr 3, 2011 at 5:13 PM, Francois Gingras francois.ging...@gmail.com wrote: Only anything in /home/*/pubic_html is screwed. Hard to guess why without seeing in what context you've set PHP-related directives. Have you tried the SetHandler stanza in the FAQ? IIRC, the debian

Re: [users@httpd] cannot run mod_status

2011-04-05 Thread Yehuda Katz
On Tue, Apr 5, 2011 at 9:52 AM, Michael D. Berger m_d_berger_1...@yahoo.com wrote: Location /server-status SetHandler server-status Order deny,allow Deny from all Allow from 192.168.9.0/24 127.0.0.1 /Location I tried access from the local box as well as

Re: [users@httpd] Re: cannot run mod_status

2011-04-05 Thread Yehuda Katz
On Tue, Apr 5, 2011 at 10:19 AM, Michael D. Berger m_d_berger_1...@yahoo.com wrote: On Tue, 05 Apr 2011 09:56:08 -0400, Yehuda Katz wrote: The first thing I always try is removing/commenting the access control directives, something like this: Location /server-status SetHandler

Re: [users@httpd] Full Request URI in access_log

2011-04-05 Thread Yehuda Katz
On Tue, Apr 5, 2011 at 1:00 PM, Chad Morland cmorl...@gmail.com wrote: I've got a domain hosted on one of our servers that seems to be getting a ton of junk traffic from Bit Torrent clients. The request that is showing up in my access_log is:

Re: [users@httpd] Re: cannot run mod_status

2011-04-05 Thread Yehuda Katz
[[RESEND]] On Tue, Apr 5, 2011 at 10:43 AM, Michael D. Berger m_d_berger_1...@yahoo.com wrote: Same result, 403 when I do: /server-status I note that I also get 403 for: /AnyOldJunk Since I have no file or directory named server-status, I assume that Apache is supposed to give this

Re: [users@httpd] HTTP POST to a directory

2011-04-06 Thread Yehuda Katz
On Wed, Apr 6, 2011 at 7:25 PM, Eric Covener cove...@gmail.com wrote: On Wed, Apr 6, 2011 at 7:04 PM, anthony.br...@gdc4s.com wrote: However, I would rather not have them specify a particular script file, I simply want them to POST to: http://somesite:port/SERVICES If you suppress

Re: [users@httpd] Configuring Apache to run as a different user for each directory

2011-04-24 Thread Yehuda Katz
On Sun, Apr 24, 2011 at 3:19 PM, Erik van der Kouwe erik...@gmail.comwrote: Dear all, The short version: I'm an Apache n00b and would like to know how to set it up to run under different user accounts depending on the directory served. This has been of the mailing list three times in the

Re: [users@httpd] 403 error on Default Directory

2011-04-28 Thread Yehuda Katz
On Thu, Apr 28, 2011 at 10:37 AM, J. Stephens onlineworkm...@gmail.comwrote: I am getting 403 errors when I add a new vhost. at testing601.remcycle.netI get 403, but at testing601.remcycle.net/index.html it works. What are the possible causes of this 403 error? Check the error log.

Re: [users@httpd] 403 error on Default Directory

2011-04-28 Thread Yehuda Katz
On Thu, Apr 28, 2011 at 1:53 PM, J. Stephens onlineworkm...@gmail.comwrote: error log says [Thu Apr 28 13:50:57 2011] [error] [client 98.226.168.246] client denied by server configuration: / my website is at /var/www/testing600.remcycle.net/. Should it be saying that directory and not the

Re: [users@httpd] 403 error on Default Directory

2011-04-30 Thread Yehuda Katz
On Fri, Apr 29, 2011 at 11:00 AM, J. Stephens onlineworkm...@gmail.comwrote: The solution to the problem was that I needed to add a Directory/ to the vhost. I do not know why it would need the root directory, but as long as it is fixed then I do not care. Would this cause any security risks

Re: [users@httpd] Updating mod_ssl -- need to recompile Apache et al?

2011-05-01 Thread Yehuda Katz
On Sun, May 1, 2011 at 10:53 AM, René Fournier m...@renefournier.com wrote: I need to update Apache's SSL to the latest version (1.0.0d). Is it necessary to recompile all of Apache, or can I simply rebuild mod_ssl? (Reason is that I'm using OS X Server 10.6.7 and want to continue to enjoy the

Re: [users@httpd] userdirs inaccessible after upgrade

2011-05-01 Thread Yehuda Katz
On Sun, May 1, 2011 at 3:29 PM, Allen Seelye alleni...@gmail.com wrote: I upgraded from ubuntu 9.10 to 10.10. Now my userdirs are inaccessible. The access log reads: - GET /~user HTTP/1.1 403 506 -

Re: [users@httpd] Updating mod_ssl -- need to recompile Apache et al?

2011-05-02 Thread Yehuda Katz
On Monday, May 2, 2011, Satish Patel satish...@hotmail.com wrote: You can upgrade mod_ssl without recompile apache if your apache support DSO Use apxe tool to compile mod_ssl That won't help prevent the Apple software updater from overwriting the change.

Re: [users@httpd] Help to identify the files in the source code

2011-05-05 Thread Yehuda Katz
On Thu, May 5, 2011 at 10:19 AM, siraj p s siraje...@gmail.com wrote: Thank you Eric ...We were able to successfully implement our idea..Can this idea be utilised for preventing ipv4 address exhaustion? *No.* *I hate to be so blunt about it, but a standard httpd installation* will run an

Re: [users@httpd] Restrict subdirectory access based on host name

2011-05-05 Thread Yehuda Katz
On Thu, May 5, 2011 at 11:41 PM, Ndmigration ndmigrat...@gmail.com wrote: www.sc.org should serve site from a folder called cs www.sc.com should serve site from a folder called dam but I don't want them to be interchangeable like www.sc.org/dam or www.sc.com/cs. How to restric this? Are

Re: [users@httpd] Restrict subdirectory access based on host name

2011-05-08 Thread Yehuda Katz
On Fri, May 6, 2011 at 12:12 AM, Ndmigration ndmigrat...@gmail.com wrote: Thanks for your response. The below is what I currently have it. But, when I use www.sc.com/cs then I was able to access it. However, I would like to restrict it. So, only www.sc.org can go to cs folder, and www.sc.com

Re: [users@httpd] Adwords reports 3 times as many 'clicks' as the server log shows served.

2011-05-13 Thread Yehuda Katz
On Fri, May 13, 2011 at 3:52 PM, Jeroen Geilman jer...@adaptr.nl wrote: On 05/13/2011 09:16 PM, Xavier Gallagher wrote: I retrieve my logs via cpanel, if that is relevant. You'd need to look at real server logs - not something dished up by a crapanel. As far as I know, cPanel has a single

Re: [users@httpd] Question re: httpd automatically stopping

2011-05-16 Thread Yehuda Katz
On Mon, May 16, 2011 at 9:31 PM, Matt Windsor k...@windstream.net wrote: Every so often the httpd service on our server will stop – I’m not seeing any attempts to automatically restart. Any thoughts? A friend of mine recommended the apache userlist. J The only things of interest I’m

Re: [users@httpd] Apache update DNS issue

2011-05-20 Thread Yehuda Katz
On Fri, May 20, 2011 at 6:36 AM, Naveen Surisetty naveenmai...@gmail.comwrote: But when i upgraded to apache2.2 there is no change in client. http://www.xyz.com in working fine but https://www.xyz.com (SSL) is not resolving the server IP. That is not a DNS issue. There is no difference

Re: [users@httpd] strange encoded requests coming in to my server - like'

2011-05-31 Thread Yehuda Katz
On Tue, May 31, 2011 at 10:35 AM, Jason Vas Dias jason.vas.d...@gmail.comwrote: But I had the impression from reading the documentation that the access_log was to record actual ACCESSes , ie. for requests that at least pass the is a valid HTTP request test , and that non-requests, if logged

Re: [users@httpd] how many Location directives can you have?

2011-06-03 Thread Yehuda Katz
On Fri, Jun 3, 2011 at 8:59 AM, Tommy Peterson tommy.peter...@xpandcorp.com wrote: OK. Thanks. But what do you mean “Please don’t top-post”? I don’t understand. http://en.wikipedia.org/wiki/Posting_style Personally, I use interleaved posting when answering many questions and generally

Re: [users@httpd] using mod_rewrite to change home page

2011-06-10 Thread Yehuda Katz
On Fri, Jun 10, 2011 at 10:53 AM, John Fitzgibbon jfitzgib...@galwaylibrary.ie wrote: Less importantly, I would like

Re: [users@httpd] seperate logins?

2011-06-13 Thread Yehuda Katz
On Mon, Jun 13, 2011 at 7:49 AM, Lars Nielsen l...@mit-web.dk wrote: Hi I am running my own server on debian lenny with apache and php. Now I have several websites that only I are going to update. Is it fine to run those under the same userlogin and use virtualhosts or should I create a

Re: Re: [users@httpd] PHP Not Working

2011-06-13 Thread Yehuda Katz
On Mon, Jun 13, 2011 at 11:49 PM, zavelo...@gmail.com wrote: Hello and thank you again for your replies thus far. I am still trying to get apache to parse php. I ran apache2ctl -L and I don't see php as an available module, yet when I do ls /etc/apache2/mods-available, I see the php5.conf and

Re: [users@httpd] Installing Subversion support for Apache

2011-06-20 Thread Yehuda Katz
On Mon, Jun 20, 2011 at 4:21 PM, Kevin Christensen ksch...@cdrgts.comwrote: httpd.exe: Syntax error on line 83 of C:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/**httpd.conf: LoadModule takes two arguments, a module name and the name of a shared object file to load it from

Re: [users@httpd] Installing Subversion support for Apache

2011-06-21 Thread Yehuda Katz
On Tue, Jun 21, 2011 at 12:35 PM, Kevin Christensen ksch...@cdrgts.comwrote: ** On 6/20/2011 10:11 PM, Yehuda Katz wrote: On Mon, Jun 20, 2011 at 4:21 PM, Kevin Christensen ksch...@cdrgts.comwrote: httpd.exe: Syntax error on line 83 of C:/Program Files (x86)/Apache Software Foundation

Re: [users@httpd] vhost names on logs

2011-07-11 Thread Yehuda Katz
On Mon, Jul 11, 2011 at 9:52 AM, Eric Covener cove...@gmail.com wrote: On Mon, Jul 11, 2011 at 8:02 AM, Josu Lazkano josu.lazk...@barcelonamedia.org wrote: Hello list, I want to configure a lo system and I need to get the vhost name on the log files to separate them. See about adding %v

Re: [users@httpd] Can connect to SSL using localhost but not remotely

2011-08-07 Thread Yehuda Katz
On Sun, Aug 7, 2011 at 1:42 PM, Robert Madsen madsen.rob...@gmail.comwrote: When you say type httpd -S on the command line, are you talking about the Windows prompt? I tried this and it said httpd is not recognized. Also, if it helps to know I am running Windows 7 Ultimate Service Pack 1.

Re: [users@httpd] Encode problem

2011-08-24 Thread Yehuda Katz
On Wed, Aug 24, 2011 at 8:06 AM, Josu Lazkano josu.lazk...@barcelonamedia.org wrote: I have this error: http://dl.dropbox.com/u/1541853/apache2.png It can handle the Pàgina word, it looks like a encoding problem Instead of speculating: Any time you get a 500 error (as shown in your

Re: [users@httpd] Encode problem

2011-08-24 Thread Yehuda Katz
On Wed, Aug 24, 2011 at 8:39 AM, Josu Lazkano josu.lazk...@barcelonamedia.org wrote: [Wed Aug 24 14:32:45 2011] [error] [client 84.88.76.10] PHP Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 30720 bytes) in /var/wikifarm/wiki/includes/Xml.php on line 593,

Re: [users@httpd] Encode problem

2011-08-25 Thread Yehuda Katz
On Thu, Aug 25, 2011 at 3:46 AM, Josu Lazkano josu.lazk...@barcelonamedia.org wrote: On Wed, 2011-08-24 at 08:51 -0400, Yehuda Katz wrote: On Wed, Aug 24, 2011 at 8:39 AM, Josu Lazkano josu.lazk...@barcelonamedia.org wrote: [Wed Aug 24 14:32:45 2011] [error] [client 84.88.76.10

Re: [users@httpd] Notice: Undefined index: HTTP_X_FORWARDED_FOR

2011-09-15 Thread Yehuda Katz
On Thu, Sep 15, 2011 at 7:25 AM, J. Bakshi joyd...@infoservices.in wrote: I am trying a small php script in my servers and the both the cases I get errors as This is not an Apache question, so you should really ask it on a PHP list. That said: ` ` ` ` Notice: Undefined index:

Re: [users@httpd] Apache is redirecting/rewriting randomly

2011-10-12 Thread Yehuda Katz
On Wed, Oct 12, 2011 at 6:04 AM, Bilal Itani bi...@itx.com.lb wrote: ** My apache webserver is redirecting URLs to a random directory, ex if I enter in the browser : www.mydomain.com it is redirected internally without the URL being changed on the browser to www.mydomain.com/SokMT/, each

Re: [users@httpd] Modification Of Apache Login Prompt

2011-10-18 Thread Yehuda Katz
On Tue, Oct 18, 2011 at 9:38 AM, Amol Puglia amolcpug...@yahoo.com wrote: I need help in modifying the apache login prompt. Apache does not have a login prompt. Apache sends a WWW-Authenticate: Basic realm=Secure Area header in the response and it is the browsers responsibility to supply

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Yehuda Katz
On Tue, Oct 18, 2011 at 12:33 PM, Greg Fennell fennel...@conmagick.comwrote: You can only have 1 SSL per IP address. You would need to get a 2nd IP address on your server for a 2nd SSL. You could also try SNI. It is not supported by some old browsers. Browsers/clients with support for TLS

Re: [users@httpd] Intermittent access to web address

2011-10-25 Thread Yehuda Katz
My message was caught by the list's spam filter the first time around. Let's try again... On Tue, Oct 25, 2011 at 10:14 PM, Webmaster Bill webmasterb...@comcast.net wrote: This is my first try at running a web site from a spare computer at home. You should make sure that this is not against

Re: [users@httpd] best practice: suexec with PHP5 in a many-user/non-technical-user environment

2011-10-26 Thread Yehuda Katz
On Wed, Oct 26, 2011 at 9:49 PM, Alexandr Normuradov norma...@gmail.comwrote: Use MPM ITK. Solves security, memory and speed problems. Tested in production, very good alternative for environments when users are not very savvy and not require custom php.ini I use ITK with great results, but

Re: [users@httpd] best practice: suexec with PHP5 in a many-user/non-technical-user environment

2011-10-26 Thread Yehuda Katz
, that handles pretty much everything. ITK has some nice thresholds and limits that you can safely adjust. Sincerely, Alexandr Normuradov On 26 October 2011 20:58, Yehuda Katz yeh...@ymkatz.net wrote: On Wed, Oct 26, 2011 at 9:49 PM, Alexandr Normuradov norma...@gmail.com wrote: Use

Re: [users@httpd] Blocking referer problem

2011-10-29 Thread Yehuda Katz
2011/10/29 Leonardo M. Ramé martinr...@yahoo.com Knowing this, I found by googling, that I can block referers by adding this to my .htaccess file: RewriteEngine on RewriteCond %{HTTP_REFERER} st\.ac\.th [NC,OR] RewriteCond %{HTTP_REFERER} clubmedia-ent\.com [NC,OR] RewriteCond

Re: [users@httpd] Blocking referer problem

2011-11-06 Thread Yehuda Katz
2011/11/6 Leonardo M. Ramé martinr...@yahoo.com From: Yehuda Katz yeh...@ymkatz.net To: users@httpd.apache.org; Leonardo M. Ramé martinr...@yahoo.com Sent: Saturday, October 29, 2011 11:44 PM Subject: Re: [users@httpd] Blocking referer problem 2011/10/29

Re: [users@httpd] timezone under Windows 7

2011-11-06 Thread Yehuda Katz
On Sun, Nov 6, 2011 at 9:24 PM, Alain Roger raf.n...@gmail.com wrote: Hi, i have configure a PHP server with apache httpd. i would like to know if there is a parameter to setup apache timezone or time/date information ? in PHP and under windows everything is OK, however some script shown a

Re: [users@httpd] http headers question

2011-11-12 Thread Yehuda Katz
On Sat, Nov 12, 2011 at 10:34 AM, sbliss sbl...@nyc.rr.com wrote: How did you get my email address, by the way? - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [users@httpd] SSL received a record with an unknown content type

2011-11-18 Thread Yehuda Katz
On Fri, Nov 18, 2011 at 2:56 AM, Ranjith Kumar ranjit...@gmail.com wrote: I am running a web application on apache and using openssl for encryption. I am receiving ssl error when I browse my application with https://. The error says SSL received a record with an unknown content type Error

Re: [users@httpd] Struggling to overcome the learning curve for Apache http server !!!!

2011-11-24 Thread Yehuda Katz
On Thu, Nov 24, 2011 at 12:44 PM, rota regi rotar...@gmail.com wrote: I am reading Pro Apache and feel completely lost at many times. What did u start from ? That question is too broad. Instead of trying to learn everything about Apache, I suggest that you write out what you are trying to

Re: [users@httpd] php.net is directing windows users to Apache Lounge

2011-12-13 Thread Yehuda Katz
On Tue, Dec 13, 2011 at 11:50 AM, Paul Simon p...@simonway.com wrote: PHP.net [http://windows.php.net/download/] is directing folks to download apache for windows from Apache Lounge [http://apachelounge.com/]. It says the apache from apache.org is compiled with the legacy Visual Studio 6

Re: [users@httpd] Hack?

2011-12-13 Thread Yehuda Katz
On Tue, Dec 13, 2011 at 9:50 PM, Knute Johnson apa...@knutejohnson.comwrote: This showed up in my log today on a Ubuntu server with Apache 2.2.17. A total of 3 possible successful probes were detected (the following URLs contain strings that match one or more of a listing of strings that

Re: [users@httpd] Hack?

2011-12-13 Thread Yehuda Katz
On Tue, Dec 13, 2011 at 10:33 PM, Knute Johnson apa...@knutejohnson.comwrote: On 12/13/2011 7:12 PM, Yehuda Katz wrote: On Tue, Dec 13, 2011 at 9:50 PM, Knute Johnson apa...@knutejohnson.com mailto:apache@knutejohnson.**com apa...@knutejohnson.com wrote: This showed up in my log today

Re: [users@httpd] Proces killed after http post without ConentType header

2012-01-28 Thread Yehuda Katz
On Sat, Jan 28, 2012 at 7:16 AM, Bardo Bakker bardobak...@gmail.com wrote: Hi, I wrote some software which post a binary (image) to our server. After a reboot (due to resize HDD), the server has some post issues. It hangs at the end of a http post without the content type header set. I

Re: [users@httpd] Proces killed after http post without ConentType header

2012-01-29 Thread Yehuda Katz
On Sun, Jan 29, 2012 at 6:36 AM, Bardo Bakker bardobak...@gmail.com wrote: Tanx for reply! In run on CentOS 5.7 (Latest). CentOS' policy is to have most stable versions which is apache 2.2.3... And this is not stable behaviour. PHP Version = 5.3.9 mysql Ver 14.14 Distrib 5.5.20, for Linux

Re: [users@httpd] Proces killed after http post without ConentType header

2012-01-29 Thread Yehuda Katz
On Sun, Jan 29, 2012 at 9:46 AM, Yehuda Katz yeh...@ymkatz.net wrote: On Sun, Jan 29, 2012 at 6:36 AM, Bardo Bakker bardobak...@gmail.comwrote: Tanx for reply! In run on CentOS 5.7 (Latest). CentOS' policy is to have most stable versions which is apache 2.2.3... And this is not stable

Re: [users@httpd] Disabling virtual hosts in Apache

2012-01-31 Thread Yehuda Katz
2012/1/31 Antonio Fernández Pérez antoniofernan...@fabergames.com Hi everybody, I would like to know how can I do to disable a virtual host and print an error page in virtual host not enabled. Having www.mydomain.com and www.mydomain2.com, when I execute a2dissite www.mydomain.com I get

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-01 Thread Yehuda Katz
On Wed, Feb 1, 2012 at 12:55 PM, Darryle Steplight dstepli...@gmail.comwrote: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/php_pdo' - /usr/lib64/php/modules/php_pdo:cannot open shared object file: No such file or directory in Unknown on line 0 PHP

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Yehuda Katz
On Wed, Feb 1, 2012 at 2:18 PM, Darryle Steplight dstepli...@gmail.comwrote: They are in /usr/lib64/php/modules/ . I can see pdo_mysql.so in that folder. The configurations in /etc/php.d/ are created by YUM . So are you suggesting that I installed PHP by source instead? Sorry for the delay,

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Yehuda Katz
On Sun, Feb 5, 2012 at 2:10 PM, Darryle Steplight dstepli...@gmail.comwrote: I have Centos 5.5. and I've installed Apache, MySql 5.5 and PHP via yum. I can install PHP from source some time today but it wil most likely be the same version I already have 5.3.9 since that is currently the

Re: [users@httpd] checking my httpd.conf

2012-02-14 Thread Yehuda Katz
On Tue, Feb 14, 2012 at 12:44 PM, florent larose florent.lar...@hotmail.com wrote: Well, I try to check my httpd.conf file with the command: Apache -t Now i obtain the following error message : syntax error on line 961 of c:\wamp\bin\apache\apache2.0.63\conf\httpd.conf -- it is my

Re: [users@httpd] checking my httpd.conf

2012-02-14 Thread Yehuda Katz
On Tue, Feb 14, 2012 at 12:47 PM, Yehuda Katz yeh...@ymkatz.net wrote: On Tue, Feb 14, 2012 at 12:44 PM, florent larose florent.lar...@hotmail.com wrote: Well, I try to check my httpd.conf file with the command: Apache -t Now i obtain the following error message : syntax error on line

Re: [users@httpd] checking my httpd.conf

2012-02-14 Thread Yehuda Katz
On Tue, Feb 14, 2012 at 1:55 PM, florent larose florent.lar...@hotmail.comwrote: ok for precedent checking... - Apache -t (syntax ok) Now that my httpd .conf file is well configured, I launch my server and i have the internal Server Error 500 : The server encountered an internal error or

Re: [users@httpd] checking my httpd.conf

2012-02-14 Thread Yehuda Katz
On Tue, Feb 14, 2012 at 2:22 PM, florent larose florent.lar...@hotmail.comwrote: well apache_error.log - [Tue Feb 14 20:05:05 2012] [notice] Apache/2.0.63 (Win32) PHP/5.2.6 configured -- resuming normal operations [Tue Feb 14 20:05:05 2012] [notice] Server built: Jan 17 2008 22:58:29 [Tue

Re: [users@httpd] Apache 2.2 RedirectMatch url behaviour in a Directory context?

2012-02-17 Thread Yehuda Katz
I don't know the answer, but the way I would probably try to find the answer is to do what you have already done: Try it and see what happens. - Y On Fri, Feb 17, 2012 at 11:48 AM, Morse, Richard E.MGH remo...@partners.org wrote: Hi! I was wondering if anyone had had a chance to look at this?

Re: [users@httpd] 1 Public IP Many Servers

2012-02-18 Thread Yehuda Katz
On Sat, Feb 18, 2012 at 4:40 PM, Chris Arnold carn...@electrichendrix.comwrote: Apache2.2.3 on SLES10. I was hoping my firewall (sonicwall tz180w enhanced software) would do this but it looks like it might not. We have 4 servers with private ip's and our firewall has 1 public ip. These servers

Re: [users@httpd] 1 Public IP Many Servers

2012-02-20 Thread Yehuda Katz
On Mon, Feb 20, 2012 at 9:49 PM, Chris Arnold carn...@electrichendrix.comwrote: I just want to revisit this on-list again. Yehuda has help tremendously, thank you Yehuda. I have the front end server set for proxy(reverse) in the httpd file: VirtualHost ifolder.teknerds.net:443 ServerName

Re: [users@httpd] Apache Configuration Cleanup Help

2012-02-21 Thread Yehuda Katz
On Tue, Feb 21, 2012 at 2:17 PM, brittany.m.pears...@accenture.com wrote: I’ve recently inherited the administration duties of my team’s Apache server. I’m new to Apache, but I’ve been picking up as much as I can through tutorials and Google, and from what I can tell the original setup of

Re: [users@httpd] 1 Public IP Many Servers

2012-02-21 Thread Yehuda Katz
On Mon, Feb 20, 2012 at 9:49 PM, Chris Arnold carn...@electrichendrix.comwrote: I just want to revisit this on-list again. Yehuda has help tremendously, thank you Yehuda. I have the front end server set for proxy(reverse) in the httpd file: ProxyPass /ifolder https://192.168.123.4/ifolder

Re: [users@httpd] Perl for Apache

2012-02-24 Thread Yehuda Katz
On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold carn...@electrichendrix.comwrote: The part that makes me think that apache is not configured for mod-perl is when I restart apache I should see: linux:~ # rcapache restart Shutting down httpd done

Re: [users@httpd] Perl for Apache

2012-02-26 Thread Yehuda Katz
On Fri, Feb 24, 2012 at 4:58 PM, Chris Arnold carn...@electrichendrix.comwrote: On Feb 24, 2012, at 4:49 PM, Yehuda Katz yeh...@ymkatz.net spake unto us On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold carn...@electrichendrix.com wrote: The part that makes me think that apache

Re: [users@httpd] Unable to get to any sites after an install

2012-03-06 Thread Yehuda Katz
On Tue, Mar 6, 2012 at 12:32 PM, Chris Arnold carn...@electrichendrix.comwrote: Fresh install of 2.2.12 on SLES11 SP2 (fresh install also. I was having problems with yast munging apache vhosts and ssl.conf so i decided to reinstall SLES11 too). The only thing that has been done to apache:

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Yehuda Katz
On Tuesday, March 6, 2012, Chris Arnold carn...@electrichendrix.com wrote: Nothing in the logs when i access http://teknerds.net/ifolder/ or https://teknerds.net/ifolder. What am i doing wrong? First, the rewrite rules in the non-ssl ghost are working fine. It looks like the server is not

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Yehuda Katz
On Tue, Mar 6, 2012 at 4:13 PM, Yehuda Katz yeh...@ymkatz.net wrote: On Tuesday, March 6, 2012, Chris Arnold carn...@electrichendrix.com wrote: Nothing in the logs when i access http://teknerds.net/ifolder/ or https://teknerds.net/ifolder. What am i doing wrong? First, the rewrite rules

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Yehuda Katz
On Tue, Mar 6, 2012 at 4:40 PM, Chris Arnold carn...@electrichendrix.comwrote: It looks like the server is not listening on port 443. I can get to https://192.168.123.4/ifolder and login with no problems so i know it is listening on 443. 192.168.123.3 is not listening on port 443.

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Yehuda Katz
On Tue, Mar 6, 2012 at 4:49 PM, Chris Arnold carn...@electrichendrix.comwrote: =It looks like the server is not listening on port 443. I can get to https://192.168.123.4/ifolder and login with no problems so i know it is listening on 443. 192.168.123.3 is not listening on port 443. Snippet

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Yehuda Katz
On Tue, Mar 6, 2012 at 5:07 PM, Chris Arnold carn...@electrichendrix.comwrote: On Tue, Mar 6, 2012 at 4:49 PM, Chris Arnold carn...@electrichendrix.com wrote: In /etc/sysconfig/apache2 find the 'Define' line and make sure SSL is in it and NOSSL is not in it (should be below the modules

Re: [users@httpd] Reverse proxy

2012-03-06 Thread Yehuda Katz
On Tue, Mar 6, 2012 at 6:04 PM, Chris Arnold carn...@electrichendrix.comwrote: When putting SSL in the server flags line, apache does not restart: [Tue Mar 06 17:59:45 2012] [error] Init: Unable to read server certificate from file /etc/apache2/ssl.crt/server.crt [Tue Mar 06 17:59:45 2012]

Re: [users@httpd] Reverse proxy to Websphere

2012-03-07 Thread Yehuda Katz
On Wed, Mar 7, 2012 at 12:04 PM, Jorge Andres Osorio jvoorhe...@gmail.comwrote: Hi people: I'm having issues with and old Apache 2.0.52 running as a reverse proxy to a Websphere server. The description of the problem is exactly the same that someone has with Apache 2.2.x in this URL:

Re: [users@httpd] Directory Setting Issues, i believe(kind of long)

2012-03-10 Thread Yehuda Katz
On Sat, Mar 10, 2012 at 2:42 PM, Chris Arnold carn...@electrichendrix.comwrote: making a new vhost.conf called helpdesk.teknerds.conf and adding this to that vhost.conf: DocumentRoot /opt/otrs/bin/cgi-bin/ and adding this to the otrs.conf file which is in /etc/apache2/conf.d: # agent,

Re: [users@httpd] Directory Setting Issues, i believe(kind of long)

2012-03-11 Thread Yehuda Katz
On Sun, Mar 11, 2012 at 2:34 PM, Chris Arnold carn...@electrichendrix.comwrote: # agent, admin and customer frontend Alias /otrs-web/ /opt/otrs/var/httpd/htdocs/ Alias / /opt/otrs/bin/cgi-bin/ This says to make an alias for every vhost from / to /opt/otrs/bin/cgi-bin/ You need to put that

Re: [users@httpd] Slow mod_proxy response

2012-04-05 Thread Yehuda Katz
On Thu, Apr 5, 2012 at 11:17 AM, shirley@thomsonreuters.com wrote: The server is hosted in the lab network and the INTERNAL_IPPDR is one of the IP addresses on the server, say 172.29.31.10. There is a firewall in the lab for outside connection into the lab and the natted IP address is,

Re: [users@httpd] Fw: VLC web player does not work when using apache - please advise

2012-04-25 Thread Yehuda Katz
On Wed, Apr 25, 2012 at 3:13 PM, traveller t...@yahoo.com wrote: I looked at the Apache access log file and it seems that Apache receives the request from the VLC player: [25/Apr/2012:08:31:22 +0700] GET /root/95180.avi HTTP/1.1 200 1165938 http://localhost/root/why.html; Mozilla/5.0

Re: [users@httpd] Fw: VLC web player does not work when using apache - please advise

2012-04-25 Thread Yehuda Katz
On Wed, Apr 25, 2012 at 8:02 PM, traveller t...@yahoo.com wrote: If the access was successful, then it means it got to the VLC player on browser side. So why doesn't the player show the file? As I already wrote in my first Email, the player works fine from any path that is not

Re: [users@httpd] unique virtual server

2012-04-26 Thread Yehuda Katz
On Thu, Apr 26, 2012 at 4:45 PM, Bashiro bash...@myway.com wrote: My problem is: The Seagate NAS have a local IP 192.168 I configured the next virtual host like this; VirtualHost 192.168... ServerName name.seagateshare.com DocumentRoot 192.168 /VirtualHost When browser access

Re: [users@httpd] asynchronous connection (ap_mpm_register_timed_callback)

2012-05-21 Thread Yehuda Katz
On Mon, May 21, 2012 at 6:37 AM, Pöchtrager, Bernhard bernhard.poechtra...@fabasoft.com wrote: I know I write already an e-mail about the problem, but nobody answered me. Now I start a second try. Is anybody working with ap_mpm_register_timed_callback successful? You will

Re: [users@httpd] Apache22 + PHP 54

2012-05-21 Thread Yehuda Katz
On Mon, May 21, 2012 at 11:26 AM, motty.cruz motty.c...@gmail.com wrote: I get Index Of / but my web file. IfModule dir_module DirectoryIndex index.html index.php5 /IfModule If I click on index.php, it shows text page. Your DirectoryIndex says to load a file named index.php5 . If you

Re: [users@httpd] Apache22 + PHP 54

2012-05-21 Thread Yehuda Katz
On Mon, May 21, 2012 at 11:55 AM, motty.cruz motty.c...@gmail.com wrote: ** when i take 5 out i get server error, but httpd-error.log does not tell me nothing actually it does not report any errors on the log. i'm confuse. I have a similar server running Apache22 and PHP52, if I installed

Re: [users@httpd] Pretty welcome page for versions of apache 1.3?

2012-06-19 Thread Yehuda Katz
On Tue, Jun 19, 2012 at 1:04 AM, Dan Mahoney, System Admin d...@prime.gushi.org wrote: I recognize that there are reasons for having the default welcome page be the simple, boring It Works! (not wanting to expose version or type of running software), but I kind of miss the old pages with the

Re: [users@httpd] simple easy way to turn to maintenance mode

2012-05-28 Thread Yehuda Katz
On Mon, May 28, 2012 at 12:43 PM, Mark Montague m...@catseye.org wrote: On May 27, 2012 7:42 , Miguel Gonzalez miguel_3_gonza...@yahoo.es wrote: I'm administering Apache and Tomcat web servers. From time to time we have to turn the web server down and would be nice to have a maintenance

Re: [users@httpd] hash store failed errror

2012-07-25 Thread Yehuda Katz
On Wed, Jul 25, 2012 at 9:34 AM, The - Creative talktome...@gmail.comwrote: What is the root cause for below error in Apache web server and how do we resolve that : [Tue 24 Jul 2012 00:00:02] hash store failed while registering module class 256 'Generic'. Consult your vendor. [Tue Jul 24

Re: [users@httpd] mod_authnz_external and mod_auth_external

2012-08-09 Thread Yehuda Katz
There are modules that I have used that do this, but they are usually limited to particular situations. For example, mod_auth_cas (https://wiki.jasig.org/display/CASC/mod_auth_cas) authenticates against a CAS server. You might be looking for something like mod_auth_tkt (

Re: [users@httpd] 405 Errors

2012-08-16 Thread Yehuda Katz
Can you run something like wires hark and see exactly what the request was when you got the 405? (Sorry for top-posting. I am using a mobile device that does give me a choice.) On Thursday, August 16, 2012, Chris Arnold wrote: Apache2 2.12 (?) on sles11 sp2. We have a vhost file with the

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

2012-08-19 Thread Yehuda Katz
On Sun, Aug 19, 2012 at 1:29 PM, Denis BUCHER dbuche...@hsolutions.chwrote: ** Le 19.08.2012 18:17, Alex Bligh a écrit : --On 19 August 2012 17:58:34 +0200 Denis BUCHER dbuche...@hsolutions.ch wrote: And the most surprising is that it only happens with Google bot and other search engines

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

2012-08-19 Thread Yehuda Katz
On Sun, Aug 19, 2012 at 3:27 PM, Denis BUCHER dbuche...@hsolutions.chwrote: ** And the most surprising is that it only happens with Google bot and other search engines crawler but never with users ??? Good idea ! I tried, but changing the User agent to Google Bot doesn't seem to

Re: [users@httpd] Why are my posts to the httpd.apache.org list bouncing?

2012-08-30 Thread Yehuda Katz
On Thu, Aug 30, 2012 at 8:55 PM, Ed Young e...@summitbid.com wrote: This is a test: I have been trying to post to this list, but they keep bouncing back with: The error that the other server returned was: 552 552 spam score (5.7) exceeded threshold (HTML_MESSAGE,RCVD_IN_DNSWL_

Re: [users@httpd] Forcing SSL while redirecting with query string intact, preventing double-login problem and preventing plaintext authentication

2012-09-27 Thread Yehuda Katz
We use mod_rewrite (non-relevant config removed): VirtualHost *:80 Directory /var/www/admin RewriteEngine On RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} /Directory /VirtualHost VirtualHost _default_:443 AddExternalAuth pwauth /usr/sbin/pwauth

Re: [users@httpd] apache won't start

2012-10-13 Thread Yehuda Katz
On Sat, Oct 13, 2012 at 3:46 PM, Ben benj@gmail.com wrote: * Starting web server apache2 apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/osrf_http_translator.load: Cannot load

Re: [users@httpd] Apache Query- RewriteRule

2012-10-13 Thread Yehuda Katz
On Sat, Oct 13, 2012 at 1:44 PM, vivek aggarwal vicky007aggar...@yahoo.co.in wrote: Hi All, I h've observed that i am able to redirect from apache to Tomcat Application without using ProxyPass attribute. I just used the following rewrite rule in place of ProxyPass /abc

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Yehuda Katz
On Tue, Nov 13, 2012 at 11:12 AM, Lester Caine les...@lsces.co.uk wrote: Ben Johnson wrote: You, good sir, would be well-served to install mod_info, which will tell you exactly which directives are being applied to which containers. We can guess at this all day, but there are a number of

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Yehuda Katz
On Tue, Nov 13, 2012 at 11:16 AM, Kevin A. McGrail kmcgr...@pccc.comwrote: This might be helpful in determining the error: LINK REMOVED P.S. OK it's not helpful at all but I couldn't resist posting it. The cuteness overwhelmed me. Next time, resist.

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Yehuda Katz
I am going to guess that there is a conflict between your rewrite rules and actual directory names. I am guessing that the 403 is generated by directory index not being allowed. When I go to http://evesham.uk.com/wiki/index.php?page=Life+in+Evesham, the page actually shows up (and it also does

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Yehuda Katz
On Tue, Nov 13, 2012 at 4:54 PM, Lester Caine les...@lsces.co.uk wrote: lines like RewriteRule ^/?wiki/view/(.+)$ /wiki/index.php?page=$1 [L] have been ammended to RewriteRule ^/?wiki/view/(.+)$ /srv/website/eveshamtc.org.uk/**wiki/index.php?page=$1 [L] 'A web-path to a resource'

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

2012-11-29 Thread Yehuda Katz
On Thu, Nov 29, 2012 at 6:57 PM, Alex Chen alex_c...@filemaker.com wrote: However I have already set ServerRoot to C:/Program Files/Apache and DocumentRoot to 'htdocs, therefore I assume it implies the document root will be C:/Program Files/Apache/htdocs, as indicated in your reply, correct?

  1   2   3   4   5   >