[users@httpd] Obsolete httpd-std.conf in binbuild,sh?

2017-03-09 Thread Maxim Shaydulin
Hi all, I'm trying to build Apache httpd server 2.4.25 on Ubuntu 4.8.0. The idea is to embed httpd server into own application and to be able to install on target machine in any location in file system. I found the tool $(root src)/build/binbuild.sh which should do exactly what I want. After I run

[users@httpd] Re: [users] Re: [users@httpd] Preserve protocol in httpd proxy

2014-09-14 Thread Maxim Solodovnik
>> > RewriteCond %{HTTP:Upgrade} =WebSocket [NC,NV] >> > RewriteRule ^/(.*) ws://my.backend:8080/$1 [P] >> > RewriteRule ^/(.*) http://my.backend:8080/$1 [P] >> > >> > >> > >> > Regards >> > >> > RĂ¼diger >> > >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> > -- WBR Maxim aka solomax

Re: [users@httpd] Preserve protocol in httpd proxy

2014-05-30 Thread Maxim Solodovnik
> Thanks! > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- WBR Maxim aka solomax

Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-02-06 Thread Maxim Solodovnik
Thanks Eric, Will try to workaround this On Thu, Feb 6, 2014 at 8:31 PM, Eric Covener wrote: > On Thu, Feb 6, 2014 at 2:51 AM, Maxim Solodovnik > wrote: > > Can someone please tell me is it possible to proxy resources based on > > protocol? > > http://some_url wil

Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-02-05 Thread Maxim Solodovnik
Can someone please tell me is it possible to proxy resources based on protocol? http://some_url will go to http://localhost:8080/someurl ws://some_url will go to ws://localhost:8080/someurl On Thu, Jan 30, 2014 at 12:19 AM, Maxim Solodovnik wrote: > The following configuration works

Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-01-29 Thread Maxim Solodovnik
er proxy-html > ProxyHTMLExtended On > RequestHeaderunset Accept-Encoding > ProxyPass http://127.0.0.1:8002/ > ProxyPassReverse http://127.0.0.1:8002 > ProxyHTMLURLMap / /ap/Downstairs/ > ProxyPassReverseCookiePath / /ap/Downstairs/ > > > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- WBR Maxim aka solomax

[users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-01-29 Thread Maxim Solodovnik
Hello, Is it possible to set up proxying of http://mysite/openmeetings to http://localhost:5080/openmeetings and same time ws://mysite/openmeetings to ws://localhost:5080/openmeetings What I have tried Install apache httpd on Ubuntu 13.10 server (2.4.6 using apt-get) Checkout http://svn.apache.or

[EMAIL PROTECTED] Re: apache on PDA

2007-04-03 Thread Maxim
Evan Platt wrote: > At 08:42 PM 4/2/2007, mr_evil10 wrote: > >> i have prob here.. >> >> how to install apache (i use appserv) on PDA (HP iPAQ hx2000 series)??.. >> n where can i found free emulator... > > Why would you need to install Apache on your PDA? > >> my story.. >> i have build web site

Re: [EMAIL PROTECTED] public server

2006-12-20 Thread Maxim Veksler
r, like this: > http:\\201.18.148.4:80, from another computer on the internet. And it doesn't work. Later, I tried the tomcat, like this: http:\\201.18.148.4:8080, and nothing happens as well. > > Am I doing anything wrong? How can I make my server visible

[EMAIL PROTECTED] Combining user-based and host-based authentications

2006-07-02 Thread Maxim
this ? Thank you and best regards, -- Maxim - 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: [EMAIL PROTEC

Re: [EMAIL PROTECTED] How to fight a client causing DoS ?

2005-08-14 Thread Maxim Vexler
immediate solution. Thank you Jon. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsu

Re: [EMAIL PROTECTED] How to fight a client causing DoS ?

2005-08-13 Thread Maxim Vexler
On 8/12/05, Sean Conner <[EMAIL PROTECTED]> wrote: > It was thus said that the Great Maxim Vexler once stated: > > > > The DoS was caused because a client tried to use one of the popular > > spiders to download the whole site. > > > > I've attached a cli

[users@httpd] Trouble upgrading from httpd 2.0.53 to 2.0.54 on win2k3

2005-07-08 Thread Maxim Vexler
s situation. To note that I'm not the person that initially installed the server, that is I do not have much clue as to how exactly the apache daemon was installed. Thank you. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? -

Re: [users@httpd] How to limit php script execution to a select path only ?

2005-06-14 Thread Maxim Vexler
root of apache if > appropriate - it SHOULD be appropriate :-) > > 2) The paths can not be symlinks - they must be real directory paths > > Hope this helps > > Rich. > > > Maxim Vexler wrote: > > Hello everyone. > > > > Sorry for the newbies quest

[users@httpd] How to limit php script execution to a select path only ?

2005-06-13 Thread Maxim Vexler
se) Thank you. Apache version 2.0.52 php4 as loadable module OS : windows 2k3. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

Re: [users@httpd] Is this a hacking attempt ?

2005-06-08 Thread Maxim Vexler
logs I've attached are ~in the same. windows + servers, oh what a joke Thanks for tips. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - The official User-To-User support forum of the Apache HTTP Server Project. See http:/

Re: [users@httpd] Is this a hacking attempt ?

2005-06-08 Thread Maxim Vexler
would I'd then find out the source of the IP ? Appreciate the help. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.or

[users@httpd] Is this a hacking attempt ?

2005-06-07 Thread Maxim Vexler
9c\xd7\x97\xd7\xaa, referer: http://OURDOMAIN/phpBB2/viewtopic.php?t=6836 ## Apache Error log : End Thank you for helping. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ?

[users@httpd] ddd

2005-05-29 Thread Maxim Vexler
HTMLHead -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - 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: [EM

[users@httpd] Deny,Allow confusion

2005-05-29 Thread Maxim Vexler
# ### Order Allow,Deny Allow from env=let_me_in Deny from all ### Thank you very much. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [users@httpd] How to filter .jpg, .gif files from my logs ?

2005-05-26 Thread Maxim Vexler
/perlre.html ? -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - 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: [EMA

[users@httpd] How to filter .jpg, .gif files from my logs ?

2005-05-26 Thread Maxim Vexler
What am I doing wrong ? This is part of my httpd.conf : SetEnvIfNoCase Request_URI "^/phpBB2/*\.gif$" object_is_phpbb_image SetEnvIfNoCase Request_URI "^/phpBB2/*\.jpg$" object_is_phpbb_image CustomLog logs/access_log common env=!object_is_phpbb_image Thank you. -- C

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-26 Thread Maxim Vexler
ps. > > Thanks > -dant > Would you mind posting the .bat file to the list ? (or to me personally if you have what so ever reason too) Thank you. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - The offi

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-26 Thread Maxim Vexler
On 5/26/05, Jeff White <[EMAIL PROTECTED]> wrote: > > From: "Maxim Vexler" > > > I should mention that the web server > > itself is w2k3 running Apache 2.0.52. > > Security First? > When you say security you actually mean: The very "surprisin

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-25 Thread Maxim Vexler
On 5/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Maxim- > > Depends on what you want, how much there is, and how fast you want it. > Oh.. Also depends on whether you want it to cost anything or not. > OK, fair enough. The server has a hit count of ~50MB/day for

[users@httpd] What software do you use for Apache log statistics generation ?

2005-05-25 Thread Maxim Vexler
e web server itself is w2k3 running Apache 2.0.52. But (of curse) Linux boxes are available too (though not on the same subnet as the server). Tips / Comments are always welcome. Thank you. -- Cheers, Maxim Vexler (hq4ever). Do

Re: [users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-23 Thread Maxim Vexler
server start normally. [5] CustomLog "|c:/progra~1/Apache~1/Apache2/bin/rotatelogs.exe c:/ApacheLogs/access_log 600" common Is it the only way to treat spacing in windows? i.e by converting the folders to the 8.3 DOS notation ? Thanks for thoughts (: -- Cheers, Maxim Vexler (hq4ever)

Re: [users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-21 Thread Maxim Vexler
> should not be used where a simpler solution like off-line post-processing is > available. Now this is more interesting. What does "off-line post-processing" stands for ? (Just don't tell me what I think it says - to stop the server). Thank you

Re: [users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-21 Thread Maxim Vexler
solution I currently aware of is : Stop Apache, move logs, Start Apache. I don't think I need to tell you that this is not the preferred way to go. Thank you for replaying and helping me. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? --

Re: [users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-21 Thread Maxim Vexler
On 5/21/05, Nick Kew <[EMAIL PROTECTED]> wrote: > Maxim Vexler wrote: > > I know that this is possible on UNIX by simply moving the log file to > > a different name, > > No, that doesn't do what you think. Not while apache is running. > Please explai

[users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-21 Thread Maxim Vexler
Thank you. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? - 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: [EMAIL PROTECTED