Re: [EMAIL PROTECTED] file size limitation?

2006-01-12 Thread marc
No, this will not work. I have asked for a cite to specific apache documentation as to such limitations but never did receive a response, though it is an acknowledged limit. We were hoping to netboot some larger images via http and got caughyt in a image size that grew beyond the limit I

[EMAIL PROTECTED] FIle size limitations

2005-07-19 Thread marc
but have not been able to find anything specific. The target application is that we want to be able to serve up a 5 gig workstation image and it owuld be handy if we could serve it up via http Any help would be appreciated. Thanks in advance... Marc G

[EMAIL PROTECTED] Apache ACL

2008-01-14 Thread Marc
rned). So what is it with the PHP files? It seems to behave like I am unable to access any subdirectory of a directory containing a .php file with the FilesMatch directive above. Why?? Thanks for any input you might have on this. Regards, Marc -

[EMAIL PROTECTED] Re: Apache ACL

2008-01-15 Thread Marc
Boyle Owen swx.com> writes: > > The problem you describe has no obvious solution, so there must be > additional config directives interfering with your setup. See notes > below: > > > -Original Message- > > From: news [mailto:news ger.gmane.org] On B

[EMAIL PROTECTED] compiling 2.2.8 with dbd and mysql 5.0.51a

2008-03-23 Thread Marc
ysqlclient_r" to APRUTIL_EXPORT_LIBS adding "-lmysqlclient_r" to APRUTIL_LIBS adding "-L/usr/local/mysql/lib/mysql" to LDFLAGS adding "-lmysqlclient_r" to LDFLAGS Thanks, in advance, Marc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -. Ro

[users@httpd] duplicate logging into one global access/error log

2021-10-06 Thread Marc
Currently I have virtualhost configuration files that configure logging like this[1] (in a local dir). How can I add something to eg /etc/httpd/conf/httpd.conf that logs everything of all configured virtual hosts ALSO into some global log file? [1] .. .. CustomLog "|/usr/sbin/rotatelogs -L

RE: [users@httpd] Local css/js files take 5 seconds to load

2021-10-12 Thread Marc
> Httpd with default settings. Opening a local html document with cleared > cache in any browser takes very long to load. The Chrome network tab > shows that the "Content Download" from included local css/js files take > 5 seconds to load. No matter how many or which files. Issue appeared > after u

RE: [users@httpd] How to display the True-Client-IP header in the access log

2021-10-19 Thread Marc
With haproxy you have an option to enable a proxy protocol, this transmits the client ip. I guess something similar must exist in your case. > > When Apache is accessed via a CDN (Akamai), I would like to record the > IP of the accessing client in the Apache logs. > In order to display the True-

RE: [users@httpd] Re: Choosing Windows platfrorm

2021-10-23 Thread Marc
> > With over 1.4 billion devices now running Windows 10/11, customer > satisfaction is higher than any previous version of windows. > > WTF WTF I @#$@#$@#$ hate windows 10. Customer statisfaction with Microsoft is 0 https://www.reddit.com/r/aargh_Microsoft/ ---

RE: [users@httpd] Is it possible to install/configure SSL certificates on a server behind a reverse proxy?

2022-01-12 Thread Marc
You can just do that. I have also certs behind a reverse proxy. My whole 'virtual/internal' applications in containers is running with my own CA certificates and on the reverse proxy I have some certs from known CA's Specific for this setup is a proxy protocol, that informs the public ip address

RE: [users@httpd] How to get someone to look at a Apache bug report on Red Hat's Bugzilla?

2022-02-24 Thread Marc
> > Since you don't have paid support from RedHat, there is absolutely no > reason to not install your own version of httpd. > I agree. The days of relying on a lts distribution are coming to an end. I have the impression that RedHat is not the place to be anymore. Moving packages from the lts

RE: [users@httpd] Re: Getting XAMPP Apache on Windows 10 to work through local network!

2022-04-07 Thread Marc
Some client told me to never do business with companies/people that call themselves hero, master etc. Makes me wonder about people calling themselves good guy. > -Original Message- > From: 😉 Good Guy 😉 > Sent: Thursday, 7 April 2022 04:57 > To: users@httpd.apache.org > Subject: [users

RE: [users@httpd] Log to syslog?

2022-04-12 Thread Marc
> > i went through this issue the hard way > > Urgh - thanks for the comprehensive reply. > > > there does not seem to be anything at all as apache seems to be all file > > related > > I wonder why mod_syslog has not been made more generic? > > > redirecting to logger just does not work. > > >

[users@httpd]

2023-05-13 Thread Marc
How do I get that the file (docroot)/images/favicon.ico is not loaded from the disk but instead from the /tmp/os-favicon.ico? "/tmp/os-favicon.ico" https://httpd.apache.org/docs/2.4/mod/core.html#files Is this te best manual?? "# Insert stuff that applies to cat.html here" is not ve

RE: [users@httpd]

2023-05-15 Thread Marc
> > > > How do I get that the file (docroot)/images/favicon.ico is not loaded > from the disk but instead from the /tmp/os-favicon.ico? > > Use the Alias directive. > https://httpd.apache.org/docs/2.4/urlmapping.html > Hmmm, so I am ending up with somwthing like this. Is that really the best w

RE: [users@httpd]

2023-05-15 Thread Marc
On Mon, May 15, 2023 at 3:48 AM Marc <mailto:m...@f1-outsourcing.eu> > wrote: > > > > > > > > > > How do I get that the file (docroot)/images/favicon.ico is not > loaded > > from the disk but instead from the /tmp/os-

[users@httpd] RE: config - how are multiple VirtualHost directives for the same address handled?

2023-06-30 Thread Marc
> > How does apache httpd 2.4 handle multiple VirtualHost directives for the > same address ? > > For example: > > > SSLCertificateFile "${SRVROOT}/conf/server.crt" ># ... > > > > DocumentRoot "/www/docs/host.example.com" > # ... > > > Are the settings merged, as if written like

[users@httpd] RE: config - how are multiple VirtualHost directives for the same address handled?

2023-06-30 Thread Marc
> > > > How does apache httpd 2.4 handle multiple VirtualHost directives for > > the same address ? > > > > For example: > > > > > > SSLCertificateFile "${SRVROOT}/conf/server.crt" > ># ... > > > > > > > > DocumentRoot "/www/docs/host.example.com" > > # ... > > > > > > Are the setting

[users@httpd] RE: *****SPAM***** [users@httpd] How can I force a server name header?

2023-08-02 Thread Marc
> > I'm trying to test a new server located at internal IP 192.168.1.5. The > production server lives at IP 192.168.1.7 on the same network. > > How can I force the browser to connect to the correct server? If I try > "http://192.168.1.5"; the redirect on the first (alphabetically) virtual > se

[users@httpd] loading shop.example.com in www.test.com/shop/

2023-08-03 Thread Marc
I was wondering if it is even possible to publish an existing shop hosted on the subdomain shop.example.com and show it as a 'folder' in www.test.com/shop. Will I have problems with browsers (cookies?). I don't want to resolve this on the file system because both have different uid/gids on files

RE: [users@httpd] loading shop.example.com in www.test.com/shop/

2023-08-04 Thread Marc
> > > I was wondering if it is even possible to publish an existing shop > hosted on the subdomain shop.example.com and > show it as a 'folder' in www.test.com/shop . > Will I have problems with browsers (cookies?). I don't want to resol

[users@httpd] allow general access after 1 auth

2023-08-12 Thread Marc
I was wondering if it is possible to allow general access to an url after some account authenticated for this url. Without the necessity to adapt the web application for this Say we have closed https://www.example.com/webapp with something like Require valid-user Order deny,allow Deny from all

[users@httpd] realtime protection against cloud scans

2023-09-12 Thread Marc
Anyone having a suggestion on how to block cloud crawlers/bots? Obviously I would like search engine bots to have access, but all the other crap I want to lose. Only 'real users'. What is best practice for this? Just getting amazon, googleusercontent, digitalocean, azure ip ranges and put them

[users@httpd] where to change this "internal server error message"

2023-09-15 Thread Marc
Where/how can I change this message? The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at xxx to inform them of the time this error occurred, and the actions you performed just before this error. More inf

RE: [users@httpd] where to change this "internal server error message"

2023-09-15 Thread Marc
> See the ErrorDocument directive. It does not seem to work. It looks like this config is skipped and the error is loaded directly from the httpd binary. ErrorDocument 500 /406.html > Now, why is that response not suitable? And why would you respond with a > 200 for a blocked user agent? I t

RE: [users@httpd] where to change this "internal server error message"

2023-09-15 Thread Marc
> > What is returning the 500 response here? Is php/python/perl involved? No, I think this mod_security is generating this > As for the scrapers, you are absolutely wasting your time customizing the > response. I would just return a 403, actually. I think you might be right. I did not expect to

RE: [users@httpd] realtime protection against cloud scans

2023-09-15 Thread Marc
erver performance? > > On Tue, Sep 12, 2023 at 10:33 AM Marc <mailto:m...@f1-outsourcing.eu> > wrote: > > > > Anyone having a suggestion on how to block cloud crawlers/bots? > Obviously I would like search engine bots to have access, but all the other > crap

RE: [users@httpd] realtime protection against cloud scans

2023-09-16 Thread Marc
> > using the NTP firewall > > Sorry, using the NFT firewall. > I still need to get familiar with nft. Currently I am using ipset, adding ip's with scripts. But ipset is preconfigured for specific netmask /24 /X. So at some point your /24 is getting full with 65k entries. It would be nice if

RE: [users@httpd] proxying SSL -> SSL

2023-10-04 Thread Marc
> > Hi guys. > > I've sroogled & have found people suggesting working examples, I thought I > had some notes but now I'm thinking I read that it should not work.. > so I'm not sure what to think of this seemingly setup: > > > ServerAdmin web...@lemko.xyz > ServerNa

RE: [users@httpd] Is it true that Nginx is faster, more secure and better than Apache?

2023-10-04 Thread Marc
I know that with nginx you can't configure your chain certificate separately, super annoying. > > Hello, > Thanks again. > Why has Apache Foundation never tested Apache performance with Nginx? > > > > > On Sat, Sep 30, 2023 at 12:00 PM, Frank Gingras >wrote: > There might

[users@httpd] dynamic ssl cert/key selection

2023-10-20 Thread Marc
Is there a way to chose what ssl certs/keys to load when you have something like ServerAlias test.*.* So when host test.example.com is serviced, that it will get SSLCertificateFile "/etc/pki/tls/certs/example.com.crt" So when host test.example.net is serviced, that it will get SSLCertifica

RE: [users@httpd] dynamic ssl cert/key selection

2023-10-20 Thread Marc
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -. F1 Outsourcing Development Sp. z o.o. Poland t: +48 (0)12 4207 835 e: m...@f1-outsourcing.eu > -Original Message- > From: Will Fatherley > Sent: Friday, 20 October 2023 16:04 > To: users@httpd.apache.org > Subjec

[users@httpd] working with a reverse proxy

2024-02-27 Thread Marc
I am having a more or less default setup where I proxy a website with something like this ProxyPass"https://${proxyhost}/en_gb"; ProxyPassReverse "https://${proxyhost}/en_gb"; ProxyPassReverseCookieDomain "${proxyhost}" "${defaulthost}" ProxyHTMLURLMap ... ProxyHTMLURLMap .. Everythin

RE: [users@httpd] working with a reverse proxy

2024-02-27 Thread Marc
> > > What would a best practice of 'informing' the proxyhost about that it is > being proxied and it should send the defaulthost hostname? > > can try > https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypreservehost Proxy only works when I am having ProxyPreserveHost Off, I can't chang

RE: [users@httpd] working with a reverse proxy

2024-02-28 Thread Marc
> > > > > > > What would a best practice of 'informing' the proxyhost about that > it is > > being proxied and it should send the defaulthost hostname? > > > > can try > > > https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypreservehost > > Proxy

RE: [users@httpd] working with a reverse proxy

2024-02-28 Thread Marc
> > Should I for instance set headers, and in the proxied website should I > check on such headers? (Btw this is php). Or are there other things > available like HTTP_X_FORWARDED_FOR > > mod_proxy should add the "X-Forwarded-Host" header (i.e. > HTTP_X_FORWARDED_HOST in cgi/php) with the value o

RE: [users@httpd] Measurements of htaccess processing penalty

2024-03-04 Thread Marc
If you are testing, can you do it again with putting the .htaccess in cache? I am just curious :) https://hoytech.com/vmtouch/ > > The HTTPD documentation says "You should avoid using .htaccess files > completely if you have access to httpd main server config file. Using > .htaccess files slows

RE: [users@httpd] Measurements of htaccess processing penalty

2024-03-04 Thread Marc
> > The whole point of .htaccess files is that they aren't cached, it gives > users who are not able to control the server the ability to make > configuration changes. I have never ever modified these in application directories. You do this maybe once in the top level, maybe for some redirecti

[users@httpd] virtualhost environment setting for proxy

2024-03-26 Thread Marc
I have currently this in my virtual host config SetEnvIf Host test\.example\.com CODE=123 How should I change this line for when this website is being access via ProxyPass and ProxyPassReverse?

[users@httpd] RE: virtualhost environment setting for proxy

2024-03-26 Thread Marc
> I have currently this in my virtual host config > > SetEnvIf Host test\.example\.com CODE=123 > > > How should I change this line for when this website is being access via > ProxyPass and ProxyPassReverse? > SetEnvIf X-Forwarded-Server

[users@httpd] pipe logs to somethings that resembles a curl post

2024-04-08 Thread Marc
I was wondering how I could use piped logs to redirect some logs, comparable to curl post requests. [1] https://httpd.apache.org/docs/current/logs.html

[users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Marc
Currently I have modified some rust application that does this to satisfaction. But piping to a 60MB binary for quite a few virtual hosts does not really seem efficient to me. Is there not some apache module that can offer a "global" access to logging and 'clones' all logging to some tcp socket

[users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Marc
Oops I was mislead by some old posts. GlobalLog[1] does this for everything. However I have not found what value[2] has the requested virtual host name. [1] https://httpd.apache.org/docs/current/mod/mod_log_config.html [2] https://httpd.apache.org/docs/current/mod/mod_log_config.html#formats

[users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Marc
%v sorry for polluting this list PS. If it is any consolation, I have registered myself at a retirement home > -Original Message- > From: Marc > Sent: Wednesday, 10 April 2024 14:22 > To: users@httpd.apache.org > Subject: [users@httpd] RE: pipe logs to somethings that r

RE: [users@httpd] RE: pipe logs to somethings that resembles a curl post

2024-04-10 Thread Marc
> > > > [1] > > https://httpd.apache.org/docs/current/mod/mod_log_config.html > > > > [2] > > https://httpd.apache.org/docs/current/mod/mod_log_config.html#formats > > You could also use > https://httpd.apache.org/docs/current/mod/mod_lua.html#luahooklog to > split up your logs or discard/silence

[users@httpd] better configtest

2024-04-16 Thread Marc
With the forced upon us 90 day certificate renewal crap, my httpd was down today although I have a 'restart procedure' that verifies a bit for errors with apachectl configtest. 1. what is the point of having a apachectl configtest, when a restart can still fail? It can't be to difficult to in

RE: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread Marc
> > I was looking for openssl command(s) to generate server side certificate > and key so that https start working on my apache 2.4 web server on > windows. > > I looked on Internet but found few commands but they all used different > arguments to openssl. > > Can someone please give me exact op

RE: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread Marc
> > Windows is my development environment. Later the website will be hosted > on linux and the linux hosting provider will provide SSL certificate. > But should your development be not protocol independent? If your code works on http it should also work on https. I am getting sick of these word

RE: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread Marc
> > > But should your development be not protocol independent? If your > code works on http it should also work on https. I am getting sick of > these wordpress idiots where they still have hardcoded links everywhere > and I can't even convert a website from http to https. > > > > Are yo

RE: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread Marc
> > Pardon me- have 443 redirect to 80 of the environment variable is true. > Alternatively, have a completely different 443 vhost declared for > development purposes > > On Tue, Apr 16, 2024 at 11:30 AM Will Fatherley > wrote: > > > > But should y

RE: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread Marc
ing people incorrectly to upgrade eg while distributions are > backporting security stuff. A developer should just do developing. A > dentist is also not telling an ophthalmologist what to do. Why do you > care if you are using http or https? Unless you are developing something > specific to

RE: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread Marc
> > On Tuesday 16 April 2024 at 18:42:09, Marc wrote: > > > This is more about the ability to host an application regardless if it > is > > on http or https. How https is enforced/applied is up to the manager of > > the server, why would you even care as a devel

RE: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread Marc
> > http is an insecure protocol. I don't want my website to run on > http. So, I am hardcoding https in links in my website that refer to > pages in my website. > > > Now, I know that you will write why not redirect http to https by > default. No because that is not relevant to me

RE: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread Marc
> I don't know what you are trying to prove by your points + you are > insulting people for no reason. I am insulting no one, mostly stating what is common. > If you insult people, they may insult you back. > > Russia attacked Ukraine and Ukraine/NATO hit Russia back. I think you are the only

RE: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread Marc
> > So, is this wrong forum for asking about openssl commands required > for generating certificates for enabling https on apache? > Mostly you will be notified. The only thing you need to add to your virtual host for https is this: SSLEngine on SSLCertificateFile SSLCertificateChainFil

RE: [users@httpd] better configtest

2024-04-17 Thread Marc
> > > > 1. > > what is the point of having a apachectl configtest, when a restart can > still fail? It can't be to difficult to include cert checks here, can it? > This is now becoming a significant part. > > The bar is useful, not perfect. configtest checks for _syntax_ validity. > > > 2. > > A

[users@httpd] proxypass to next proxy

2024-05-06 Thread Marc
On some production environment I am using this: ProxyPass http://test.example.com/test But on development I can't access test.example.com, traffic needs to be routed through another proxy on a different port. How should I rewrite this so requests for /test -> test.example.com go via pr

[users@httpd] RE: proxypass to next proxy

2024-05-06 Thread Marc
> > > On some production environment I am using this: > > > ProxyPass http://test.example.com/test > > ProxyRemote "http://test.example.com/test " "http://proxy.local.net:5000"; ProxyPass http://test.example.com/test

RE: [users@httpd] http ok, https Forbidden

2024-05-15 Thread Marc
> > we have a apache 2.4.59 running on windows for an internal page. > Now we would like to use https instead of http > > Opening the url via http works, > when I use https I get > > Forbidden > You don't have permission to access this resource. > > I activated the debug level and see this line

[users@httpd] output buffer php ProxySet

2024-06-20 Thread Marc
I am experimenting a bit with output buffering with php-fpm[1]. In my default setup I can't get this to work. Currently I am only getting this to work when I add this to my virtualhost config: ProxySet enablereuse=on flushpackets=on I assume this will impact the rest of the website. Is th

[users@httpd] RE: output buffer php ProxySet

2024-06-22 Thread Marc
> I am experimenting a bit with output buffering with php-fpm[1]. In my > default setup I can't get this to work. Currently I am only getting this > to work when I add this to my virtualhost config: > > > ProxySet enablereuse=on flushpackets=on > > > I assume this will impact the rest of th

RE: [users@httpd] Simulating rewrite rules?

2024-07-11 Thread Marc
> > RewriteCond %{HTTP_USER_AGENT} ^$ > [OR] > RewriteCond %{HTTP_USER_AGENT} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* > [NC,OR] > RewriteCond %{HTTP_USER_AGENT} > ^.*(HTTrack|clshttp|archiver|loader|email|nikto|miner|python).* [NC,OR] > RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|libwww\- > perl|curl|

RE: [users@httpd] reverse proxy setup

2024-07-11 Thread Marc
I am testing a bit with this: 32 33 # files are still loaded from default host 34 Define defaulthost "" 35 Define proxyhost "" 36 37 ProxyPreserveHost Off 38 ProxyAddHeaders On 39 SetOutputFilter proxy-html 40 Prox

RE: [users@httpd] apache reverse proxy question -- i think

2024-07-13 Thread Marc
You can't do this with something like alias? Alias "/images/logo.svg" "/var/www/html/berat/public/logo.svg" > > I'd like something like:: > >ProxyPass /logo.svg http://1.2.3.4/berat/public/logo.svg >ProxyPassReverse /logo.svg http://1.2.3.4/berat/public/logo.svg > doesn't work >

[users@httpd] temporary enable/disable access

2024-08-01 Thread Marc
I have currently such virtual host config: 1 2 AllowOverride All 3 Require all granted 4 45 46 Order deny,allow 47 Deny from all 48 #Allow from all 49 Allow from 1.1.1.1 50 #Allow from 2.2.2.2 51 # allow cron The ide

RE: [users@httpd] temporary enable/disable access

2024-08-02 Thread Marc
> > > I have currently such virtual host config: > > > 1 > 2 AllowOverride All > 3 Require all granted > 4 > >45 >46 Order deny,allow >47 Deny from all >48 #Allow from all >

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

2024-08-20 Thread Marc
> I have been trying to find the location of the actual html pages that you > see on my website so I can edit them. But in my document root I only have > > 400.shtml > iew&p=/var/www/html&f=400.shtml#new> 229 28-Oct-2

RE: [users@httpd] How do I add the "samesite" attribute to JSESSION cookie

2024-10-18 Thread Marc
> > > It sounds like you might be running Tomcat behind Apache HTTP. If so, add > (or edit) the element in > $CATALINA_BASE/conf/context.xml to read > This is also an issue when you are using JkMount? - To unsubscribe, e-mail

[users@httpd] how to redirect ip ranges to warning page

2024-10-29 Thread Marc
I am blocking most of amazon,google,azure clouds with ipsets. I also seem to have added (automatically) ranges that were abusive from apple safe browsing (or so?) I would like to remove these ip addresses of apple safe browsing from the tcp filter, but I want httpd to redirect all these ip cli

[users@httpd] RE: how to redirect ip ranges to warning page

2024-10-29 Thread Marc
> > > I am blocking most of amazon,google,azure clouds with ipsets. I also seem > to have added (automatically) ranges that were abusive from apple safe > browsing (or so?) > > I would like to remove these ip addresses of apple safe browsing from the > tcp filter, but I want httpd to redirect al

RE: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-31 Thread Marc
> > > I prefer to return there everything with 4xx return code, but can't get > this for / > > Use an empty directory as the documentroot, disable mod_autoindex. Use > a highish debug level to check I am for now sticking to virtualhost only configs as I don't want to change global settings. So

RE: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-31 Thread Marc
> > > > > > > > > > > I am blocking most of amazon,google,azure clouds with ipsets. I > also seem > > > to have added (automatically) ranges that were abusive from > apple safe > > > browsing (or so?) > > > > > > I would like to remove these ip addres

RE: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-31 Thread Marc
> [...] > > > If you're using ip tables, you can re-route the request to a > different > > > TCP port and configure a vhost that serves the chosen document > for any > > > request to any path. > [...] > > Yes this is probably the most efficient. I am surprised this seems to > work

RE: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-31 Thread Marc
> > > I am testing with this now. Only thing I probably am stuck with is > having this in GlobalLog. > > you can turn off your GlobalLog if you add an > [env=[!]environment-variable] statement and > setenv that environment-variable in your new vhost. > https://httpd.apache.org/docs/2.4/mod/mod_lo

RE: [users@httpd] SSL setup assistance

2024-09-18 Thread Marc
> > I am running Apache on a Windows server with at least close to latest > release. It host my personal website and a website for my home Christmas > light show. Just simple static web pages - nothing fancy at all. There > is absolutely nothing that needs any degree of security. As such I hav

RE: [users@httpd] LDAP connection failure: what does "not authoritative" mean?

2024-11-26 Thread Marc
Is ldapsearch working from the same server? There can be lots of issues with ssl and auth sff. > I'm trying to do basic authentication via LDAP to Active Directory. > HTTPD logs this: > > [Mon Nov 25 16:02:47.362939 2024] [authnz_ldap:debug] [pid 6205:tid > 6205] mod_authnz_ldap.c(548): [client

[users@httpd] off topic - how to secure httpd

2024-12-04 Thread Marc
I hope nobody minds me addressing this off topic question. I was thinking about adding ipv6, and when I got a range to try with, I was actually surprised how many I got. This made me wonder how many ipv6 are being used and how many ipv4. Having these ipv6 so abundantly available made me also t

[users@httpd] proxy for www and without

2025-02-01 Thread Marc
How should I change this config so it works with www.a.com and a.com? I tried with trying to assign %{HTTP_HOST} to defaulthost Define defaulthost "a.com" Define proxyhost "b.com" ProxyPreserveHost Off ProxyAddHeaders On SetOutputFilter proxy-html ProxyHTMLEnable On

[users@httpd] proxy urlmapping outside of the path

2025-01-31 Thread Marc
I have a config and actually only want to allow access to a specific path xxx of the proxied host nothing else. However that path on the proxied host is refering to files eg in the root ProxyPreserveHost Off ProxyAddHeaders On SetOutputFilter proxy-html ProxyHTMLEnable On Pr

[users@httpd] RE: proxy urlmapping outside of the path

2025-01-31 Thread Marc
> > I have a config and actually only want to allow access to a specific > path xxx of the proxied host nothing else. However that path on the > proxied host is refering to files eg in the root > > ProxyPreserveHost Off > ProxyAddHeaders On > SetOutputFilter proxy-html > ProxyHT

RE: [users@httpd]

2024-12-14 Thread Marc
You should have a service provider for such stuff. This starts to look like when your kid is ill and then asking in the local pet shop for advise. > > I had two working websites until I realized over the weekend that my > server was running Ubuntu 23.04 which had no apparent easy upgrade to > 24

[users@httpd] efficient abuse page

2025-01-16 Thread Marc
I have currently some abuse page that notifies the ip is blocked. I am generating this page with php because I want to display the ip adres on this page. Is there a more efficient way to generate a page with one line of text and the blocked ip address? Maybe directly in apache without using php-

[users@httpd] http/3 quic support

2025-01-17 Thread Marc
Anyone have some manual for enabling http/3 quic on el9? Is this by default now support in kernels? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[us...@httpd] mod_auth_pgsql and mod_auth_mysql on the same server

2009-06-15 Thread Marc Feist
ssing configuration parameters, referer: [...] Is there any way to get rid of this? Maybe disabling mod_auth_pgsql for certain virtual servers? I didn't find any option anywhere. Best, Marc - The official User-To-Us

Re: [us...@httpd] mod_auth_pgsql and mod_auth_mysql on the same server

2009-06-15 Thread Marc Feist
cept completely disabling it for the whole server. Best, Marc - 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-ma

Re: [us...@httpd] mod_auth_pgsql and mod_auth_mysql on the same server

2009-06-15 Thread Marc Feist
Hi! Use mod_authn_dbd, which works obsoletes the modules mentioned in your subject line for authentication. Thanks a lot for the hint! I'll have a deep look at this. Best, Marc - The official User-To-User support for

RE: [us...@httpd] mod_auth_pgsql and mod_auth_mysql on the same server

2009-06-18 Thread Marc Feist
Hi! > Use mod_authn_dbd, which works obsoletes the modules mentioned > in your subject line for authentication. Thanks to Nick for pointing me to DBD. I googled 2 days for mod_auth_mysql/mod_auth_pgsql with no clues at all. Everything is working now! Best

[us...@httpd] SSI - file not included

2009-07-08 Thread Marc Patermann
d the file again and it stops working. foo/ and bar/ are both "DAV on". foo/ is accessable without authencitation. bar/ is "basic auth" protected (file and ldap). Can the included file not be placed in an authentictaion protected directory or is

Re: [us...@httpd] SSI - file not included

2009-07-08 Thread Marc Patermann
e is a 401 Unauthorized then that's the problem. I can't see any 401 errors in access or error log. There are only "unable to include "./bar/footer.html" in parsed file /opt/www/index-test.html" messages. Marc ---

Re: [us...@httpd] group authorization via LDAP

2009-10-02 Thread Marc Patermann
uire valid-user" is not working at all - because AuthzLDAPAuthoritative is "On" - or it overrules any ldap-group setting. Hm!? Marc - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] Filter by group attribute using mod authnz_ldap

2009-10-02 Thread Marc Patermann
ibute. :) If you use AuthLDAPBindDN for searching ldap by apache, you could "hide" other groups than these with the attribute by ACL on the ldap server. Marc - The official User-To-User support forum of the Apa

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-13 Thread Marc Patermann
rg/de/firefox/ https://addons.mozilla.org/de/firefox/addon/3829 Then you may see, what's going on. Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> f

[us...@httpd] httaccess stopped working

2009-10-25 Thread Marc Fromm
I have used this htaccess file for quite some time now and it worked, only allowing access to specific ip addressess. For some reason the htaccess is not blocking ip addresses outside the ones specified. I have 'x'ed out the ip addresses and changed the user user name for this email. AuthType Ba

[us...@httpd] RE: httaccess stopped working update

2009-10-25 Thread Marc Fromm
htaccess file in the sub directory? # Block bad-bots using lines written by bad_bot.pl script above SetEnvIf Request_URI "^(/403.*\.htm|/robots\.txt|/file_instead_of_what_they_want\.htm)$" allowsome order allow,deny allow from all deny from env=getout -Original Message----- From:

[us...@httpd] output buffer

2009-12-29 Thread Marc Fromm
some other setting in httpd that I need to adjust to be able to start a session within the php script? Thanks Marc

[us...@httpd] Locked Apache configuration file

2010-03-20 Thread Marc Buyens
I am migrating to a new PC that runs Windows 7 and try reinstalling the Apache/PHP environment that I use to develop and test my website. Apache 2.2.15 no SSL. PHP 5.2.12. This same combination was used on my old XP machine. Installation did not give any special problems. Apache has not been co

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Marc Buyens
it does not return any results. Another thing that I observed is that I can rename the file, but if I do so, the file is immediately recreated. On 20/03/2010 13:26, Eric Covener wrote: On Sat, Mar 20, 2010 at 8:16 AM, Marc Buyens wrote: I am migrating to a new PC that runs Windows 7 and try

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Marc Buyens
. This works, does not give a warning, but when I ask to save the file, it sends me in a save as dialogue. When I specify the same filename and after confirming that I want to replace the file, the save fails. On 20/03/2010 15:48, Eric Covener wrote: On Sat, Mar 20, 2010 at 9:23 AM, Marc Buyens

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Marc Buyens
e the file. It is a bit like confirming that I am still alive before editing the file. Some form of technology progress, I assume, but not a progress of human logic... On 20/03/2010 17:22, William A. Rowe Jr. wrote: On 3/20/2010 9:48 AM, Eric Covener wrote: On Sat, Mar 20, 2010 at 9:2

[us...@httpd] [Tips] How to Dynamically Limit Access to a folder based on its name and Apache SSL Session Variable

2010-03-23 Thread Marc Leurent
r help! Best Regards, -- -- -- Marc LEURENT lf...@leurent.eu - 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: users-unsub

  1   2   3   4   >