Re: [users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-25 Thread Ruben Safir
On 3/24/23 21:53, Tom Browder wrote: > On Fri, Mar 24, 2023 at 20:26 Ruben Safir wrote: > >> On 3/24/23 20:53, Sean Conner wrote: >>> /usr/local/apache2/bin/apachectl graceful >> >> that might not work if systemd is superving > > > What would you

Re: [users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-24 Thread Ruben Safir
On 3/24/23 20:53, Sean Conner wrote: > /usr/local/apache2/bin/apachectl graceful that might not work if systemd is superving -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998

Re: [users@httpd] Can I serve CLI Applications using Apache

2022-06-23 Thread Ruben Safir
On Thu, Jun 23, 2022 at 11:15:13AM +0600, Ahmad Ismail wrote: > I have already bumped into CGI (after asking the question here). > > However, I have some issues with CGI. For example, I have to add HEADERS > maintaining CRLF etc in the output. However, I want the CLI app to be > totally

Re: [users@httpd] Linking website pages with Apache on LocalHost

2022-05-03 Thread Ruben Safir
On 4/27/22 12:25, DiversityLink/Milt Spain wrote: > I have gotten Apache2.4 installed and running on my local computer. It’s > on the C drive and the website is at C:/Apache24/htdocs/Milt.com. >   > The Milt.com folder contains Index (htm file) and Page1 (html file). >   > 127.0.0.1/Milt.com

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-13 Thread Ruben Safir
On 4/13/22 18:18, Knute Johnson wrote: > What do you get when you ping localhost? > > knute... it is responding with a 403 which means there is nothing to ping about 403 Forbidden The HTTP 403 Forbidden response status code indicates that the server understands the request but refuses to

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-04-01 Thread Ruben Safir
On 3/30/22 14:17, SAJESH PC wrote: > Iam sharing a screenshot of the browser console errors. Hope this helps. > fwiw apache looks like it is working just file and it is not a great idea to send images on mailing lists. > On Wed, Mar 30, 2022 at 8:14 PM Richard >

Re: [users@httpd] Issue with Apache 2.4.51 hanging

2021-10-26 Thread Ruben Safir
mpm_prefork has been problematic, FWIW On Tue, Oct 26, 2021 at 11:17:31AM +0100, Patrick Verdon wrote: > Hi Daniel, > > Thanks for the feedback. > > Unfortunately that's not really an option for us, as it's a major > architecture change, and is only something we would consider as a > last

Re: [users@httpd] School Project cancelled

2021-04-30 Thread Ruben Safir
On 4/30/21 6:36 PM, emily.bun...@aol.com.INVALID wrote: > > My Daddy will help me to pursue legal action for obstructing me from > doing my school project. lovely -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind

Re: [users@httpd] Replays from Internet

2021-01-19 Thread Ruben Safir
this has nothing to do with apache On Tue, Jan 19, 2021 at 11:55:41AM -0500, John wrote: > Since the beginning of 2021 we have encountered two online orders and > possibly a third, where the customer denies making the order and the > httpd log seems to confirm that. > > In each case, the person

Re: [users@httpd] Apache in under attack.

2021-01-11 Thread Ruben Safir
On 1/11/21 6:06 PM, Jason Long wrote: > Hello, > On a CentOS web server with Apache, someone make a lot of request and it make > slowing server. when I disable "httpd" service then problem solve. How can I > find who made a lot of request? > [url]https://imgur.com/O33g3ql[/url] > Any idea to

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Ruben Safir
On Wed, Jan 06, 2021 at 08:45:50PM -0500, Eric Covener wrote: > On Wed, Jan 6, 2021 at 6:31 PM Ruben Safir wrote: > > > > On 1/6/21 4:01 PM, d...@tuxweb.it wrote: > > > > > > This is because you did not tell apache to forward incoming HTTP > > > requests

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Ruben Safir
On 1/6/21 4:01 PM, d...@tuxweb.it wrote: > > This is because you did not tell apache to forward incoming HTTP > requests to the PHP Engine. > You can integrate Apache httpd with PHP in different ways, generally > they are PHP-FPM (through fastcgi), mod_php (apache SAPI module) and CGI >

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Ruben Safir
On 1/6/21 11:09 AM, Kaushal Shriyan wrote: > When I invoke it from the browser Apache shows PHP code instead of > executing it. Please let me know if you need any additional information. > Thanks in Advance trun it on and read the docs. You need to turn it one from httpd.conf and assign it to a

Re: [users@httpd] SentEnvIf and multiple X-Fowarded-For headers

2019-10-23 Thread Ruben Safir
On Wed, Oct 23, 2019 at 01:25:57PM +0200, Maxime VEROONE wrote: > Hi, > > This question was previously sent to StackOverflow (ID 57206362), but > I believe it belongs here more than there. > > We are using this kind of configuration to grant access to one of our > sites (here with RFC1918 CIDR

Re: [users@httpd] Basic Authorization & autoindex enabling

2019-09-27 Thread Ruben Safir
apache doesn't know the user. The user would have to log in itentify themselves first. you can drop authentication into ./.htaccess in the defined user root directors On 9/27/19 10:30 AM, Jack Simmons wrote: > Good day everyone! I've got a question related to Basic Authorization and > Home

Re: [users@httpd] Basic Authorization & autoindex enabling

2019-09-27 Thread Ruben Safir
On 9/27/19 10:30 AM, Jack Simmons wrote: > Good day everyone! I've got a question related to Basic Authorization and > Home directory detection. Namely, I want to configure the webserver in such > a way that it allows to do autoindex if user is browsing their home > directory. I tried to

Re: [users@httpd] URL question

2019-05-26 Thread Ruben Safir
On 5/26/19 9:37 AM, Stephen wrote: > Try changing the filename from bar.html to index.html > > Stephen > www.roissy.ca you can actually filter with a regex to bar to bar.html or redictect it within the apache config file. you can also turn off directory access. > > On 2019-05-26 8:59 a.m.,

Re: [users@httpd] RE: Need some advice - thread safe php module

2019-05-22 Thread Ruben Safir
On 5/22/19 4:11 PM, Jeff Cauhape wrote: > Hi, > > I am porting some older web pages from Apache 2.4.6 to Apache 2.4.37 on Linux > and apparently need to find a thread-safe version of libphp5.so to use, since > we're > running MPM. > > > * Does anyone know where I can download the apache

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Ruben Safir
On 1/21/19 3:07 PM, Osman Zakir wrote: > I can see the app on localhost on either port 8000 or port 8081. What am I > doing wrong? > fix your network then. -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Ruben Safir
On Mon, Jan 21, 2019 at 04:19:00PM +, Osman Zakir wrote: > Wait, so it's fine if I use my internal IP address? The app will be > available on my public IP address in that case too? you app is being called by apache so it doesn't matter were it is as long as apache can reach it.

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Ruben Safir
On Mon, Jan 21, 2019 at 04:27:38PM +, Osman Zakir wrote: > This is what I have in the conf file at the bottom: > " > "E:/programming/visual_studio_2017/Projects/currency_converter/x64/Release"> > Options All??? > Options Indexes FollowSymLinks??? > AllowOverride None??? >

Re: [users@httpd] Updating to php 7.0 and having apache still work?

2018-09-30 Thread Ruben Safir
On 9/30/18 5:43 AM, Carmel NY wrote: > I am running FreeBSD 11.2 p4 / amd64 with php72 install. I upgrade from php56 > as follows. > > First I got a list of all the php56 modules installed > > pkg info -r php56 > php56-modules.txt You can't be sure that scripts that work on PHP65 will work on

Re: [users@httpd] virtual host

2018-09-28 Thread Ruben Safir
Sorry, I need to correct my English. Seems my fingers don't find the right keys all the time ;) On 9/28/18 7:10 AM, Carmel NY wrote: > Okay, on a stock FreeBSD installation, maybe on others too, there is an > index.html file in the document root that displays, In my experience you can't

Re: [users@httpd] virtual host

2018-09-28 Thread Ruben Safir
On 9/28/18 7:10 AM, Carmel NY wrote: > Okay, on a stock FreeBSD installation, maybe on others too, there is an > index.html file in the document root that displays, In my experience you can't expect a stock instllation to work, especially since you seem to be pointing at different directories

Re: [users@httpd] virtual host

2018-09-28 Thread Ruben Safir
On 9/28/18 5:21 AM, Sander Smeenk wrote: > Quoting Carmel NY (carmel...@outlook.com): >> This is my first attempt to set up a virtual host with apache24 on a >> FreeBSD 11.2 machine, and it is not working out so well. > > Please elaborate on the 'not working out so well' bit. > > >> Assuming a

Re: [users@httpd] Apache crashes with: AH03104: apr_thread_create

2018-09-22 Thread Ruben Safir
On 9/22/18 5:12 PM, Rainer Jung wrote: > Since your system seems to have lots of free memory, I don't expect a > memory shortage unless there's a memory leak and the memory numbers you > showed below would be very different when the crash actually happens. > Each thread needs a thread stack in

Re: [users@httpd] Testing for apache open relaying

2018-09-05 Thread Ruben Safir
On 9/5/18 4:47 PM, Robert Moskowitz wrote: > There is a way with open proxies to PUT content that goes out on port 25. but that doesn't turn Apache into a mail server -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the

Re: [users@httpd] Testing for apache open relaying

2018-09-05 Thread Ruben Safir
How do you think Apache will relay mail? Apache has nothing to do with email. On 9/5/18 11:58 AM, Robert Moskowitz wrote: > My mail server is being blocked by barracuda and spamexperts. > > I have tested my mail port via mxtoolbox.com and I came out clean and no > relaying. > > So I suspect

Re: [users@httpd] Fw: unsubscribe

2018-02-09 Thread Ruben Safir
On 02/08/2018 09:18 PM, Richards, Toby wrote: > ?I sent my unsubscribe message over seven hours ago. Why am I still getting > messages? > > why take personal problems to the list? - To unsubscribe, e-mail:

Re: [users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Ruben Safir
On 01/03/2018 10:21 PM, Keva-Slient wrote: > i use set in script printing all environment variables. > there is no variable named "QUERY_STRING_POST" > > > using shell script getting post data is found in this webpage. > > > http://www.team2053.org/docs/bashcgi/postdata.html > > >

Re: [users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Ruben Safir
On 01/03/2018 10:21 PM, Keva-Slient wrote: > i use set in script printing all environment variables. > there is no variable named "QUERY_STRING_POST" > > > using shell script getting post data is found in this webpage. > > set is a shell script command not an HTTPD command.

Re: [users@httpd] Re: mirror a html site

2017-12-24 Thread Ruben Safir
On 12/24/2017 01:49 PM, Miguel González wrote: > On 12/24/17 12:53 AM, Good Guy wrote: >> On 23/12/2017 10:26, Miguel González wrote: >>>   A hosting company with their builder tool created a static html site >>> that can´t be downloaded. >>> >> Did you try this tool? >> >>

Re: [users@httpd] mirror a html site

2017-12-24 Thread Ruben Safir
On 12/24/2017 01:54 PM, Jonathan Sélea wrote: > Offtopic, but why do is your email "miguel_3_gonza...@yahoo.es.INVALID"? > > Is it my postfix who has somekind of breakdown? email the list instead? -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches

Re: [users@httpd] Apache2 php not responding

2017-12-12 Thread Ruben Safir
On 12/12/2017 12:56 PM, Robert Steinmetz AIA wrote: > I run a server on Ubuntu 16.04 and recently did some updates, after the > updates the Apache2 server does not run php correctly. the pages simply > time out. I'm running a php Application Egroupware, which is written in > php. >

Re: [users@httpd] Apache 2.4 DoS?

2017-11-10 Thread Ruben Safir
s > Weill Cornell Medicine > E: d...@med.cornell.edu > O: 212-746-6305 <(212)%20746-6305> > F: 212-746-8690 <(212)%20746-8690> > Did you try the PHP mailing list? That version of PHP is like Swiss cheese and you are not going to be able to avoid a complete rebuild of the server which

[users@httpd] comfil problem with 2.4.23

2017-09-30 Thread Ruben Safir
I am having trouble compiling mod_perl and the docs recommend 2.4.23 is I tried it and I get this compile error make[2]: Entering directory '/home/ruben/src/httpd-2.4.23/support' /usr/share/apr-1/build/libtool --silent --mode=link gcc -pthread -lssl -lcrypto \ -L/usr/lib -o ab