[users@httpd] Graceful stop does not wait for PHP script execution

2017-09-26 Thread Giovanni Giacobbi
Greetings, I need some help in troubleshooting this problem. I'm running Apache 2.4.27 with PHP 7.2, using thread safe shared module (apache2handler). The problem is that when a script is executing and I run apachectl graceful-stop, the server terminates immediately, killing all running PHP scrip

[users@httpd] Help selecting an SQL Engine for Apache HTTP

2014-09-18 Thread Giovanni Bianchini
ll ftp the code to a hosted site whenever code changes are made. Any help would be greatly appreciated. Thanks Giovanni - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mai

Re: [users@httpd] Page Content Folder for Mark Jensen

2014-07-22 Thread Giovanni Bianchini
@httpd.apache.org; Action: Quarantine message part Server: LE07886 Datum: 22.07.2014 Uhrzeit: 15:03:15 On 22 Jul 2014 at 6:28, Giovanni Bianchini wrote: > On 21 Jul 2014 at 13:08, Mark jensen wrote: > > > > > Thanks for your reply again. but the css and the Images ( all the

Re: [users@httpd] can Apache do a sql query and Authenticate only some users?

2014-07-21 Thread Giovanni Bianchini
Mark; Basically you present the user with a login page and their login name and password authentication are matched to a database query that also pulls a database field named page2load. The query then passes that parameter to the browser. You can also use their ipaddress as a match to the us

Re: [users@httpd] can Apache do a sql query and Authenticate only some users?

2014-07-21 Thread Giovanni Bianchini
User Login Page • Go Back • • Integrated Fulfillment Management Services Inc.• This is a private site and requires a login and password. All access to this site is recorded with your IP

[users@httpd] Static IP

2014-07-09 Thread Giovanni Bianchini
ed to the internet the only two 127 addresses are with ports 27,,, and 49... I have tried changing the config to used those ports but the http server seems to want port 80. Thanks for any help in advance. Giovanni - To unsubs

Re: [users@httpd] Re: login form

2014-06-21 Thread Giovanni Bianchini
On making an assumption you are pulling the username and password authentication from a table, add a page2load parameter and when the user logs in have the url pass the page2load parameter. On 21 Jun 2014 at 8:50, Tim Daley wrote: > > I finally got my login form working with LDAP authentica

[users@httpd] Where is the Apache Server Admin Program

2014-06-17 Thread Giovanni Bianchini
ot;It works" I have reviewed the documentation but cannot find the admin program to configure the software. I am assuming of course there is a gui like Microsofts IIS admin program or is everything managed and configured through the .

Re: [users@httpd] Reverse Proxy, mod_proxy_html. How to rewrite JS-generated relative links?

2013-11-22 Thread Giovanni Gherdovich
Hello, Igor wrote: > > By using the absolute path in the dynamically created client side links. Nick wrote: > > You'll need to set ProxyHTMLExtended On [...] Thank you Igor and Nick for your replies. GGhh

[users@httpd] Reverse Proxy, mod_proxy_html. How to rewrite JS-generated relative links?

2013-11-17 Thread Giovanni Gherdovich
nk in that HTML page; I'd like to know how do people usually handle this situation. Regards, Giovanni

[users@httpd] Re: mod_proxy_html produces pages that my firefox cannot read

2013-10-06 Thread Giovanni Gherdovich
uestHeader unset Accept-Encoding" sorry for the noise, Giovanni - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] mod_proxy_html produces pages that my firefox cannot read

2013-10-06 Thread Giovanni Gherdovich
responding results for the two different configurations (w/ and w/o proxy_html). I haven't done that yet. Any hint on how I can proceed debugging my issue? Regards, Giovanni - To unsubscribe, e-mail: users-unsubscr...@htt

Re: [users@httpd] can't make reverse proxy rewrite relative links

2013-09-29 Thread Giovanni Gherdovich
Hello Nick, thanks a lot for your reply. 2013/9/29 Nick Kew : > > On 29 Sep 2013, at 10:16, Giovanni Gherdovich wrote: > > > THE HOST CONFIG: > > Did you forget ProxyHTMLEnable? > > > # apache2 -v > > Server version: Apache/2.2.22 (Ubuntu) >

[users@httpd] can't make reverse proxy rewrite relative links

2013-09-29 Thread Giovanni Gherdovich
Hello. I am testing my understanding of reverse proxies with a toy example on my laptop, which I am failing at making it work. On my laptop (host) I run a virtual machine (guest). Both host and guest have apache 2.2 running. The host accesses guest's document root pointing the browser to http://

Re: [EMAIL PROTECTED] how to print the list of installed modules?

2008-03-16 Thread Giovanni Gherdovich
Dear Nilesh, > httpd -l (for static modules) > httpd -M (for shared/dynamic modules) Thankyou very much. GGhh - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.

[EMAIL PROTECTED] how to print the list of installed modules?

2008-03-16 Thread Giovanni Gherdovich
Hello, I would like to know if it is possible to print the list of the modules I've installed on my apache 2.0 webserver, or if it is possible to recover it from the configuration files. This should include static Apache modules and DSO modules. Best regards, Giovanni Gherd

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-06-05 Thread Giovanni
ig help!!! Bye - Giovanni - - 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] " from the d

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-29 Thread Giovanni
figuration. done but not solved the problem "/ntop/plugins/" -> "ntop/plugins/ntop/" Seem that css/script in the main page follow the main rule to add /ntop/ to everything. In fact /ntop" is added to any-thing included "/ntop/plugins that becomes "/nt

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-25 Thread Giovanni
well. Which can be the problem? > > > Also, what are these supposed to be doing (they don't make sense): > > ProxyPassReverse / > ProxyHTMLURLMap /ntop /ntop You're right. In fact I deleted them.. no sense, only copied from web someone said " to give more stab

[EMAIL PROTECTED] ProxyPass and reverse

2006-05-24 Thread Giovanni
der    unset  Accept-Encoding ### Thanks!! Bye - Giovanni - - 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-mai

[EMAIL PROTECTED] Proxy-reverse apache 2.0 dir problem

2006-05-18 Thread Giovanni
e / SetOutputFilter proxy-html ProxyHTMLURLMap / /ntop/ ProxyHTMLURLMap /ntop /ntop RequestHeaderunset Accept-Encoding may you help me? thanks Giovanni