[users@httpd]

2023-05-15 Thread Roman Gelfand

Re: [users@httpd] php curl

2017-02-24 Thread Roman Gelfand
This is fixed. I had to disable selinux on the web server. On Fri, Feb 24, 2017 at 8:38 AM Roman Gelfand wrote: > correction... I am getting Curl error: Failed to connect to : Permission > denied > > > On Fri, Feb 24, 2017 at 5:30 AM Roman Gelfand wrote: > > How do yo

Re: [users@httpd] php curl

2017-02-24 Thread Roman Gelfand
correction... I am getting Curl error: Failed to connect to : Permission denied On Fri, Feb 24, 2017 at 5:30 AM Roman Gelfand wrote: > How do you configure Apache to execute scripts? > > In the least, it looks like curl get request doesn't get executed. > > On Fri, Feb 24,

Re: [users@httpd] php curl

2017-02-24 Thread Roman Gelfand
How do you configure Apache to execute scripts? In the least, it looks like curl get request doesn't get executed. On Fri, Feb 24, 2017, 3:11 AM Marat Khalili wrote: > it appears that get request never gets executed You didn't write what happens. Does your PHP code gets executed at all? One co

[users@httpd] php curl

2017-02-23 Thread Roman Gelfand
I am executing successfully the following code using php line mode and it returns a stream. However, when running the same code as part of web page, it appears that get request never gets executed. Why? any help is appreciated. $apikey = '73f1ad78334ea3e8dedfb8f568d8537f'; $user

[users@httpd] Possible DOS Attack

2016-05-20 Thread Roman Gelfand
In the last 2 days we have received roughly 1milion of the following requests. Just to confirm, is this a DOS attack? 191.96.249.52 - - [20/May/2016:18:19:22 -0400] "POST /xmlrpc.php HTTP/1.0" 500 251 "-" "Mozilla/4.0 (compatible: MSIE 7.0; Windows NT 6.0)" 191.96.249.52 - - [20/May/2016:18:19:22

[users@httpd] Apache 2.2 RemoveType

2015-01-21 Thread Roman Gelfand
I would like to display word documents server by apache 2.2 server in browser. To make sure it doesn't get downloaded, I put into virtual server configuration RemoveType .doc. The file is still being downloaded by both ie 11 and chrome. What else do I need to do to make sure the document appears

[users@httpd] Re: suexec policy violation

2014-02-20 Thread Roman Gelfand
Actually, it appears this is the source of the problem [2014-02-20 12:00:19]: user mismatch (www-data instead of www) not sure what it means On Thu, Feb 20, 2014 at 11:48 AM, Roman Gelfand wrote: > I am trying to setup forms/ldap based authentication for an existing > site. I am gett

[users@httpd] suexec policy violation

2014-02-20 Thread Roman Gelfand
I am trying to setup forms/ldap based authentication for an existing site. I am getting an error with suexec. Not sure what is causing it. Below, are log and configuration. Log [Thu Feb 20 10:47:35.867218 2014] [core:notice] [pid 26384] AH00094: Command line: '/usr/sbin/apache2' [Thu Feb 20 1

[users@httpd] php5 module

2014-02-18 Thread Roman Gelfand
I just built apache 2.4.7 from source. I would like to build php5 module. Where can I download just the php5 module source from? I tried to download from php site, but all they have is complete source download. Thanks in advance

[users@httpd] File doesn't exist

2014-02-06 Thread Roman Gelfand
I am not sure why I am getting this error. It actually brings up the site but stylesheet is not applied. [Thu Feb 06 20:17:57 2014] [error] [client 192.168.0.209] File does not exist: /var/www/dspam/usr, referer: http://dspam.mail.tld/dspam.cgi my site config SuexecUserGroup dspam dspam Add

Re: [users@httpd] Web Site Testing

2013-12-11 Thread Roman Gelfand
t over a WAN..but, when you find one, > might wanna pass it along to the folks at CGI Federal... ;) > > > > > On Wed, Dec 11, 2013 at 7:46 PM, Roman Gelfand wrote: >> >> Is there an open source service tool that checks, over wan, >> availability/colle

[users@httpd] Web Site Testing

2013-12-11 Thread Roman Gelfand
Is there an open source service tool that checks, over wan, availability/collects statistics/notifies/etc... of a web site? Thanks in advance - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e

Re: [users@httpd] mod_proxy_html Issue

2012-01-24 Thread Roman Gelfand
s hopefully someone alse can > help. > > I think it would be good though if you give an example what exactly is > happening after parsing like "word1 word2" becomes "word1 word2" or > something else... > > Cheers, > Igor > > > On Tue, Jan 24, 2

Re: [users@httpd] mod_proxy_html Issue

2012-01-23 Thread Roman Gelfand
icimov wrote: > Which version? If it is the newest one have you loaded mod_xml2enc too? > > Did you look for answer on the module web site? > http://apache.webthing.com/mod_proxy_html/config.html > > Igor > > On Tue, Jan 24, 2012 at 10:29 AM, Roman Gelfand wrote: >> &

[users@httpd] mod_proxy_html Issue

2012-01-23 Thread Roman Gelfand
I am using this module to rewrite the contents of html documents. It appears that it strips   which causes me all kinds of grief with IE. Looking, briefly, at mod_proxy_html.c, I couldn't find reference to  . Unless, it is a setting in mod_proxy_html config file? Any suggestions are appreciated

[users@httpd] RewriteRule

2012-01-18 Thread Roman Gelfand
I am trying to proxy off requests from wan url https://external.mydomain.com/sipxconfig to an internal site https://internal.mydomain.com:8443/sipxconfig. This what I attempted to do RewriteRule ^https://external.mydomain.com:8443$ https://external.mydomain.com/ [R] RewriteRule ^https://internal.