Re: [users@httpd] Re: Alternatives to SSI (server side includes)?

2020-10-04 Thread Rob De Langhe
hi Tom, I simply use (or dynamically construct) a page with iframes, in which each iframe gets loaded by a separate CGI results; this is the async way. You can trigger the loading of certain iframes when user clicks on some button in the main part of the page, then a Javascript function is

Re: [users@httpd] apache run status: how to tell as non-root user (on *nix)?

2017-02-21 Thread Rob De Langhe
the existence of the PID file only gives a hint; its contents (the PID of the process) should then be checked to see if that particular process is indeed (still) running. Citeren Rainer Canavan : On Tue, Feb 21, 2017 at 2:53 PM, Tom Browder wrote: I need to programatically determine whether

Fwd: [users@httpd] Compiling HTTPD from Source

2014-10-27 Thread Rob De Langhe
Personally, I just compile the entire suite from source code, including the compiler (GCC) itself, openSSL, anything related to what my web server might need. All dependencies and the correct versions of the different software packages are stored in a rather bulky (but simple) Makefile. Once you h

[users@httpd] building and installing on different servers, different directories

2012-01-31 Thread Rob De Langhe
hi Apache gurus, we have -what I assume a rather typical situation of modern IT environment- no compiler on our production servers. So, the building of Apache will need to be done on (duh) development servers, that do not necessarily have the same directory structures as the target production

[users@httpd] installing in different directories than on the build server?

2011-11-15 Thread Rob De Langhe
hi all, I have a non-production server with a compiler to build Apache HTTPD, and a production server without compiler where it should get installed. No superuser privileges, so the purpose is to build and install Apache somewhere under our user account's homedir. On the non-production server w

[users@httpd] SUMMARY:still hacking proxy-attempts accepted by webserver

2011-07-07 Thread Rob De Langhe
rm. Testing is done with a TELNET to my web server's internal IP address, port 80, and entering the following: GET http://www.yahoo.com/ HTTP/1.1 Host: www.yahoo.com (followed by double newlines) cheers Rob Citeren Rob De Langhe : > hi, > > despite me disabling the "

[users@httpd] still hacking proxy-attempts accepted by webserver

2011-07-01 Thread Rob De Langhe
hi, despite me disabling the "proxy*" modules from my Apache, I see still occasionally some succesfull hack attempts via my server (code 200) : 125.46.73.7 - - [30/Jun/2011:11:54:09 +0200] "GET http://www.baidu.com/ HTTP/1.1" 200 240 "-" "Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)" The lo

Re: [users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Rob De Langhe
hey Steve, didn't know you guys have summers in Britain ?! ;-) I would guess your Apache is started either from CRON or in any case from a startup script that didn't have the right TZ environment variable set. Rob Citeren Steve Foster : > Hi there, > > I have a slight issue with rota

Re: [users@httpd] suspicious proxy(?) URLs in logs

2011-03-14 Thread Rob De Langhe
ared) vhost_alias_module (shared) Citeren Rob De Langhe : > haven't got a single reply (yet), so tempting to re-issue my query since I > still get such strange logs on my web server, like the following : > > 59.59.104.62 - - [13/Mar/2011:18:38:24 +0100] "GET http://

Re: [users@httpd] suspicious proxy(?) URLs in logs

2011-03-14 Thread Rob De Langhe
SIE 4.01; Windows 95)" My web server says that with a HTTP-code "200" it has succesfully fullfilled the requested URL "http://5566.net/"; ?! Citeren Rob De Langhe : > hi, > > while going occasionally through the access logs of a 2.2.17 Apache server, I > noti

[users@httpd] suspicious proxy(?) URLs in logs

2011-03-10 Thread Rob De Langhe
hi, while going occasionally through the access logs of a 2.2.17 Apache server, I noticed some URLs of remote locations where my server would have made a GET for ?! an example: 194.0.122.134 - - [10/Mar/2011:02:26:55 +0100] "GET http://www.ebay.com/ HTTP/1.1" 200 240 "-" "Mozilla/4.0 (compati