Re: [users@httpd] Avoid internal request on PATH_INFO

2016-04-08 Thread Kees Nuyt
llowOverride None Order deny,allow Deny from all Allow from all ForceType application/x-httpd-php Then, the script is supposed to evaluate $_SERVER['PATH_INFO'] and $_SERVER['QUERY_STRING'] (it doesn't have to be PHP and a virtual h

Re: [users@httpd] Strange with AllowOverrideList Directive

2016-03-29 Thread Kees Nuyt
could change the access file name httpd is looking for, as in: https://httpd.apache.org/docs/2.4/mod/core.html#accessfilename , and .htaccess will not be read anymore. -- Regards, Kees Nuyt - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Can the Apache run the php files which is created in memory dynamicly ?

2016-03-25 Thread Kees Nuyt
rg/docs/2.2/mod/mod_alias.html#scriptalias If you decide to follow-up: please state the primary problem you are trying to solve, instead of issues with the solution you thought was best. There might be better solutions. > Thanks again. > > David > > 2016-03-25 -- Regards,

Re: [users@httpd] Club two or more httpd status page in a single page

2016-03-20 Thread Kees Nuyt
e know how > to implement this? Simplest solution: Build a web page with four frames or iframes, each pointing to the appropriate server-status page. -- Regards, Kees Nuyt - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-20 Thread Kees Nuyt
www.example.com is an example domain, it listens on port 80, and index.html works fine on it. Today, it resolves to IP addresses: $ nslookup www.example.com Name: www.example.com Address 1: 2606:2800:220:1:248:1893:25c8:1946 Address 2: 93.184.216.34 You can over

Re: [users@httpd] SSI

2016-03-12 Thread Kees Nuyt
not loaded > and that was eventually found to be mod_include! Indeed. > Lesson: Read the dang error logs. > Lesson: Make sure all the dang modules you need are Included. Yep. > Thanks for your consideration. I works now. I'm glad you found it, it was my pleasure to be

Re: [users@httpd] SSI

2016-03-12 Thread Kees Nuyt
-03-09 20:25- >[DIR] babylonian_astronomy/ 2016-03-11 09:58- >yahoo-yadha > >What could be broken? > >I have little hair left as it is. If you could help me I'd be vey appreciative. What's the result of htt

Re: [users@httpd] webdav user login/validation

2015-10-18 Thread Kees Nuyt
  AuthType Digest// >//               AuthName "webdav"// >//               AuthDigestProvider file// >//               AuthUserFile /srv/webdav/auth.d/digest_pw// >//               Require user %user// >//  Â

Re: [users@httpd] Difference between Apache 2.2.4 Vs 2.2.25

2015-09-04 Thread Kees Nuyt
.apache.org/dist/httpd/CHANGES_2.2 While you're at it, you may also want to look at: http://www.apache.org/dist/httpd/CHANGES_2.4 -- Regards, Kees Nuyt - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additiona

Re: [users@httpd] mime.types

2015-07-12 Thread Kees Nuyt
On Sat, 11 Jul 2015 23:47:30 -0700 (PDT), "Bardia Afshin" wrote: > Unsubscribe  list-unsubscribe: <mailto:users-unsubscr...@httpd.apache.org> -- Regards, Cordialement, Groet, Kees Nuyt - To unsubsc

Re: [users@httpd] Help - 2.2 to 2.4 migration onto new server failing

2015-05-17 Thread Kees Nuyt
uld have read a bit more before replying :( -- Regards, Kees Nuyt - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Help - 2.2 to 2.4 migration onto new server failing

2015-05-17 Thread Kees Nuyt
is started, but not configured to actually serve a website. -- Regards, Kees Nuyt - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Kees Nuyt
s is happening. Any help/clues would be >appreciated! > >Tim The first virtual host is the default servername. You could try to move the ... server-status ... block into that block. -- Regards, Cordialement, Groet, Kees Nuyt - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] rewrite and InputFilter DEFLATE

2014-11-09 Thread Kees Nuyt
e Order deny,allow Deny from all Allow from all ForceType application/x-httpd-php , but I never bothered to gzip requests. It forces all requests to index.php, just like you appear to need. About the $1 in the above: index.php u

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Kees Nuyt
d problem. It doesn't change for me, using Firefox 33.0.3 on Windows 7. Some links do work (Preview / About Us), but on another domain: http://equaleyesradio.gandi.ws/about-us-page-3 Hope this helps... -- Regards, Kees Nuyt -

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Kees Nuyt
he mod_rewrite module is even > installed and loaded? I don't find a .load file for it in > mods-enabled, making me think it might not be installed. > > Thanks again and as always for any and all assistance. I think Rewrite is overkill. Perhaps something like CanonicalName is better

Re: [users@httpd] Problem with httpd.conf

2014-11-06 Thread Kees Nuyt
.com DocumentRoot /webfiles-root/www/domain2.com is correct. However, the line NameVirtualHost *:80 should not be repeated. -- Regards, Kees Nuyt - To unsubscribe, e-mail: users-unsubscr...@httpd.apa